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-04-18T05:27:00.055Z||main|||||INFO|500||The following profiles are active: basic 2022-04-18T05:27:26.029Z||main|||||INFO|500||Starting service [Tomcat] 2022-04-18T05:27:26.030Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-04-18T05:27:26.385Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-04-18T05:27:35.531Z||main|||||INFO|500||catdb-pool - Starting... 2022-04-18T05:27:36.334Z||main|||||INFO|500||catdb-pool - Start completed. 2022-04-18T05:27:37.311Z||main|||||INFO|500||reqdb-pool - Starting... 2022-04-18T05:27:37.337Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-04-18T05:27:37.563Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-04-18T05:27:38.000Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-04-18T05:27:39.262Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-04-18T05:27:42.683Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-04-18T05:27:47.219Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-04-18T05:27:47.333Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-04-18T05:27:48.313Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-04-18T05:27:48.850Z||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-04-18T05:27:51.327Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-04-18T05:27:53.485Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-04-18T05:27:53.524Z||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$$9ade955a.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-04-18T05:27:53.526Z||main|||||WARN|500||The sdc end point is not alive 2022-04-18T05:27:59.879Z||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-04-18T05:28:06.313Z||main|||||WARN|500||--- 2022-04-18T05:28:06.314Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-04-18T05:28:06.315Z||main|||||WARN|500||--- 2022-04-18T05:28:07.183Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-04-18T05:28:17.272Z||main|||||INFO|500||Started Application in 83.674 seconds (JVM running for 88.365) 2022-04-18T05:28:17.302Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-04-18T05:28:17.306Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-04-18T05:28:17.328Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-04-18T05:28:17.373Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-04-18T05:28:17.481Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f9f583d4-8f15-48a2-b879-510496d2a571 url= /sdc/v1/artifactTypes 2022-04-18T05:28:17.483Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-04-18T05:28:18.340Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-04-18T05:28:18.554Z||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-04-18T05:28:18.617Z||scheduling-1|||||DEBUG|500||create keys 2022-04-18T05:28:18.630Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-04-18T05:28:18.660Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:28:18.715Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6cdd335b-b5ae-4196-917f-6722c120cb25 url= /sdc/v1/registerForDistribution 2022-04-18T05:28:18.995Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6cdd335b-b5ae-4196-917f-6722c120cb25 url= /sdc/v1/registerForDistribution 2022-04-18T05:28:18.996Z||scheduling-1|||||INFO|500||start DistributionClient 2022-04-18T05:28:19.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:28:19.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:28:19.063Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-04-18T05:28:19.104Z||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-04-18T05:28:19.104Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:28:19.106Z||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-04-18T05:28:19.107Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:28:29.371Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:28:29.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:29:19.011Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:29:19.013Z||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-04-18T05:29:19.014Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:29:19.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:29:19.025Z||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-04-18T05:29:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:29:28.575Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:29:28.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:30:19.011Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:30:19.014Z||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-04-18T05:30:19.014Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:30:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:30:19.026Z||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-04-18T05:30:19.027Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:30:28.570Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:30:28.573Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:31:19.011Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:31:19.013Z||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-04-18T05:31:19.014Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:31:19.025Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:31:19.027Z||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-04-18T05:31:19.027Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:31:28.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:31:28.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:32:19.011Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:32:19.012Z||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-04-18T05:32:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:32:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:32:19.026Z||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-04-18T05:32:19.027Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:32:28.567Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:32:28.571Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:33:19.013Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:33:19.014Z||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-04-18T05:33:19.015Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:33:19.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:33:19.026Z||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-04-18T05:33:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:33:28.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:33:28.566Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:34:19.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:34:19.014Z||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-04-18T05:34:19.014Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:34:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:34:19.025Z||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-04-18T05:34:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:34:28.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:34:28.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:35:19.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:35:19.015Z||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-04-18T05:35:19.015Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:35:19.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:35:19.030Z||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-04-18T05:35:19.030Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:35:28.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:35:28.610Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:36:19.011Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:36:19.016Z||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-04-18T05:36:19.017Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:36:19.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:36:19.025Z||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-04-18T05:36:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:36:28.563Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:36:28.564Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:37:19.013Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:37:19.015Z||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-04-18T05:37:19.016Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:37:19.025Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:37:19.027Z||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-04-18T05:37:19.028Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:37:19.347Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-04-18T05:37:28.574Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:37:28.574Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:38:19.011Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:38:19.014Z||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-04-18T05:38:19.014Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:38:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:38:19.026Z||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-04-18T05:38:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:38:28.566Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:38:28.568Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:39:19.011Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:39:19.013Z||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-04-18T05:39:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:39:19.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:39:19.025Z||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-04-18T05:39:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:39:28.567Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:39:28.567Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:40:19.011Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:40:19.012Z||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-04-18T05:40:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:40:19.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:40:19.025Z||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-04-18T05:40:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:40:28.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:40:28.612Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:41:19.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:41:19.015Z||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-04-18T05:41:19.016Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:41:19.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:41:19.025Z||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-04-18T05:41:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:41:28.567Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:41:28.569Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:42:19.011Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:42:19.012Z||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-04-18T05:42:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:42:19.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:42:19.026Z||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-04-18T05:42:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:42:28.586Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:42:28.588Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:43:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:43:19.012Z||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-04-18T05:43:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:43:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:43:19.026Z||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-04-18T05:43:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:43:28.594Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:43:28.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:44:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:44:19.015Z||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-04-18T05:44:19.015Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:44:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:44:19.025Z||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-04-18T05:44:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:44:28.590Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:44:28.591Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:45:19.011Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:45:19.013Z||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-04-18T05:45:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:45:19.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:45:19.026Z||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-04-18T05:45:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:45:28.574Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:45:28.583Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:46:19.011Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:46:19.014Z||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-04-18T05:46:19.015Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:46:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:46:19.027Z||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-04-18T05:46:19.027Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:46:28.588Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:46:28.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:47:19.011Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:47:19.012Z||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-04-18T05:47:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:47:19.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:47:19.026Z||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-04-18T05:47:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:47:28.556Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:47:28.598Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:48:19.011Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:48:19.013Z||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-04-18T05:48:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:48:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:48:19.026Z||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-04-18T05:48:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:48:28.566Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:48:28.585Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:49:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:49:19.012Z||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-04-18T05:49:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:49:19.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:49:19.026Z||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-04-18T05:49:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:49:28.562Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:49:28.578Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:50:19.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:50:19.011Z||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-04-18T05:50:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:50:19.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:50:19.026Z||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-04-18T05:50:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:50:28.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:50:28.610Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:51:19.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:51:19.012Z||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-04-18T05:51:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:51:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:51:19.025Z||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-04-18T05:51:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:51:28.551Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:51:28.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:52:19.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:52:19.012Z||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-04-18T05:52:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:52:19.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:52:19.025Z||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-04-18T05:52:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:52:28.558Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:52:28.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:53:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:53:19.016Z||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-04-18T05:53:19.017Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:53:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:53:19.027Z||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-04-18T05:53:19.027Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:53:28.585Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:53:28.587Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:54:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:54:19.014Z||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-04-18T05:54:19.018Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:54:19.024Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:54:19.025Z||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-04-18T05:54:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:54:28.557Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:54:28.561Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:55:19.013Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:55:19.016Z||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-04-18T05:55:19.016Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:55:19.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:55:19.025Z||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-04-18T05:55:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:55:28.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:55:28.578Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:56:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:56:19.013Z||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-04-18T05:56:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:56:19.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:56:19.026Z||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-04-18T05:56:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:56:28.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:56:28.568Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:57:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:57:19.013Z||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-04-18T05:57:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:57:19.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:57:19.025Z||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-04-18T05:57:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:57:28.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:57:28.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:58:19.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:58:19.012Z||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-04-18T05:58:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:58:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:58:19.025Z||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-04-18T05:58:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:58:28.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:58:28.560Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:59:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:59:19.012Z||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-04-18T05:59:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:59:19.024Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:59:19.025Z||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-04-18T05:59:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T05:59:28.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:59:28.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:00:19.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:00:19.012Z||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-04-18T06:00:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:00:19.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:00:19.027Z||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-04-18T06:00:19.027Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:00:28.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:00:28.571Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:01:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:01:19.012Z||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-04-18T06:01:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:01:19.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:01:19.045Z||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-04-18T06:01:19.046Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:01:28.592Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:01:28.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:02:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:02:19.015Z||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-04-18T06:02:19.016Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:02:19.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:02:19.025Z||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-04-18T06:02:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:02:28.563Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:02:28.573Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:03:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:03:19.013Z||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-04-18T06:03:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:03:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:03:19.026Z||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-04-18T06:03:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:03:28.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:03:28.558Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:04:19.013Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:04:19.016Z||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-04-18T06:04:19.016Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:04:19.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:04:19.026Z||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-04-18T06:04:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:04:28.560Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:04:28.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:05:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:05:19.012Z||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-04-18T06:05:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:05:19.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:05:19.025Z||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-04-18T06:05:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:05:28.562Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:05:28.572Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:06:19.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:06:19.013Z||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-04-18T06:06:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:06:19.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:06:19.028Z||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-04-18T06:06:19.028Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:06:28.559Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:06:28.569Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:07:19.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:07:19.012Z||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-04-18T06:07:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:07:19.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:07:19.032Z||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-04-18T06:07:19.032Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:07:28.554Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:07:28.569Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:08:19.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:08:19.012Z||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-04-18T06:08:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:08:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:08:19.025Z||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-04-18T06:08:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:08:28.559Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:08:28.569Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:09:19.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:09:19.012Z||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-04-18T06:09:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:09:19.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:09:19.025Z||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-04-18T06:09:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:09:28.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:09:28.561Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:10:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:10:19.014Z||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-04-18T06:10:19.014Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:10:19.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:10:19.026Z||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-04-18T06:10:19.027Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:10:28.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:10:28.581Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:11:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:11:19.013Z||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-04-18T06:11:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:11:19.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:11:19.025Z||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-04-18T06:11:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:11:28.562Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:11:28.565Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:12:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:12:19.013Z||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-04-18T06:12:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:12:19.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:12:19.025Z||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-04-18T06:12:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:12:28.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:12:28.567Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:13:19.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:13:19.012Z||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-04-18T06:13:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:13:19.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:13:19.026Z||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-04-18T06:13:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:13:28.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:13:28.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:14:19.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:14:19.012Z||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-04-18T06:14:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:14:19.025Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:14:19.026Z||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-04-18T06:14:19.027Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:14:28.573Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:14:28.573Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:15:19.013Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:15:19.014Z||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-04-18T06:15:19.014Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:15:19.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:15:19.027Z||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-04-18T06:15:19.027Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:15:28.566Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:15:28.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:16:19.010Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:16:19.011Z||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-04-18T06:16:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:16:19.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:16:19.025Z||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-04-18T06:16:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:16:28.566Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:16:28.573Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:17:19.016Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:17:19.018Z||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-04-18T06:17:19.018Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:17:19.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:17:19.026Z||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-04-18T06:17:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:17:28.590Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:17:28.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:18:19.011Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:18:19.014Z||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-04-18T06:18:19.014Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:18:19.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:18:19.026Z||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-04-18T06:18:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:18:28.559Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:18:28.563Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:19:19.011Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:19:19.013Z||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-04-18T06:19:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:19:19.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:19:19.027Z||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-04-18T06:19:19.028Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:19:28.571Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:19:28.573Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:20:19.011Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:20:19.013Z||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-04-18T06:20:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:20:19.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:20:19.025Z||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-04-18T06:20:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:20:28.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:20:28.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:21:19.012Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:21:19.013Z||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-04-18T06:21:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:21:19.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:21:19.025Z||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-04-18T06:21:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:21:28.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:21:28.578Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:22:19.010Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:22:19.012Z||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-04-18T06:22:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:22:19.024Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:22:19.025Z||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-04-18T06:22:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:22:28.571Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:22:28.577Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:23:19.011Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:23:19.013Z||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-04-18T06:23:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:23:19.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:23:19.025Z||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-04-18T06:23:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:23:28.562Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:23:28.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:24:19.013Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:24:19.015Z||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-04-18T06:24:19.015Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:24:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:24:19.025Z||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-04-18T06:24:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:24:28.577Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:24:28.577Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:25:19.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:25:19.012Z||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-04-18T06:25:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:25:19.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:25:19.025Z||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-04-18T06:25:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:25:28.575Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:25:28.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:26:19.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:26:19.013Z||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-04-18T06:26:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:26:19.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:26:19.025Z||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-04-18T06:26:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:26:28.590Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:26:28.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:27:19.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:27:19.015Z||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-04-18T06:27:19.016Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:27:19.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:27:19.025Z||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-04-18T06:27:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:27:28.592Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:27:28.596Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:28:19.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:28:19.016Z||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-04-18T06:28:19.017Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:28:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:28:19.026Z||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-04-18T06:28:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:28:28.557Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:28:28.570Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:29:19.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:29:19.013Z||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-04-18T06:29:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:29:19.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:29:19.025Z||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-04-18T06:29:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:29:28.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:29:28.595Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:30:19.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:30:19.013Z||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-04-18T06:30:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:30:19.024Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:30:19.027Z||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-04-18T06:30:19.027Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:30:28.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:30:28.585Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:31:19.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:31:19.012Z||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-04-18T06:31:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:31:19.025Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:31:19.026Z||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-04-18T06:31:19.027Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:31:28.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:31:28.591Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:32:19.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:32:19.013Z||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-04-18T06:32:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:32:19.025Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:32:19.026Z||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-04-18T06:32:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:32:28.557Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:32:28.557Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:33:19.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:33:19.012Z||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-04-18T06:33:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:33:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:33:19.026Z||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-04-18T06:33:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:33:28.551Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:33:28.564Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:34:19.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:34:19.012Z||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-04-18T06:34:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:34:19.025Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:34:19.026Z||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-04-18T06:34:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:34:28.559Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:34:28.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:35:19.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:35:19.012Z||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-04-18T06:35:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:35:19.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:35:19.027Z||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-04-18T06:35:19.028Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:35:28.573Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:35:28.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:36:19.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:36:19.014Z||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-04-18T06:36:19.015Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:36:19.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:36:19.025Z||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-04-18T06:36:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:36:28.556Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:36:28.558Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:37:19.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:37:19.012Z||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-04-18T06:37:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:37:19.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:37:19.025Z||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-04-18T06:37:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:37:28.563Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:37:28.573Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:38:19.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:38:19.012Z||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-04-18T06:38:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:38:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:38:19.026Z||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-04-18T06:38:19.027Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:38:28.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:38:28.572Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:39:19.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:39:19.012Z||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-04-18T06:39:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:39:19.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:39:19.025Z||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-04-18T06:39:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:39:28.555Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:39:28.558Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:40:19.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:40:19.012Z||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-04-18T06:40:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:40:19.024Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:40:19.025Z||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-04-18T06:40:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:40:28.552Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:40:28.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:41:19.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:41:19.013Z||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-04-18T06:41:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:41:19.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:41:19.025Z||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-04-18T06:41:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:41:28.550Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:41:28.562Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:42:19.011Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:42:19.012Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T06:42:19.012Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T06:42:19.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:42:19.026Z||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-04-18T06:42:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:42:28.553Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:42:28.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:43:19.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:43:19.012Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T06:43:19.012Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T06:43:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:43:19.025Z||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-04-18T06:43:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:43:28.558Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:43:28.558Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:44:19.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:44:19.012Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T06:44:19.012Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T06:44:19.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:44:19.025Z||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-04-18T06:44:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:44:28.558Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:44:28.558Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:45:19.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:45:19.011Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T06:45:19.012Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T06:45:19.024Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:45:19.025Z||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-04-18T06:45:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:45:28.550Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:45:28.558Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:46:19.011Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:46:19.014Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T06:46:19.014Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T06:46:19.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:46:19.025Z||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-04-18T06:46:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:46:28.554Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:46:28.565Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:47:19.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:47:19.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T06:47:19.013Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T06:47:19.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:47:19.025Z||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-04-18T06:47:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:47:28.555Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:47:28.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:48:19.011Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:48:19.013Z||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-04-18T06:48:19.014Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:48:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:48:19.026Z||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-04-18T06:48:19.027Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:48:28.563Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:48:28.563Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:49:19.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:49:19.012Z||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-04-18T06:49:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:49:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:49:19.025Z||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-04-18T06:49:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:49:28.565Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:49:28.570Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:50:19.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:50:19.012Z||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-04-18T06:50:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:50:19.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:50:19.025Z||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-04-18T06:50:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:50:28.560Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:50:28.561Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:51:19.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:51:19.012Z||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-04-18T06:51:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:51:19.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:51:19.025Z||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-04-18T06:51:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:51:28.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:51:28.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:52:19.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:52:19.011Z||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-04-18T06:52:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:52:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:52:19.025Z||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-04-18T06:52:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:52:28.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:52:28.571Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:53:19.011Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:53:19.012Z||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-04-18T06:53:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:53:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:53:19.025Z||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-04-18T06:53:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:53:26.858Z||http-nio-8085-exec-8|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-18T06:53:28.593Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:53:28.594Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:54:19.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:54:19.012Z||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-04-18T06:54:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:54:19.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:54:19.026Z||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-04-18T06:54:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:54:28.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:54:28.601Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:55:19.013Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:55:19.019Z||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-04-18T06:55:19.020Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:55:19.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:55:19.027Z||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-04-18T06:55:19.027Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:55:28.565Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:55:28.565Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:56:19.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:56:19.012Z||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-04-18T06:56:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:56:19.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:56:19.027Z||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-04-18T06:56:19.027Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:56:28.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:56:28.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:57:19.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:57:19.012Z||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-04-18T06:57:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:57:19.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:57:19.025Z||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-04-18T06:57:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:57:28.570Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:57:28.571Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:58:19.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:58:19.012Z||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-04-18T06:58:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:58:19.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:58:19.026Z||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-04-18T06:58:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:58:28.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:58:28.583Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:59:19.011Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:59:19.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T06:59:19.014Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T06:59:19.025Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T06:59:19.026Z||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-04-18T06:59:19.027Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T06:59:28.570Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T06:59:28.602Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:00:19.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:00:19.012Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:00:19.012Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:00:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:00:19.025Z||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-04-18T07:00:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:00:28.577Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:00:28.577Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:01:19.011Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:01:19.012Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:01:19.012Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:01:19.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:01:19.025Z||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-04-18T07:01:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:01:28.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:01:28.574Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:02:19.011Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:02:19.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:02:19.013Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:02:19.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:02:19.025Z||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-04-18T07:02:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:02:19.656Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:02:19.659Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:02:19.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"b4420aac-baea-404f-9866-7889542bc16b","serviceName":"basic_onboard_TUFMWF","serviceVersion":"1.0","serviceUUID":"cfdc4918-bf04-4a8f-9190-bd65a686a938","serviceDescription":"service","serviceInvariantUUID":"ab33d4aa-cc2b-4b04-a889-4ee961c1e900","resources":[{"resourceInstanceName":"basic_onboard_TUFMWF 0","resourceName":"basic_onboard_TUFMWF","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"508c6aee-d8de-45d2-abb8-e44e8645a3c8","resourceInvariantUUID":"fd52256d-abd9-4148-b145-cbfd775a751a","resourceCustomizationUUID":"9fa32303-3492-427c-8980-1edeecf6b9d7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vf-license-model.xml","artifactChecksum":"ODEwMDlkNmYzNzhkZDUzMmI2ZTJiZDFjZTkyYjg2OGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aeaedf5f-4162-4994-990a-32b3dc3a180b","artifactVersion":"1"},{"artifactName":"basic_onboard_tufmwf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json","artifactChecksum":"ZjZkMGM2MTBhOTllOWMwN2ZhNzFlMjIxYzZiOTczZTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"29dbd9bc-6eef-44ec-8fc7-809494bc9f46","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"406e69e1-fd53-46b6-b8ef-217be7f176c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e43c0b3e-44a1-407d-8042-071923f38fc6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3a2436d6-6421-4e6b-8728-a81c80626868","artifactVersion":"2","generatedFromUUID":"406e69e1-fd53-46b6-b8ef-217be7f176c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTufmwf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-template.yml","artifactChecksum":"OWUzZWRmMTVhOTA5MjFkYmJhZGJkMmM0MGEzNjc5YjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"880cd052-92b8-47e6-9d1b-edb4440b3697","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTufmwf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar","artifactChecksum":"MjBhMTNiZGQ0MzEwZTUyNDU0M2M4M2NhZjFkZDIyZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c378fd39-bedb-4835-ae7c-d90c8f97c6dc","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T07:02:19.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "multicloud-k8s-id", "timestamp": 1650265323381, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.691Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:02:19.704Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:02:19.729Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:02:19.730Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265339011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "cds", "timestamp": 1650265322204, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "ves-openapi-manager", "timestamp": 1650265324266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "policy-id", "timestamp": 1650265329243, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "multicloud-k8s-id", "timestamp": 1650265323381, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json", "status": "NOTIFIED" } 2022-04-18T07:02:19.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "cds", "timestamp": 1650265322204, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "ves-openapi-manager", "timestamp": 1650265324266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "policy-id", "timestamp": 1650265329243, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "multicloud-k8s-id", "timestamp": 1650265323381, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-18T07:02:19.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "cds", "timestamp": 1650265322204, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "ves-openapi-manager", "timestamp": 1650265324266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "policy-id", "timestamp": 1650265329243, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-18T07:02:19.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "cds", "timestamp": 1650265322204, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "multicloud-k8s-id", "timestamp": 1650265323381, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.747Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "ves-openapi-manager", "timestamp": 1650265324266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "policy-id", "timestamp": 1650265329243, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.751Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265333089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.752Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.752Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "clamp", "timestamp": 1650265335794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.753Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "cds", "timestamp": 1650265322204, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "multicloud-k8s-id", "timestamp": 1650265323381, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-18T07:02:19.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "ves-openapi-manager", "timestamp": 1650265324266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "policy-id", "timestamp": 1650265329243, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265333089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "clamp", "timestamp": 1650265335794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json", "status": "NOTIFIED" } 2022-04-18T07:02:19.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "cds", "timestamp": 1650265322204, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "multicloud-k8s-id", "timestamp": 1650265323381, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "ves-openapi-manager", "timestamp": 1650265324266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.762Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "policy-id", "timestamp": 1650265329243, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.763Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.764Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265333089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.764Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "clamp", "timestamp": 1650265335794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.766Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.766Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "multicloud-k8s-id", "timestamp": 1650265323381, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:02:19.767Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "cds", "timestamp": 1650265322204, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:02:19.768Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.769Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "ves-openapi-manager", "timestamp": 1650265324266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.769Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.770Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "policy-id", "timestamp": 1650265329243, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:02:19.770Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265333089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.771Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "clamp", "timestamp": 1650265335794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:02:19.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265333089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:19.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T07:02:19.829Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms 2022-04-18T07:02:19.836Z||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-04-18T07:02:19.837Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:02:19.858Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:02:19.860Z||pool-3-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:02:20.748Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:02:20.749Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:02:20.752Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:02:20.753Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265339011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json", "status": "NOTIFIED" } 2022-04-18T07:02:20.857Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-04-18T07:02:20.858Z||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-04-18T07:02:20.858Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:02:20.869Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:02:20.870Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:02:21.754Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:02:21.756Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:02:21.759Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:02:21.759Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265339011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-18T07:02:21.860Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-18T07:02:21.861Z||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-04-18T07:02:21.861Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:02:21.877Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:02:21.878Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:02:22.760Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:02:22.762Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:02:22.766Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:02:22.766Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265339011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:22.869Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-04-18T07:02:22.870Z||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-04-18T07:02:22.871Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:02:22.891Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:02:22.897Z||pool-6-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:02:23.768Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:02:23.769Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:02:23.774Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:02:23.775Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265339011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-18T07:02:23.877Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-04-18T07:02:23.880Z||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-04-18T07:02:23.880Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:02:23.899Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:02:23.902Z||pool-7-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:02:24.777Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:02:24.778Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:02:24.793Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:02:24.794Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265339011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:02:24.891Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-04-18T07:02:24.892Z||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-04-18T07:02:24.893Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:02:24.916Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:02:24.917Z||pool-8-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:02:25.797Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:02:25.799Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:02:25.802Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:02:25.803Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265339011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:02:25.906Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-04-18T07:02:25.907Z||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-04-18T07:02:25.907Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:02:25.925Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:02:25.926Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:02:26.808Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "serviceName": "basic_onboard_TUFMWF", "serviceVersion": "1.0", "serviceUUID": "cfdc4918-bf04-4a8f-9190-bd65a686a938", "serviceDescription": "service", "serviceInvariantUUID": "ab33d4aa-cc2b-4b04-a889-4ee961c1e900", "resources": [ { "resourceInstanceName": "basic_onboard_TUFMWF 0", "resourceCustomizationUUID": "9fa32303-3492-427c-8980-1edeecf6b9d7", "resourceName": "basic_onboard_TUFMWF", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "508c6aee-d8de-45d2-abb8-e44e8645a3c8", "resourceInvariantUUID": "fd52256d-abd9-4148-b145-cbfd775a751a", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_tufmwf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json", "artifactChecksum": "ZjZkMGM2MTBhOTllOWMwN2ZhNzFlMjIxYzZiOTczZTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "29dbd9bc-6eef-44ec-8fc7-809494bc9f46", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "406e69e1-fd53-46b6-b8ef-217be7f176c4", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3a2436d6-6421-4e6b-8728-a81c80626868", "generatedFromUUID": "406e69e1-fd53-46b6-b8ef-217be7f176c4" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3a2436d6-6421-4e6b-8728-a81c80626868", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardTufmwf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar", "artifactChecksum": "MjBhMTNiZGQ0MzEwZTUyNDU0M2M4M2NhZjFkZDIyZGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c378fd39-bedb-4835-ae7c-d90c8f97c6dc" } ], "workloadContext": "Production" } 2022-04-18T07:02:26.811Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T07:02:26.811Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cfdc4918-bf04-4a8f-9190-bd65a686a938 ASDC 2022-04-18T07:02:27.127Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:b4420aac-baea-404f-9866-7889542bc16b ServiceName:basic_onboard_TUFMWF ServiceVersion:1.0 ServiceUUID:cfdc4918-bf04-4a8f-9190-bd65a686a938 ServiceInvariantUUID:ab33d4aa-cc2b-4b04-a889-4ee961c1e900 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardTufmwf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar ArtifactUUID:c378fd39-bedb-4835-ae7c-d90c8f97c6dc ArtifactChecksum:MjBhMTNiZGQ0MzEwZTUyNDU0M2M4M2NhZjFkZDIyZGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_TUFMWF 0 ResourceCustomizationUUID:9fa32303-3492-427c-8980-1edeecf6b9d7 ResourceInvariantUUID:fd52256d-abd9-4148-b145-cbfd775a751a ResourceName:basic_onboard_TUFMWF ResourceType:VF ResourceUUID:508c6aee-d8de-45d2-abb8-e44e8645a3c8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_tufmwf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json ArtifactUUID:29dbd9bc-6eef-44ec-8fc7-809494bc9f46 ArtifactChecksum:ZjZkMGM2MTBhOTllOWMwN2ZhNzFlMjIxYzZiOTczZTY= 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/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml ArtifactUUID:406e69e1-fd53-46b6-b8ef-217be7f176c4 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/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env ArtifactUUID:3a2436d6-6421-4e6b-8728-a81c80626868 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/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env ArtifactUUID:3a2436d6-6421-4e6b-8728-a81c80626868 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-18T07:02:27.130Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cfdc4918-bf04-4a8f-9190-bd65a686a938 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-04-18T07:02:27.777Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:02:27.780Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-18T07:02:27.800Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-18T07:02:27.801Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c378fd39-bedb-4835-ae7c-d90c8f97c6dc from URL: /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar 2022-04-18T07:02:27.802Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-18T07:02:27.807Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar 2022-04-18T07:02:28.127Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-18T07:02:28.156Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar c378fd39-bedb-4835-ae7c-d90c8f97c6dc 71588 2022-04-18T07:02:28.159Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar ASDC sendASDCNotification 2022-04-18T07:02:28.159Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar 2022-04-18T07:02:28.160Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:02:28.162Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:02:28.167Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:02:28.167Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265348156, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:02:28.266Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:02:28.267Z||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-04-18T07:02:28.268Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:02:28.280Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:02:28.282Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:02:29.167Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:02:29.170Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-18T07:02:29.170Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: c378fd39-bedb-4835-ae7c-d90c8f97c6dc, URL: /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar to file: /app/ASDC/1/service-BasicOnboardTufmwf-csar.csar 2022-04-18T07:02:29.172Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTufmwf-csar.csar 2022-04-18T07:02:29.503Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTufmwf-csar.csar 2022-04-18T07:02:29.504Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTufmwf-csar.csar 2022-04-18T07:02:30.641Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12454540061339283230/Definitions/service-BasicOnboardTufmwf-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-04-18T07:02:34.359Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-18T07:02:34.369Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-04-18T07:02:34.370Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTufmwf-csar.csar 2022-04-18T07:02:34.370Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-18T07:02:34.371Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_TUFMWF 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardTufmwf-csar.csar 2022-04-18T07:02:34.371Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardTufmwf-csar.csar 2022-04-18T07:02:34.371Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||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-BasicOnboardTufmwf-csar.csar 2022-04-18T07:02:34.372Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTufmwf-csar.csar 2022-04-18T07:02:34.372Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||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-BasicOnboardTufmwf-csar.csar 2022-04-18T07:02:34.372Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardTufmwf-csar.csar 2022-04-18T07:02:34.373Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTufmwf-csar.csar 2022-04-18T07:02:34.373Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||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-BasicOnboardTufmwf-csar.csar 2022-04-18T07:02:34.373Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||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-BasicOnboardTufmwf-csar.csar 2022-04-18T07:02:34.374Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-04-18T07:02:34.387Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:02:34.390Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:02:34.399Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_TUFMWF 0 is matching search criteria 2022-04-18T07:02:34.399Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-04-18T07:02:34.402Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_TUFMWF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:02:34.405Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:02:34.406Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:02:34.406Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_TUFMWF 0 is matching search criteria 2022-04-18T07:02:34.407Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-04-18T07:02:34.407Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_TUFMWF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:02:34.408Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:02:34.408Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:02:34.415Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:02:34.415Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_TUFMWF 0 is not matching search criteria 2022-04-18T07:02:34.416Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-04-18T07:02:34.416Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-04-18T07:02:34.417Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-04-18T07:02:34.417Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-18T07:02:34.418Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-18T07:02:34.418Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:02:34.418Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T07:02:34.421Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:02:34.422Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_TUFMWF 0 is matching search criteria 2022-04-18T07:02:34.422Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_TUFMWF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:02:34.423Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:02:34.423Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_TUFMWF 0 is matching search criteria 2022-04-18T07:02:34.424Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_TUFMWF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:02:34.424Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:02:34.424Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_TUFMWF 0 is matching search criteria 2022-04-18T07:02:34.425Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_TUFMWF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:02:34.425Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:02:34.426Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_TUFMWF 0 is not matching search criteria 2022-04-18T07:02:34.426Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-04-18T07:02:34.427Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-18T07:02:34.427Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5e43c538-cb54-44e9-8b27-3a9192d5360f 2022-04-18T07:02:34.427Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:02:34.428Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:02:34.428Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:02:34.428Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:02:34.429Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:02:34.429Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:02:34.429Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:02:34.430Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:02:34.430Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_TUFMWF Description:service Model UUID:cfdc4918-bf04-4a8f-9190-bd65a686a938 Model Version:NULL Model InvariantUuid:ab33d4aa-cc2b-4b04-a889-4ee961c1e900 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_TUFMWF Model UUID:dd80a00b-1dae-41f0-9bc0-86540549e858 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:fd52256d-abd9-4148-b145-cbfd775a751a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9fa32303-3492-427c-8980-1edeecf6b9d7 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e3fc3e80-2fc5-4b3c-bcf9-6427b1cea01f ModelName:BasicOnboardTufmwf..base_ubuntu18..module-0 ModelUuid:2d6affd5-058b-474d-a9b0-f4d80a1c57d4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5e43c538-cb54-44e9-8b27-3a9192d5360f ModelInvariantUuid:3b4ef7a1-50e4-4b29-9fd9-4afbbe16d72f ModelName:basic_onboard_TUFMWF-nodes.ubuntu18Cvfc ModelUuid:6da712cc-5fc1-4b9b-85cb-c362df20b6b6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:e2a413d3-55d1-47d2-9646-760cbbbe1870 ModelInvariantUuid:b0cc2655-b1dd-44bb-9f1c-9e2c18c505bf ModelName:BasicOnboardTufmwf.compute.nodes.heat.ubuntu18 ModelUuid:e33f106b-6a77-46fc-821f-42b40584fda6 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-04-18T07:02:34.494Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 508c6aee-d8de-45d2-abb8-e44e8645a3c8 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-04-18T07:02:34.672Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||basic_onboard_TUFMWF 0 2022-04-18T07:02:34.704Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 508c6aee-d8de-45d2-abb8-e44e8645a3c8 2022-04-18T07:02:34.705Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 29dbd9bc-6eef-44ec-8fc7-809494bc9f46 from URL: /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json 2022-04-18T07:02:34.706Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-18T07:02:34.707Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json 2022-04-18T07:02:35.090Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-18T07:02:35.093Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json 29dbd9bc-6eef-44ec-8fc7-809494bc9f46 798 2022-04-18T07:02:35.094Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json ASDC sendASDCNotification 2022-04-18T07:02:35.094Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json 2022-04-18T07:02:35.094Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:02:35.095Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:02:35.099Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:02:35.099Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265355094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:02:35.201Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-04-18T07:02:35.202Z||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-04-18T07:02:35.203Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:02:35.246Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:02:35.247Z||pool-11-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:02:36.102Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardTufmwf..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e3fc3e80-2fc5-4b3c-bcf9-6427b1cea01f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2d6affd5-058b-474d-a9b0-f4d80a1c57d4", "vfModuleModelCustomizationUUID": "62017450-0402-4e28-9026-a8016de63dcf", "isBase": true, "artifacts": [ "406e69e1-fd53-46b6-b8ef-217be7f176c4", "3a2436d6-6421-4e6b-8728-a81c80626868" ], "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-04-18T07:02:36.128Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardTufmwf..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2d6affd5-058b-474d-a9b0-f4d80a1c57d4 VfModuleModelInvariantUUID:e3fc3e80-2fc5-4b3c-bcf9-6427b1cea01f VfModuleModelDescription:NULL Artifacts UUID List:{ 406e69e1-fd53-46b6-b8ef-217be7f176c4 , 3a2436d6-6421-4e6b-8728-a81c80626868 } 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-04-18T07:02:36.134Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardTufmwf..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e3fc3e80-2fc5-4b3c-bcf9-6427b1cea01f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2d6affd5-058b-474d-a9b0-f4d80a1c57d4", "vfModuleModelCustomizationUUID": "62017450-0402-4e28-9026-a8016de63dcf", "isBase": true, "artifacts": [ "406e69e1-fd53-46b6-b8ef-217be7f176c4", "3a2436d6-6421-4e6b-8728-a81c80626868" ], "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-04-18T07:02:36.135Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardTufmwf..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2d6affd5-058b-474d-a9b0-f4d80a1c57d4 VfModuleModelInvariantUUID:e3fc3e80-2fc5-4b3c-bcf9-6427b1cea01f VfModuleModelDescription:NULL Artifacts UUID List:{ 406e69e1-fd53-46b6-b8ef-217be7f176c4 , 3a2436d6-6421-4e6b-8728-a81c80626868 } 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-04-18T07:02:36.135Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 406e69e1-fd53-46b6-b8ef-217be7f176c4 from URL: /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml 2022-04-18T07:02:36.136Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-18T07:02:36.137Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml 2022-04-18T07:02:36.895Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-18T07:02:36.899Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml 406e69e1-fd53-46b6-b8ef-217be7f176c4 5033 2022-04-18T07:02:36.902Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-04-18T07:02:36.902Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml 2022-04-18T07:02:36.902Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:02:36.903Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:02:36.906Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:02:36.907Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265356901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:02:37.006Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:02:37.008Z||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-04-18T07:02:37.008Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:02:37.019Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:02:37.020Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:02:37.908Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3a2436d6-6421-4e6b-8728-a81c80626868 from URL: /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env 2022-04-18T07:02:37.910Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-18T07:02:37.911Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env 2022-04-18T07:02:38.358Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-18T07:02:38.358Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env 3a2436d6-6421-4e6b-8728-a81c80626868 909 2022-04-18T07:02:38.359Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-04-18T07:02:38.359Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env 2022-04-18T07:02:38.359Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:02:38.360Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:02:38.364Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:02:38.364Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265358359, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:02:38.466Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-18T07:02:38.467Z||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-04-18T07:02:38.467Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:02:38.493Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:02:38.494Z||pool-13-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:02:39.371Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: cfdc4918-bf04-4a8f-9190-bd65a686a938 2022-04-18T07:02:39.371Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_TUFMWF 0 508c6aee-d8de-45d2-abb8-e44e8645a3c8 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-04-18T07:02:39.432Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e1c9981, org.onap.sdc.toscaparser.api.parameters.Input@7d538241, org.onap.sdc.toscaparser.api.parameters.Input@46b8fb8b, org.onap.sdc.toscaparser.api.parameters.Input@2619d479, org.onap.sdc.toscaparser.api.parameters.Input@2c4381aa] 2022-04-18T07:02:39.440Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:02:39.441Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:02:39.441Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-04-18T07:02:39.442Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 9fa32303-3492-427c-8980-1edeecf6b9d7 2022-04-18T07:02:39.442Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9fa32303-3492-427c-8980-1edeecf6b9d7 matches Tosca VF Customization UUID: 9fa32303-3492-427c-8980-1edeecf6b9d7 2022-04-18T07:02:39.442Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 9fa32303-3492-427c-8980-1edeecf6b9d7 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-04-18T07:02:39.455Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:02:39.456Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:02:39.459Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 9fa32303-3492-427c-8980-1edeecf6b9d7: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-04-18T07:02:39.460Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f98c50d 2022-04-18T07:02:39.460Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:02:39.461Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T07:02:39.462Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 62017450-0402-4e28-9026-a8016de63dcf 2022-04-18T07:02:39.464Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 62017450-0402-4e28-9026-a8016de63dcf 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-04-18T07:02:39.476Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:02:39.477Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_TUFMWF 0 is matching search criteria 2022-04-18T07:02:39.477Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_TUFMWF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:02:39.479Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:02:39.479Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_TUFMWF 0 is matching search criteria 2022-04-18T07:02:39.480Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_TUFMWF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:02:39.484Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:02:39.485Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_TUFMWF 0 is not matching search criteria 2022-04-18T07:02:39.486Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-04-18T07:02:39.487Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-18T07:02:39.487Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5e43c538-cb54-44e9-8b27-3a9192d5360f 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-04-18T07:02:39.503Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:02:39.504Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_TUFMWF 0 is matching search criteria 2022-04-18T07:02:39.504Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_TUFMWF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:02:39.505Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:02:39.505Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_TUFMWF 0 is matching search criteria 2022-04-18T07:02:39.506Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_TUFMWF 0] matching following query criteria: sdcType=VF, customizationUUID=9fa32303-3492-427c-8980-1edeecf6b9d7 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-04-18T07:02:39.513Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:02:39.514Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:02:39.515Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid cfdc4918-bf04-4a8f-9190-bd65a686a938: basic_onboard_TUFMWF 2022-04-18T07:02:39.515Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:02:39.515Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:02:39.516Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:02:39.516Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:02:39.517Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:02:39.517Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:02:39.518Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:02:39.518Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:02:39.518Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:02:39.518Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:02:39.519Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_TUFMWF 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-04-18T07:02:39.878Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_TUFMWF 508c6aee-d8de-45d2-abb8-e44e8645a3c8 1 ASDC deployResourceStructure 2022-04-18T07:02:39.879Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json ASDC sendASDCNotification 2022-04-18T07:02:39.879Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json 2022-04-18T07:02:39.880Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:02:39.881Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:02:39.885Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:02:39.885Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265359879, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:02:39.985Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:02:39.986Z||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-04-18T07:02:39.986Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:02:39.999Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:02:39.999Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:02:40.887Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-04-18T07:02:40.888Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml 2022-04-18T07:02:40.888Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:02:40.889Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:02:40.894Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:02:40.897Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265360887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-04-18T07:02:40.994Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-04-18T07:02:40.995Z||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-04-18T07:02:40.996Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:02:41.007Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:02:41.008Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:02:41.899Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-04-18T07:02:41.900Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env 2022-04-18T07:02:41.900Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:02:41.901Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:02:41.907Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:02:41.908Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265361898, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-04-18T07:02:42.006Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-18T07:02:42.010Z||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-04-18T07:02:42.010Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:02:42.023Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:02:42.024Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:02:42.909Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar ASDC sendASDCNotification 2022-04-18T07:02:42.910Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar 2022-04-18T07:02:42.910Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:02:42.910Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:02:42.912Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:02:42.912Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265362908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:02:43.021Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-04-18T07:02:43.023Z||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-04-18T07:02:43.023Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:02:43.038Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:02:43.039Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:02:43.917Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4420aac-baea-404f-9866-7889542bc16b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:02:43.991Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4420aac-baea-404f-9866-7889542bc16b 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-04-18T07:02:43.998Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:02:44.000Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:02:44.001Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:03:14.002Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4420aac-baea-404f-9866-7889542bc16b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:03:14.024Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4420aac-baea-404f-9866-7889542bc16b 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-04-18T07:03:14.029Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:03:14.030Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:03:14.030Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:03:19.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:03:19.029Z||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-04-18T07:03:19.029Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:03:19.163Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:03:19.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T07:03:19.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "multicloud-k8s-id", "timestamp": 1650265338668, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:03:19.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:03:44.031Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4420aac-baea-404f-9866-7889542bc16b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:03:44.061Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4420aac-baea-404f-9866-7889542bc16b 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-04-18T07:03:44.065Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:03:44.065Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:03:44.066Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:04:14.071Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4420aac-baea-404f-9866-7889542bc16b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:04:14.090Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4420aac-baea-404f-9866-7889542bc16b 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-04-18T07:04:14.095Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:04:14.096Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:04:14.098Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:04:19.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:04:19.027Z||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-04-18T07:04:19.027Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:04:19.557Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:04:19.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "cds", "timestamp": 1650265339523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:04:19.566Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:04:19.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "clamp", "timestamp": 1650265335794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:04:19.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:04:19.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265339011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:04:19.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:04:19.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265333089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:04:19.569Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:04:19.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "policy-id", "timestamp": 1650265340555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:04:19.570Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:04:19.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "aai-ml", "timestamp": 1650265338719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:04:19.571Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:04:19.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "clamp", "timestamp": 1650265335794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:04:19.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:04:19.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "cds", "timestamp": 1650265340560, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-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-04-18T07:04:19.589Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b4420aac-baea-404f-9866-7889542bc16b 2022-04-18T07:04:19.590Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4420aac-baea-404f-9866-7889542bc16b 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-04-18T07:04:19.611Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.611Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265339011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json", "status": "NOTIFIED" } 2022-04-18T07:04:19.612Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:04:19.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.612Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265333089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:04:19.613Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:04:19.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "policy-id", "timestamp": 1650265341564, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:04:19.613Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:04:19.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "aai-ml", "timestamp": 1650265338719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:04:19.614Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:04:19.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "clamp", "timestamp": 1650265335794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:04:19.615Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:04:19.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265339011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-18T07:04:19.615Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:04:19.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.616Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "policy-id", "timestamp": 1650265342571, "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-04-18T07:04:19.622Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4420aac-baea-404f-9866-7889542bc16b 2022-04-18T07:04:19.623Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4420aac-baea-404f-9866-7889542bc16b 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-04-18T07:04:19.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "multicloud-k8s-id", "timestamp": 1650265340866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:04:19.635Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:04:19.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "aai-ml", "timestamp": 1650265338719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:04:19.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:04:19.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265341724, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:04:19.636Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:04:19.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265339011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:04:19.637Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:04:19.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "aai-ml", "timestamp": 1650265338719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:04:19.638Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:04:19.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "multicloud-k8s-id", "timestamp": 1650265342556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:04:19.639Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:04:19.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265339011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-18T07:04:19.639Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:04:19.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "aai-ml", "timestamp": 1650265338719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:04:19.640Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:04:19.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265339011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:04:19.641Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:04:19.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.641Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "multicloud-k8s-id", "timestamp": 1650265343827, "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-04-18T07:04:19.650Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4420aac-baea-404f-9866-7889542bc16b 2022-04-18T07:04:19.650Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4420aac-baea-404f-9866-7889542bc16b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-18T07:04:19.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "aai-ml", "timestamp": 1650265338719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:04:19.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:04:19.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265339011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:04:19.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:04:19.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "multicloud-k8s-id", "timestamp": 1650265344834, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:04:19.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:04:19.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "aai-ml", "timestamp": 1650265338719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:04:19.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:04:19.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265346146, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:04:19.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:04:19.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "aai-ml", "timestamp": 1650265347234, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:04:19.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:04:19.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265347151, "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-04-18T07:04:19.678Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b4420aac-baea-404f-9866-7889542bc16b 2022-04-18T07:04:19.678Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4420aac-baea-404f-9866-7889542bc16b 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-04-18T07:04:19.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265348156, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:04:19.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:04:19.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "clamp", "timestamp": 1650265349676, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:04:19.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:04:19.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "clamp", "timestamp": 1650265351690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:04:19.692Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:04:19.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "clamp", "timestamp": 1650265352696, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:04:19.699Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b4420aac-baea-404f-9866-7889542bc16b 2022-04-18T07:04:19.700Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4420aac-baea-404f-9866-7889542bc16b and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T07:04:19.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265355094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:04:19.715Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:04:19.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265356901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:04:19.716Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:04:19.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265358359, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:04:19.718Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:04:19.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265359879, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:04:19.719Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:04:19.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265360887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-04-18T07:04:19.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:04:19.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "aai-ml", "timestamp": 1650265360348, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-18T07:04:19.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:04:19.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265361898, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-04-18T07:04:19.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:04:19.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "aai-ml", "timestamp": 1650265361358, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-04-18T07:04:19.741Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b4420aac-baea-404f-9866-7889542bc16b 2022-04-18T07:04:19.742Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4420aac-baea-404f-9866-7889542bc16b 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-04-18T07:04:19.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:04:19.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265362908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:04:19.758Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:04:44.099Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4420aac-baea-404f-9866-7889542bc16b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:04:44.122Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4420aac-baea-404f-9866-7889542bc16b 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-04-18T07:04:44.129Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:04:44.129Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T07:04:44.129Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T07:04:44.130Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T07:04:44.130Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-18T07:04:44.130Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:04:44.140Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T07:05:14.140Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b4420aac-baea-404f-9866-7889542bc16b 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-04-18T07:05:14.173Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4420aac-baea-404f-9866-7889542bc16b and serviceModelVersionId: cfdc4918-bf04-4a8f-9190-bd65a686a938 2022-04-18T07:05:14.173Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ab33d4aa-cc2b-4b04-a889-4ee961c1e900 2022-04-18T07:05:19.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:05:19.025Z||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-04-18T07:05:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:05:28.579Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:05:43.219Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0 2022-04-18T07:05:43.391Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-04-18T07:05:44.244Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||Invoke 2022-04-18T07:05:44.258Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b4420aac-baea-404f-9866-7889542bc16b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[40353e45-19ae-42c7-8124-511a860ff16e], X-ECOMP-RequestID=[b4420aac-baea-404f-9866-7889542bc16b], X-TransactionId=[], X-ONAP-RequestID=[b4420aac-baea-404f-9866-7889542bc16b], Content-Type=[application/merge-patch+json]} 2022-04-18T07:05:45.829Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||Invoke 2022-04-18T07:05:45.830Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b4420aac-baea-404f-9866-7889542bc16b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1c4151bc-026f-40ed-a135-d6f572fd7873], X-ECOMP-RequestID=[b4420aac-baea-404f-9866-7889542bc16b], X-TransactionId=[], X-ONAP-RequestID=[b4420aac-baea-404f-9866-7889542bc16b], Content-Type=[application/merge-patch+json]} 2022-04-18T07:05:47.363Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||Invoke 2022-04-18T07:05:47.366Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b4420aac-baea-404f-9866-7889542bc16b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a977d2a1-8380-4522-90cf-73954e470004], X-ECOMP-RequestID=[b4420aac-baea-404f-9866-7889542bc16b], X-TransactionId=[], X-ONAP-RequestID=[b4420aac-baea-404f-9866-7889542bc16b], Content-Type=[application/merge-patch+json]} 2022-04-18T07:05:48.394Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:05:48.396Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-18T07:05:48.398Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:05:48.399Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-04-18T07:05:48.407Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|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-04-18T07:05:48.409Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4420aac-baea-404f-9866-7889542bc16b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:05:48.411Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-18T07:05:48.411Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:05:48.416Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:05:48.416Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265548409, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:05:48.515Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-18T07:05:48.516Z||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-04-18T07:05:48.517Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:05:48.529Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:05:48.530Z||pool-18-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-04-18T07:05:49.434Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:05:49.435Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:05:49.436Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:05:58.245Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:05:58.247Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||received message from topic 2022-04-18T07:05:58.247Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"f89d0fe8-d6ad-4618-a0b1-dfa7602abe83","serviceName":"vFW 2022-04-18 07-01-52","serviceVersion":"1.0","serviceUUID":"3f617634-3237-4b71-a239-7c42cb7b10da","serviceDescription":"catalog service description","serviceInvariantUUID":"7f4bb2b0-d48b-4037-82f7-a90bcc196e36","resources":[{"resourceInstanceName":"vFW ad920b02-9109 0","resourceName":"vFW ad920b02-9109","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6e954540-f0c0-4a1b-b321-fea4af8bcb38","resourceInvariantUUID":"84f29d1b-0605-4d70-b271-a66c6216c903","resourceCustomizationUUID":"c57445fc-c2e8-46bd-8812-2669e17abb06","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vf-license-model.xml","artifactChecksum":"ODhhYzZiOGUzMmU0ZmVmMjQwNTcxZTc2ZTllMDJhOWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"815bfe67-4827-4b5a-a435-d2168cbe0b57","artifactVersion":"1"},{"artifactName":"vfwad920b0291090_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json","artifactChecksum":"OGEzNmQ0MGIzODlkNzI5NWUxOGEzM2ZhZmQ2NjBhYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1f32b8a-84dc-4e8b-8acf-c3dc5ed6a134","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d364bf59-3ae1-4972-810c-3341dcbe1bd4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vendor-license-model.xml","artifactChecksum":"ZjIwZWUwM2ExZjdiYzc2M2QyMWUzZmUyZDlhZWYyZTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e123415c-d67c-4a86-a0d9-bf4e790ae0c4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"258427dc-8445-45b9-8f32-df8409b2c257","artifactVersion":"3","generatedFromUUID":"d364bf59-3ae1-4972-810c-3341dcbe1bd4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220418070152-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-template.yml","artifactChecksum":"MDI4MmE4M2FhMWM4MWFiMWRmZGNlMTI2NjRlMDJhNDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"78cf7ec9-7aba-4f8f-b1be-529dbf3443d5","artifactVersion":"1"},{"artifactName":"service-Vfw20220418070152-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar","artifactChecksum":"OGQ2MDIzODM1OTZhOWEzY2E4OTRiMGVlNjAzMTJlZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ade4edb-b91d-4b16-8ab2-f14a5b5f36a3","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T07:05:58.266Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:05:58.277Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:05:58.302Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:05:58.302Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265549434, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:05:58.393Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2022-04-18T07:05:58.395Z||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-04-18T07:05:58.395Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:05:58.409Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:05:58.411Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:05:59.303Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:05:59.304Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:05:59.309Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:05:59.310Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265549434, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json", "status": "NOTIFIED" } 2022-04-18T07:05:59.409Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:05:59.411Z||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-04-18T07:05:59.411Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:05:59.434Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:05:59.435Z||pool-20-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:06:00.311Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:06:00.312Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:06:00.315Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:06:00.315Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265549434, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T07:06:00.415Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:06:00.416Z||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-04-18T07:06:00.417Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:06:00.429Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:06:00.430Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:06:01.316Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:06:01.318Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:06:01.324Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:06:01.324Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265549434, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:01.423Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:06:01.425Z||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-04-18T07:06:01.426Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:06:01.438Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:06:01.439Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:06:02.329Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:06:02.330Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:06:02.334Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:06:02.334Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265549434, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T07:06:02.434Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:06:02.435Z||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-04-18T07:06:02.435Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:06:02.449Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:06:02.450Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:06:03.335Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:06:03.336Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:06:03.340Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:06:03.340Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265549434, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:03.453Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms 2022-04-18T07:06:03.454Z||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-04-18T07:06:03.454Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:06:03.472Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:06:03.473Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:06:04.341Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:06:04.342Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:06:04.345Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:06:04.345Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265549434, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:06:04.445Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:06:04.446Z||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-04-18T07:06:04.447Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:06:04.459Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:06:04.459Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:06:05.348Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||sending notification to client: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "serviceName": "vFW 2022-04-18 07-01-52", "serviceVersion": "1.0", "serviceUUID": "3f617634-3237-4b71-a239-7c42cb7b10da", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7f4bb2b0-d48b-4037-82f7-a90bcc196e36", "resources": [ { "resourceInstanceName": "vFW ad920b02-9109 0", "resourceCustomizationUUID": "c57445fc-c2e8-46bd-8812-2669e17abb06", "resourceName": "vFW ad920b02-9109", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6e954540-f0c0-4a1b-b321-fea4af8bcb38", "resourceInvariantUUID": "84f29d1b-0605-4d70-b271-a66c6216c903", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwad920b0291090_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json", "artifactChecksum": "OGEzNmQ0MGIzODlkNzI5NWUxOGEzM2ZhZmQ2NjBhYjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e1f32b8a-84dc-4e8b-8acf-c3dc5ed6a134", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d364bf59-3ae1-4972-810c-3341dcbe1bd4", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "258427dc-8445-45b9-8f32-df8409b2c257", "generatedFromUUID": "d364bf59-3ae1-4972-810c-3341dcbe1bd4" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "258427dc-8445-45b9-8f32-df8409b2c257", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220418070152-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar", "artifactChecksum": "OGQ2MDIzODM1OTZhOWEzY2E4OTRiMGVlNjAzMTJlZjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5ade4edb-b91d-4b16-8ab2-f14a5b5f36a3" } ], "workloadContext": "Production" } 2022-04-18T07:06:05.349Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T07:06:05.349Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3f617634-3237-4b71-a239-7c42cb7b10da ASDC 2022-04-18T07:06:05.350Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||ASDC Notification: DistributionID:f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 ServiceName:vFW 2022-04-18 07-01-52 ServiceVersion:1.0 ServiceUUID:3f617634-3237-4b71-a239-7c42cb7b10da ServiceInvariantUUID:7f4bb2b0-d48b-4037-82f7-a90bcc196e36 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220418070152-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar ArtifactUUID:5ade4edb-b91d-4b16-8ab2-f14a5b5f36a3 ArtifactChecksum:OGQ2MDIzODM1OTZhOWEzY2E4OTRiMGVlNjAzMTJlZjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW ad920b02-9109 0 ResourceCustomizationUUID:c57445fc-c2e8-46bd-8812-2669e17abb06 ResourceInvariantUUID:84f29d1b-0605-4d70-b271-a66c6216c903 ResourceName:vFW ad920b02-9109 ResourceType:VF ResourceUUID:6e954540-f0c0-4a1b-b321-fea4af8bcb38 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwad920b0291090_modules.json ArtifactVersion:2 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json ArtifactUUID:e1f32b8a-84dc-4e8b-8acf-c3dc5ed6a134 ArtifactChecksum:OGEzNmQ0MGIzODlkNzI5NWUxOGEzM2ZhZmQ2NjBhYjM= 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/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml ArtifactUUID:d364bf59-3ae1-4972-810c-3341dcbe1bd4 ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:3 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env ArtifactUUID:258427dc-8445-45b9-8f32-df8409b2c257 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:3 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env ArtifactUUID:258427dc-8445-45b9-8f32-df8409b2c257 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-18T07:06:05.351Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3f617634-3237-4b71-a239-7c42cb7b10da 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-04-18T07:06:05.402Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:06:05.404Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:06:05.404Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:06:05.405Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||Trying to download the artifact UUID: 5ade4edb-b91d-4b16-8ab2-f14a5b5f36a3 from URL: /sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar 2022-04-18T07:06:05.405Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:06:05.405Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar 2022-04-18T07:06:05.857Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:06:05.866Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar 5ade4edb-b91d-4b16-8ab2-f14a5b5f36a3 98934 2022-04-18T07:06:05.867Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar ASDC sendASDCNotification 2022-04-18T07:06:05.867Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar 2022-04-18T07:06:05.867Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:06:05.868Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:06:05.871Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:06:05.871Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265565867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:06:05.971Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:06:05.973Z||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-04-18T07:06:05.973Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:06:05.999Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:06:06.000Z||pool-26-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:06:06.872Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:06:06.877Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:06:06.878Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||Trying to write artifact UUID: 5ade4edb-b91d-4b16-8ab2-f14a5b5f36a3, URL: /sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar to file: /app/ASDC/1/service-Vfw20220418070152-csar.csar 2022-04-18T07:06:06.887Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220418070152-csar.csar 2022-04-18T07:06:06.890Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220418070152-csar.csar 2022-04-18T07:06:06.891Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220418070152-csar.csar 2022-04-18T07:06:07.326Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7883887124723605414/Definitions/service-Vfw20220418070152-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-04-18T07:06:11.228Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-18T07:06:11.229Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|WARN|500||#################################################################################################### 2022-04-18T07:06:11.229Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220418070152-csar.csar 2022-04-18T07:06:11.229Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-18T07:06:11.230Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220418070152-csar.csar 2022-04-18T07:06:11.230Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220418070152-csar.csar 2022-04-18T07:06:11.230Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|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-Vfw20220418070152-csar.csar 2022-04-18T07:06:11.230Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418070152-csar.csar 2022-04-18T07:06:11.230Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418070152-csar.csar 2022-04-18T07:06:11.231Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220418070152-csar.csar 2022-04-18T07:06:11.231Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ad920b02-9109 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220418070152-csar.csar 2022-04-18T07:06:11.231Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|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-Vfw20220418070152-csar.csar 2022-04-18T07:06:11.231Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220418070152-csar.csar 2022-04-18T07:06:11.232Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220418070152-csar.csar 2022-04-18T07:06:11.232Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|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-Vfw20220418070152-csar.csar 2022-04-18T07:06:11.232Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418070152-csar.csar 2022-04-18T07:06:11.233Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|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-Vfw20220418070152-csar.csar 2022-04-18T07:06:11.233Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|WARN|500||#################################################################################################### 2022-04-18T07:06:11.233Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:11.234Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:06:11.235Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is matching search criteria 2022-04-18T07:06:11.235Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T07:06:11.236Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [vFW ad920b02-9109 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:06:11.236Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:11.236Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:06:11.237Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is matching search criteria 2022-04-18T07:06:11.237Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T07:06:11.238Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [vFW ad920b02-9109 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:06:11.238Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:11.238Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:06:11.239Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:11.239Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is not matching search criteria 2022-04-18T07:06:11.239Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:06:11.240Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:06:11.240Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:06:11.241Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:06:11.241Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:06:11.242Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:06:11.243Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:06:11.244Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:06:11.244Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:06:11.245Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:06:11.245Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:06:11.246Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:06:11.246Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:06:11.247Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:06:11.247Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:06:11.247Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-18T07:06:11.248Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:11.248Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T07:06:11.248Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:11.249Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is matching search criteria 2022-04-18T07:06:11.249Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [vFW ad920b02-9109 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:06:11.255Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:11.256Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is matching search criteria 2022-04-18T07:06:11.256Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [vFW ad920b02-9109 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:06:11.257Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:11.257Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is matching search criteria 2022-04-18T07:06:11.258Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [vFW ad920b02-9109 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:06:11.259Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:11.259Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is not matching search criteria 2022-04-18T07:06:11.260Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:06:11.260Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-18T07:06:11.261Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:06:11.261Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:06:11.262Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:06:11.263Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:06:11.263Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:06:11.265Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:06:11.266Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:06:11.269Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:06:11.270Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:06:11.270Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=68b550b4-1f37-4abd-9a06-ecd55d2fb3f1 2022-04-18T07:06:11.270Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:11.271Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is not matching search criteria 2022-04-18T07:06:11.271Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:06:11.271Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:06:11.272Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:06:11.272Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:06:11.272Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:06:11.273Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:06:11.273Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:06:11.273Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-18T07:06:11.273Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:06:11.274Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:06:11.274Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:06:11.274Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:06:11.275Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=47807fcc-998c-44c9-8787-2666106d9c65 2022-04-18T07:06:11.276Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:11.277Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is not matching search criteria 2022-04-18T07:06:11.277Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:06:11.277Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:06:11.278Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:06:11.278Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:06:11.278Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:06:11.278Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:06:11.279Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:06:11.279Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:06:11.279Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:06:11.280Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:06:11.280Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:06:11.280Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-18T07:06:11.280Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=690a144d-2a30-435e-9371-dac6e24aeb61 2022-04-18T07:06:11.281Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:11.281Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:06:11.282Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:11.282Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:06:11.282Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:11.283Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:06:11.283Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:11.283Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:06:11.284Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-18 07-01-52 Description:catalog service description Model UUID:3f617634-3237-4b71-a239-7c42cb7b10da Model Version:NULL Model InvariantUuid:7f4bb2b0-d48b-4037-82f7-a90bcc196e36 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW ad920b02-9109 Model UUID:1a02942a-1bdc-424a-b8b5-87deae6f518e Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:84f29d1b-0605-4d70-b271-a66c6216c903 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c57445fc-c2e8-46bd-8812-2669e17abb06 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a40740d1-3919-4478-83d5-1489a4a644b7 ModelName:VfwAd920b029109..base_vfw..module-0 ModelUuid:bb9117d4-1474-4b74-bf06-a90b3502266a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:68b550b4-1f37-4abd-9a06-ecd55d2fb3f1 ModelInvariantUuid:26e6c1c9-ace6-4bb2-af7b-88a7d2cdaee9 ModelName:vFW ad920b02-9109-nodes.vfwCvfc ModelUuid:19e6c7aa-eb9e-405e-aff5-0dc205fab8db ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:e28391ff-95c7-43fc-98bf-f85b81a375e9 ModelInvariantUuid:9550292a-12a1-4fa8-b27a-2a9d3d0a3919 ModelName:VfwAd920b029109.compute.nodes.heat.vfw ModelUuid:75a764d9-0296-4654-9dd1-50bd36607d67 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:47807fcc-998c-44c9-8787-2666106d9c65 ModelInvariantUuid:b13903ed-c2ae-4ca6-b49d-067ce6767263 ModelName:vFW ad920b02-9109-nodes.vsnCvfc ModelUuid:b3ee19bb-33e0-447c-a856-05fdb97a85d5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:a0b48e26-7823-45dc-8a43-39a8ce3066a2 ModelInvariantUuid:f479513c-400a-4391-9fdb-3b2cbd83b2b0 ModelName:VfwAd920b029109.compute.nodes.heat.vsn ModelUuid:eda202ad-96cf-45fb-aa46-b3e8cfd055b0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:690a144d-2a30-435e-9371-dac6e24aeb61 ModelInvariantUuid:7e880e5c-32fd-4ff6-8c37-69a7873e99d6 ModelName:vFW ad920b02-9109-nodes.vpgCvfc ModelUuid:03fefdd4-bc7b-4f03-9aef-580ab0e960c6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:0994d261-cecd-45a7-9299-92a9da801556 ModelInvariantUuid:46c312af-9aec-4751-8252-1c58db1bf819 ModelName:VfwAd920b029109.compute.nodes.heat.vpg ModelUuid:e0bd4d24-e4f8-4eec-8f2f-7f8ba16588d0 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-04-18T07:06:11.297Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 6e954540-f0c0-4a1b-b321-fea4af8bcb38 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-04-18T07:06:11.303Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||vFW ad920b02-9109 0 2022-04-18T07:06:11.304Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 6e954540-f0c0-4a1b-b321-fea4af8bcb38 2022-04-18T07:06:11.304Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||Trying to download the artifact UUID: e1f32b8a-84dc-4e8b-8acf-c3dc5ed6a134 from URL: /sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json 2022-04-18T07:06:11.305Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:06:11.305Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json 2022-04-18T07:06:11.570Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:06:11.571Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json e1f32b8a-84dc-4e8b-8acf-c3dc5ed6a134 785 2022-04-18T07:06:11.571Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json ASDC sendASDCNotification 2022-04-18T07:06:11.571Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json 2022-04-18T07:06:11.572Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:06:11.572Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:06:11.576Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:06:11.576Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265571571, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:06:11.676Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:06:11.678Z||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-04-18T07:06:11.678Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:06:11.691Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:06:11.693Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:06:12.577Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwAd920b029109..base_vfw..module-0", "vfModuleModelInvariantUUID": "a40740d1-3919-4478-83d5-1489a4a644b7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bb9117d4-1474-4b74-bf06-a90b3502266a", "vfModuleModelCustomizationUUID": "6f072db4-8cb5-4993-b56e-cba167134853", "isBase": true, "artifacts": [ "d364bf59-3ae1-4972-810c-3341dcbe1bd4", "258427dc-8445-45b9-8f32-df8409b2c257" ], "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-04-18T07:06:12.585Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwAd920b029109..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bb9117d4-1474-4b74-bf06-a90b3502266a VfModuleModelInvariantUUID:a40740d1-3919-4478-83d5-1489a4a644b7 VfModuleModelDescription:NULL Artifacts UUID List:{ d364bf59-3ae1-4972-810c-3341dcbe1bd4 , 258427dc-8445-45b9-8f32-df8409b2c257 } 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-04-18T07:06:12.587Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwAd920b029109..base_vfw..module-0", "vfModuleModelInvariantUUID": "a40740d1-3919-4478-83d5-1489a4a644b7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bb9117d4-1474-4b74-bf06-a90b3502266a", "vfModuleModelCustomizationUUID": "6f072db4-8cb5-4993-b56e-cba167134853", "isBase": true, "artifacts": [ "d364bf59-3ae1-4972-810c-3341dcbe1bd4", "258427dc-8445-45b9-8f32-df8409b2c257" ], "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-04-18T07:06:12.587Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwAd920b029109..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bb9117d4-1474-4b74-bf06-a90b3502266a VfModuleModelInvariantUUID:a40740d1-3919-4478-83d5-1489a4a644b7 VfModuleModelDescription:NULL Artifacts UUID List:{ d364bf59-3ae1-4972-810c-3341dcbe1bd4 , 258427dc-8445-45b9-8f32-df8409b2c257 } 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-04-18T07:06:12.588Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||Trying to download the artifact UUID: d364bf59-3ae1-4972-810c-3341dcbe1bd4 from URL: /sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml 2022-04-18T07:06:12.588Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:06:12.588Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml 2022-04-18T07:06:12.872Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:06:12.874Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml d364bf59-3ae1-4972-810c-3341dcbe1bd4 20368 2022-04-18T07:06:12.874Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-18T07:06:12.875Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml 2022-04-18T07:06:12.875Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:06:12.875Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:06:12.879Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:06:12.879Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265572874, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:06:12.982Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-04-18T07:06:12.983Z||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-04-18T07:06:12.983Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:06:12.997Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:06:12.998Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:06:13.880Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||Trying to download the artifact UUID: 258427dc-8445-45b9-8f32-df8409b2c257 from URL: /sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env 2022-04-18T07:06:13.881Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:06:13.882Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env 2022-04-18T07:06:14.370Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:06:14.371Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env 258427dc-8445-45b9-8f32-df8409b2c257 2098 2022-04-18T07:06:14.371Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-18T07:06:14.371Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env 2022-04-18T07:06:14.372Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:06:14.372Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:06:14.388Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:06:14.389Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265574371, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:06:14.483Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-04-18T07:06:14.484Z||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-04-18T07:06:14.484Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:06:14.500Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:06:14.501Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:06:15.390Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Preparing to deploy Service: 3f617634-3237-4b71-a239-7c42cb7b10da 2022-04-18T07:06:15.391Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ad920b02-9109 0 6e954540-f0c0-4a1b-b321-fea4af8bcb38 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-04-18T07:06:15.434Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@23e0834f, org.onap.sdc.toscaparser.api.parameters.Input@36fab839, org.onap.sdc.toscaparser.api.parameters.Input@4d9cf41d, org.onap.sdc.toscaparser.api.parameters.Input@2c727ec4, org.onap.sdc.toscaparser.api.parameters.Input@baf7afe] 2022-04-18T07:06:15.436Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:15.436Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:06:15.436Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||VF Category is: Generic 2022-04-18T07:06:15.436Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||VFCustomizationUUID= c57445fc-c2e8-46bd-8812-2669e17abb06 2022-04-18T07:06:15.437Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c57445fc-c2e8-46bd-8812-2669e17abb06 matches Tosca VF Customization UUID: c57445fc-c2e8-46bd-8812-2669e17abb06 2022-04-18T07:06:15.437Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||vfCustomizationUUID: c57445fc-c2e8-46bd-8812-2669e17abb06 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-04-18T07:06:15.443Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:15.443Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:06:15.445Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||resource request for resource customization id c57445fc-c2e8-46bd-8812-2669e17abb06: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-04-18T07:06:15.445Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7ddadf0b 2022-04-18T07:06:15.445Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:15.445Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T07:06:15.446Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6f072db4-8cb5-4993-b56e-cba167134853 2022-04-18T07:06:15.446Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6f072db4-8cb5-4993-b56e-cba167134853 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-04-18T07:06:15.450Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:15.451Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is matching search criteria 2022-04-18T07:06:15.451Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [vFW ad920b02-9109 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:06:15.461Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:15.462Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is matching search criteria 2022-04-18T07:06:15.462Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [vFW ad920b02-9109 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:06:15.463Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:15.463Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is not matching search criteria 2022-04-18T07:06:15.464Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:06:15.464Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-18T07:06:15.464Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:06:15.464Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:06:15.465Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:06:15.465Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:06:15.465Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:06:15.465Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:06:15.465Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:06:15.466Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:06:15.466Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:06:15.466Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=68b550b4-1f37-4abd-9a06-ecd55d2fb3f1 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-04-18T07:06:15.476Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:15.477Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is matching search criteria 2022-04-18T07:06:15.477Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [vFW ad920b02-9109 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:06:15.477Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:15.478Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is not matching search criteria 2022-04-18T07:06:15.478Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:06:15.478Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:06:15.478Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:06:15.478Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:06:15.479Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:06:15.479Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:06:15.479Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:06:15.479Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-18T07:06:15.479Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:06:15.480Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:06:15.480Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:06:15.480Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:06:15.481Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=47807fcc-998c-44c9-8787-2666106d9c65 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-04-18T07:06:15.494Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:15.494Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is matching search criteria 2022-04-18T07:06:15.495Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [vFW ad920b02-9109 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:06:15.501Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:15.502Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is not matching search criteria 2022-04-18T07:06:15.502Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:06:15.502Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:06:15.503Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:06:15.503Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:06:15.503Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:06:15.504Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:06:15.504Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:06:15.504Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:06:15.504Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:06:15.505Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:06:15.505Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:06:15.505Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-18T07:06:15.506Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=690a144d-2a30-435e-9371-dac6e24aeb61 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-04-18T07:06:15.509Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:15.510Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is matching search criteria 2022-04-18T07:06:15.510Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [vFW ad920b02-9109 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:06:15.510Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:15.511Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is matching search criteria 2022-04-18T07:06:15.511Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [vFW ad920b02-9109 0] matching following query criteria: sdcType=VF, customizationUUID=c57445fc-c2e8-46bd-8812-2669e17abb06 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-04-18T07:06:15.516Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:15.516Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:06:15.517Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500|| resourceSeq for service uuid 3f617634-3237-4b71-a239-7c42cb7b10da: vFW ad920b02-9109 2022-04-18T07:06:15.517Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:15.517Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:06:15.518Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:15.518Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:06:15.518Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:15.519Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:06:15.519Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:15.519Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:06:15.519Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:06:15.520Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:06:15.520Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||Saving Service: vFW 2022-04-18 07-01-52 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-04-18T07:06:15.867Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ad920b02-9109 6e954540-f0c0-4a1b-b321-fea4af8bcb38 1 ASDC deployResourceStructure 2022-04-18T07:06:15.869Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json ASDC sendASDCNotification 2022-04-18T07:06:15.869Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json 2022-04-18T07:06:15.870Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:06:15.871Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:06:15.874Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:06:15.875Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265575869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:06:15.975Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:06:15.976Z||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-04-18T07:06:15.977Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:06:15.991Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:06:15.992Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:06:16.876Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-18T07:06:16.877Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml 2022-04-18T07:06:16.882Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:06:16.883Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:06:16.886Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:06:16.886Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265576876, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-18T07:06:16.989Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-04-18T07:06:16.991Z||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-04-18T07:06:16.991Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:06:17.004Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:06:17.005Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:06:17.888Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-18T07:06:17.890Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env 2022-04-18T07:06:17.890Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:06:17.891Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:06:17.893Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:06:17.894Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265577888, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-18T07:06:17.994Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:06:17.995Z||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-04-18T07:06:17.995Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:06:18.006Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:06:18.007Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:06:18.895Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar ASDC sendASDCNotification 2022-04-18T07:06:18.896Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar 2022-04-18T07:06:18.897Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:06:18.897Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:06:18.905Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:06:18.906Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265578895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:06:19.001Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-04-18T07:06:19.003Z||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-04-18T07:06:19.003Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:06:19.021Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:06:19.022Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:06:19.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:06:19.024Z||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-04-18T07:06:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:06:19.662Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:06:19.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4420aac-baea-404f-9866-7889542bc16b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265548409, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:06:19.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:06:19.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "aai-ml", "timestamp": 1650265548719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265549434, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "policy-id", "timestamp": 1650265549244, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "aai-ml", "timestamp": 1650265548719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "policy-id", "timestamp": 1650265549244, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265549434, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json", "status": "NOTIFIED" } 2022-04-18T07:06:19.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "aai-ml", "timestamp": 1650265548719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "policy-id", "timestamp": 1650265549244, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T07:06:19.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265549434, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T07:06:19.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "aai-ml", "timestamp": 1650265548719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "policy-id", "timestamp": 1650265549244, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265549434, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "aai-ml", "timestamp": 1650265548719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "policy-id", "timestamp": 1650265549244, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265549434, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T07:06:19.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "cds", "timestamp": 1650265562204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "policy-id", "timestamp": 1650265549244, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "aai-ml", "timestamp": 1650265548719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265549434, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "cds", "timestamp": 1650265562204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "aai-ml", "timestamp": 1650265548719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:06:19.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "policy-id", "timestamp": 1650265549244, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:06:19.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265549434, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:06:19.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "cds", "timestamp": 1650265562204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "multicloud-k8s-id", "timestamp": 1650265563381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "aai-ml", "timestamp": 1650265564993, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:06:19.687Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:06:19.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "policy-id", "timestamp": 1650265566610, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:06:19.688Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:06:19.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265565867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:06:19.688Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:06:19.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "ves-openapi-manager", "timestamp": 1650265564266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "multicloud-k8s-id", "timestamp": 1650265563381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json", "status": "NOTIFIED" } 2022-04-18T07:06:19.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "cds", "timestamp": 1650265562204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "policy-id", "timestamp": 1650265567617, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:06:19.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:06:19.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "ves-openapi-manager", "timestamp": 1650265564266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "multicloud-k8s-id", "timestamp": 1650265563381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T07:06:19.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "cds", "timestamp": 1650265562204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "policy-id", "timestamp": 1650265568621, "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-04-18T07:06:19.706Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 2022-04-18T07:06:19.706Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 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-04-18T07:06:19.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "ves-openapi-manager", "timestamp": 1650265564266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "cds", "timestamp": 1650265562204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "multicloud-k8s-id", "timestamp": 1650265563381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "ves-openapi-manager", "timestamp": 1650265564266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "multicloud-k8s-id", "timestamp": 1650265563381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T07:06:19.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "cds", "timestamp": 1650265562204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:06:19.721Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "ves-openapi-manager", "timestamp": 1650265564266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.721Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "multicloud-k8s-id", "timestamp": 1650265563381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.722Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "cds", "timestamp": 1650265570405, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:06:19.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:06:19.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "ves-openapi-manager", "timestamp": 1650265564266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.723Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "multicloud-k8s-id", "timestamp": 1650265563381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:06:19.723Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265571571, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:06:19.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:06:19.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "cds", "timestamp": 1650265571414, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-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-04-18T07:06:19.730Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 2022-04-18T07:06:19.731Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 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-04-18T07:06:19.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "ves-openapi-manager", "timestamp": 1650265564266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "multicloud-k8s-id", "timestamp": 1650265571773, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:06:19.744Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:06:19.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265572874, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:06:19.744Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:06:19.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "multicloud-k8s-id", "timestamp": 1650265573263, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:06:19.745Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:06:19.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265574371, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:06:19.745Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:06:19.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265573088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "clamp", "timestamp": 1650265575794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "multicloud-k8s-id", "timestamp": 1650265574668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:06:19.747Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:06:19.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265573088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.748Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265575869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:06:19.748Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:06:19.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "aai-ml", "timestamp": 1650265575785, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-18T07:06:19.748Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:06:19.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "clamp", "timestamp": 1650265575794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json", "status": "NOTIFIED" } 2022-04-18T07:06:19.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "multicloud-k8s-id", "timestamp": 1650265575708, "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-04-18T07:06:19.758Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 2022-04-18T07:06:19.759Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-18T07:06:19.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265573088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265576876, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-18T07:06:19.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:06:19.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "aai-ml", "timestamp": 1650265576791, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-04-18T07:06:19.777Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 2022-04-18T07:06:19.777Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 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-04-18T07:06:19.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "clamp", "timestamp": 1650265575794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "multicloud-k8s-id", "timestamp": 1650265576716, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:06:19.790Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:06:19.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265573088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265577888, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-18T07:06:19.792Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:06:19.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "clamp", "timestamp": 1650265575794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265573088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:06:19.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:06:19.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:06:19.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265578895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:06:19.793Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:06:19.907Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:06:19.929Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 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-04-18T07:06:19.937Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:06:19.938Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T07:06:19.940Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:06:19.940Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:06:49.941Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:06:49.963Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 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-04-18T07:06:49.970Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:06:49.971Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T07:06:49.973Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:06:49.973Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:07:19.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:07:19.025Z||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-04-18T07:07:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:07:19.147Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:07:19.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:07:19.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "clamp", "timestamp": 1650265575794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:07:19.149Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:07:19.974Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:07:19.991Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 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-04-18T07:07:19.998Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:07:19.998Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T07:07:19.998Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:07:19.999Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:07:49.999Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:07:50.024Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 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-04-18T07:07:50.032Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:07:50.033Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T07:07:50.033Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:07:50.033Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:08:19.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:08:19.026Z||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-04-18T07:08:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:08:19.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:08:19.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:08:19.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265573088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:08:19.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:08:19.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:08:19.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "clamp", "timestamp": 1650265575794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:08:19.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:08:19.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:08:19.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265573088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:08:19.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:08:19.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:08:19.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "clamp", "timestamp": 1650265575794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:08:19.084Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:08:19.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:08:19.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265581475, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:08:19.085Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:08:19.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:08:19.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265585050, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:08:19.086Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:08:19.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:08:19.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265586056, "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-04-18T07:08:19.095Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 2022-04-18T07:08:19.096Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 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-04-18T07:08:19.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:08:19.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "clamp", "timestamp": 1650265592719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:08:19.124Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:08:19.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:08:19.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "clamp", "timestamp": 1650265594732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:08:19.125Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:08:19.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:08:19.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "clamp", "timestamp": 1650265595735, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:08:19.135Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 2022-04-18T07:08:19.135Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T07:08:20.033Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:08:20.050Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 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-04-18T07:08:20.057Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:08:20.058Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T07:08:20.058Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T07:08:20.058Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T07:08:20.059Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-18T07:08:20.059Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:08:20.074Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T07:08:50.075Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 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-04-18T07:08:50.084Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 and serviceModelVersionId: 3f617634-3237-4b71-a239-7c42cb7b10da 2022-04-18T07:08:50.084Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f4bb2b0-d48b-4037-82f7-a90bcc196e36 2022-04-18T07:08:50.086Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0 2022-04-18T07:08:50.092Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-18T07:08:50.196Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||Invoke 2022-04-18T07:08:50.197Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f89d0fe8-d6ad-4618-a0b1-dfa7602abe83], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f4d311e0-0583-4473-a1bc-ea175da62854], X-ECOMP-RequestID=[f89d0fe8-d6ad-4618-a0b1-dfa7602abe83], X-TransactionId=[], X-ONAP-RequestID=[f89d0fe8-d6ad-4618-a0b1-dfa7602abe83], Content-Type=[application/merge-patch+json]} 2022-04-18T07:08:51.745Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||Invoke 2022-04-18T07:08:51.746Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f89d0fe8-d6ad-4618-a0b1-dfa7602abe83], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ba36493d-8de9-4689-8630-41ceffd7d1ad], X-ECOMP-RequestID=[f89d0fe8-d6ad-4618-a0b1-dfa7602abe83], X-TransactionId=[], X-ONAP-RequestID=[f89d0fe8-d6ad-4618-a0b1-dfa7602abe83], Content-Type=[application/merge-patch+json]} 2022-04-18T07:08:53.279Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||Invoke 2022-04-18T07:08:53.284Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f89d0fe8-d6ad-4618-a0b1-dfa7602abe83], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9d7fbf18-c730-4ead-912a-eae57359fc62], X-ECOMP-RequestID=[f89d0fe8-d6ad-4618-a0b1-dfa7602abe83], X-TransactionId=[], X-ONAP-RequestID=[f89d0fe8-d6ad-4618-a0b1-dfa7602abe83], Content-Type=[application/merge-patch+json]} 2022-04-18T07:08:54.314Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:08:54.315Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-18T07:08:54.315Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:08:54.316Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-04-18T07:08:54.322Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|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-04-18T07:08:54.323Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:08:54.323Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-18T07:08:54.324Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:08:54.327Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:08:54.327Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||try to send status { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265734323, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:08:54.427Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:08:54.428Z||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-04-18T07:08:54.429Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:08:54.476Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:08:54.477Z||pool-34-thread-1|||||INFO|500||cambria reply ok (49 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-04-18T07:08:55.345Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:08:55.347Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:08:55.347Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:08:59.657Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:08:59.658Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||received message from topic 2022-04-18T07:08:59.659Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"e06c1b9b-57e8-42e4-a467-137923c3e32a","serviceName":"vFW 2022-04-18 07-04-22","serviceVersion":"1.0","serviceUUID":"37e8016a-51d3-472d-8213-a05e97e6c0c0","serviceDescription":"catalog service description","serviceInvariantUUID":"e329cb5a-5415-46f3-a466-d3dfde8b4cfa","resources":[{"resourceInstanceName":"vFW bf01d79d-a6eb 0","resourceName":"vFW bf01d79d-a6eb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e95a7173-2383-4ee2-b1de-808a73ceab30","resourceInvariantUUID":"37e1b6de-3bfe-4b81-b4d8-d383c74612d7","resourceCustomizationUUID":"6a94ee3a-d164-4ae6-ac3d-1a1d4f628ada","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vf-license-model.xml","artifactChecksum":"MDQ3ZjU3ZDQ0NWQ1NDcwNWY5MjdhMTZmNzQ1Yjk1ZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3ba6530d-2c72-4bd2-8c0b-4fd17e07500c","artifactVersion":"1"},{"artifactName":"vfwbf01d79da6eb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json","artifactChecksum":"Mzc0NTQyOTM1YjY5MjI4NDhhMzVlZDQxMTJlMmQ2YzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9e36714a-6ba2-4fb9-9c5f-5dab9aef1cbc","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b24c45b5-9840-4627-8787-dd1ef095756c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vendor-license-model.xml","artifactChecksum":"OTU3N2M5NmU2ZTdiNDdjNzRjMmI0YmQ4NmFkNmVlNTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a0474776-ab36-4102-a732-ff7dddef2f9f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"14cd2858-935e-4fb4-a352-6f86f47ab081","artifactVersion":"2","generatedFromUUID":"b24c45b5-9840-4627-8787-dd1ef095756c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220418070422-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-template.yml","artifactChecksum":"ZTJkNTNkMDcwMDJhMTBlODUyMzRhMmEzODZhZWQxOTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e13121f0-24b8-461b-b214-bac07f1c6daf","artifactVersion":"1"},{"artifactName":"service-Vfw20220418070422-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar","artifactChecksum":"MTY0MDdmYjFlZjMzZTVkNmVhYmQ1ZDk2NzE2NmJkYTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ffbe1cea-e599-44ee-b719-f395ca9f7331","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T07:08:59.667Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:08:59.668Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:08:59.671Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:08:59.672Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||try to send status { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265735345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:08:59.772Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:08:59.773Z||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-04-18T07:08:59.774Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:08:59.788Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:08:59.788Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:09:00.672Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:09:00.673Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:09:00.678Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:09:00.678Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||try to send status { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265735345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json", "status": "NOTIFIED" } 2022-04-18T07:09:00.776Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-04-18T07:09:00.779Z||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-04-18T07:09:00.779Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:09:00.792Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:09:00.793Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:09:01.679Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:09:01.686Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:09:01.689Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:09:01.689Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||try to send status { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265735345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T07:09:01.789Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:09:01.790Z||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-04-18T07:09:01.791Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:09:01.803Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:09:01.804Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:09:02.691Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:09:02.692Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:09:02.704Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:09:02.704Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||try to send status { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265735345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:02.803Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-18T07:09:02.804Z||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-04-18T07:09:02.805Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:09:02.820Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:09:02.821Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:09:03.705Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:09:03.706Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:09:03.710Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:09:03.711Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||try to send status { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265735345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T07:09:03.809Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-18T07:09:03.810Z||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-04-18T07:09:03.810Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:09:03.825Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:09:03.826Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:09:04.712Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:09:04.713Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:09:04.716Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:09:04.716Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||try to send status { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265735345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:04.815Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:09:04.817Z||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-04-18T07:09:04.818Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:09:04.832Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:09:04.833Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:09:05.721Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:09:05.722Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:09:05.726Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:09:05.726Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||try to send status { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265735345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:09:05.827Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-18T07:09:05.829Z||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-04-18T07:09:05.829Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:09:05.841Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:09:05.842Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:09:06.728Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||sending notification to client: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "serviceName": "vFW 2022-04-18 07-04-22", "serviceVersion": "1.0", "serviceUUID": "37e8016a-51d3-472d-8213-a05e97e6c0c0", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e329cb5a-5415-46f3-a466-d3dfde8b4cfa", "resources": [ { "resourceInstanceName": "vFW bf01d79d-a6eb 0", "resourceCustomizationUUID": "6a94ee3a-d164-4ae6-ac3d-1a1d4f628ada", "resourceName": "vFW bf01d79d-a6eb", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e95a7173-2383-4ee2-b1de-808a73ceab30", "resourceInvariantUUID": "37e1b6de-3bfe-4b81-b4d8-d383c74612d7", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwbf01d79da6eb0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json", "artifactChecksum": "Mzc0NTQyOTM1YjY5MjI4NDhhMzVlZDQxMTJlMmQ2YzE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9e36714a-6ba2-4fb9-9c5f-5dab9aef1cbc", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b24c45b5-9840-4627-8787-dd1ef095756c", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "14cd2858-935e-4fb4-a352-6f86f47ab081", "generatedFromUUID": "b24c45b5-9840-4627-8787-dd1ef095756c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "14cd2858-935e-4fb4-a352-6f86f47ab081", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220418070422-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar", "artifactChecksum": "MTY0MDdmYjFlZjMzZTVkNmVhYmQ1ZDk2NzE2NmJkYTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ffbe1cea-e599-44ee-b719-f395ca9f7331" } ], "workloadContext": "Production" } 2022-04-18T07:09:06.731Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T07:09:06.732Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 37e8016a-51d3-472d-8213-a05e97e6c0c0 ASDC 2022-04-18T07:09:06.732Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||ASDC Notification: DistributionID:e06c1b9b-57e8-42e4-a467-137923c3e32a ServiceName:vFW 2022-04-18 07-04-22 ServiceVersion:1.0 ServiceUUID:37e8016a-51d3-472d-8213-a05e97e6c0c0 ServiceInvariantUUID:e329cb5a-5415-46f3-a466-d3dfde8b4cfa ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220418070422-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar ArtifactUUID:ffbe1cea-e599-44ee-b719-f395ca9f7331 ArtifactChecksum:MTY0MDdmYjFlZjMzZTVkNmVhYmQ1ZDk2NzE2NmJkYTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW bf01d79d-a6eb 0 ResourceCustomizationUUID:6a94ee3a-d164-4ae6-ac3d-1a1d4f628ada ResourceInvariantUUID:37e1b6de-3bfe-4b81-b4d8-d383c74612d7 ResourceName:vFW bf01d79d-a6eb ResourceType:VF ResourceUUID:e95a7173-2383-4ee2-b1de-808a73ceab30 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwbf01d79da6eb0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json ArtifactUUID:9e36714a-6ba2-4fb9-9c5f-5dab9aef1cbc ArtifactChecksum:Mzc0NTQyOTM1YjY5MjI4NDhhMzVlZDQxMTJlMmQ2YzE= 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/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml ArtifactUUID:b24c45b5-9840-4627-8787-dd1ef095756c 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/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env ArtifactUUID:14cd2858-935e-4fb4-a352-6f86f47ab081 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/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env ArtifactUUID:14cd2858-935e-4fb4-a352-6f86f47ab081 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-18T07:09:06.733Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 37e8016a-51d3-472d-8213-a05e97e6c0c0 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-04-18T07:09:06.776Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:09:06.777Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:09:06.778Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:09:06.778Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||Trying to download the artifact UUID: ffbe1cea-e599-44ee-b719-f395ca9f7331 from URL: /sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar 2022-04-18T07:09:06.778Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:09:06.778Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar 2022-04-18T07:09:07.081Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:09:07.089Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar ffbe1cea-e599-44ee-b719-f395ca9f7331 98980 2022-04-18T07:09:07.089Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar ASDC sendASDCNotification 2022-04-18T07:09:07.089Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar 2022-04-18T07:09:07.090Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:09:07.090Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:09:07.092Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:09:07.093Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||try to send status { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265747089, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:09:07.193Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:09:07.194Z||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-04-18T07:09:07.195Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:09:07.208Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:09:07.209Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:09:08.094Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:09:08.096Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:09:08.096Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||Trying to write artifact UUID: ffbe1cea-e599-44ee-b719-f395ca9f7331, URL: /sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar to file: /app/ASDC/1/service-Vfw20220418070422-csar.csar 2022-04-18T07:09:08.097Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220418070422-csar.csar 2022-04-18T07:09:08.098Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220418070422-csar.csar 2022-04-18T07:09:08.098Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220418070422-csar.csar 2022-04-18T07:09:08.418Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP542053458993584859/Definitions/service-Vfw20220418070422-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-04-18T07:09:12.019Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-18T07:09:12.020Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|WARN|500||#################################################################################################### 2022-04-18T07:09:12.020Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220418070422-csar.csar 2022-04-18T07:09:12.020Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-18T07:09:12.020Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220418070422-csar.csar 2022-04-18T07:09:12.020Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220418070422-csar.csar 2022-04-18T07:09:12.020Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|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-Vfw20220418070422-csar.csar 2022-04-18T07:09:12.021Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418070422-csar.csar 2022-04-18T07:09:12.021Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418070422-csar.csar 2022-04-18T07:09:12.021Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220418070422-csar.csar 2022-04-18T07:09:12.022Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bf01d79d-a6eb 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220418070422-csar.csar 2022-04-18T07:09:12.022Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|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-Vfw20220418070422-csar.csar 2022-04-18T07:09:12.022Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220418070422-csar.csar 2022-04-18T07:09:12.022Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220418070422-csar.csar 2022-04-18T07:09:12.022Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|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-Vfw20220418070422-csar.csar 2022-04-18T07:09:12.022Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418070422-csar.csar 2022-04-18T07:09:12.022Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|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-Vfw20220418070422-csar.csar 2022-04-18T07:09:12.022Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|WARN|500||#################################################################################################### 2022-04-18T07:09:12.023Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:12.023Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Service vFW 2022-04-18 07-04-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:09:12.023Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is matching search criteria 2022-04-18T07:09:12.023Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T07:09:12.024Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [vFW bf01d79d-a6eb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:09:12.024Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:12.025Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Service vFW 2022-04-18 07-04-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:09:12.025Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is matching search criteria 2022-04-18T07:09:12.025Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T07:09:12.025Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [vFW bf01d79d-a6eb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:09:12.025Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:12.026Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Service vFW 2022-04-18 07-04-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:09:12.026Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:12.026Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is not matching search criteria 2022-04-18T07:09:12.026Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:09:12.027Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:09:12.027Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:09:12.028Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:09:12.028Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:09:12.028Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:09:12.028Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:09:12.029Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:09:12.029Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:09:12.029Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:09:12.029Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:09:12.030Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:09:12.030Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:09:12.030Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:09:12.030Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:09:12.031Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-18T07:09:12.031Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:12.031Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Service vFW 2022-04-18 07-04-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T07:09:12.032Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:12.032Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is matching search criteria 2022-04-18T07:09:12.032Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [vFW bf01d79d-a6eb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:09:12.033Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:12.033Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is matching search criteria 2022-04-18T07:09:12.033Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [vFW bf01d79d-a6eb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:09:12.034Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:12.034Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is matching search criteria 2022-04-18T07:09:12.034Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [vFW bf01d79d-a6eb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:09:12.034Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:12.034Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is not matching search criteria 2022-04-18T07:09:12.035Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:09:12.035Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:09:12.035Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-18T07:09:12.035Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:09:12.035Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:09:12.035Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:09:12.036Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:09:12.036Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:09:12.036Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:09:12.036Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:09:12.037Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:09:12.037Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d9d6291d-8082-43d3-b405-195e25c36a25 2022-04-18T07:09:12.037Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:12.037Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is not matching search criteria 2022-04-18T07:09:12.038Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:09:12.038Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:09:12.038Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:09:12.038Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:09:12.038Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:09:12.039Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:09:12.039Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:09:12.039Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-18T07:09:12.039Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:09:12.039Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:09:12.040Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:09:12.040Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:09:12.040Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f179894e-bda6-4d54-a0c2-5cf165373a79 2022-04-18T07:09:12.040Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:12.041Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is not matching search criteria 2022-04-18T07:09:12.041Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:09:12.041Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:09:12.041Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:09:12.041Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:09:12.041Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:09:12.041Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:09:12.042Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:09:12.042Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:09:12.042Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:09:12.042Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:09:12.042Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:09:12.042Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-18T07:09:12.042Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b03e3a52-e098-4eb0-a367-3625c12d21ca 2022-04-18T07:09:12.043Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:12.043Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Service vFW 2022-04-18 07-04-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:09:12.043Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:12.043Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Service vFW 2022-04-18 07-04-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:09:12.043Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:12.044Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Service vFW 2022-04-18 07-04-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:09:12.044Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:12.044Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Service vFW 2022-04-18 07-04-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:09:12.044Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-18 07-04-22 Description:catalog service description Model UUID:37e8016a-51d3-472d-8213-a05e97e6c0c0 Model Version:NULL Model InvariantUuid:e329cb5a-5415-46f3-a466-d3dfde8b4cfa Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW bf01d79d-a6eb Model UUID:ce55f715-97a9-4e9e-8543-b66c2a5b9c16 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:37e1b6de-3bfe-4b81-b4d8-d383c74612d7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6a94ee3a-d164-4ae6-ac3d-1a1d4f628ada NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0c3ed9d3-9942-438e-be57-1de0500d345c ModelName:VfwBf01d79dA6eb..base_vfw..module-0 ModelUuid:177cf0c2-5700-4ea1-8cfb-4ac7fffb1718 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d9d6291d-8082-43d3-b405-195e25c36a25 ModelInvariantUuid:d9484bbe-e0c6-42c1-b438-aab4646e5e80 ModelName:vFW bf01d79d-a6eb-nodes.vfwCvfc ModelUuid:a2f3a60c-5309-4637-ab27-cade81baa22f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:8910dfef-fc74-41ac-88f5-03c2addaa129 ModelInvariantUuid:9c247353-9073-4fbd-b8f3-c9ef8b59df21 ModelName:VfwBf01d79dA6eb.compute.nodes.heat.vfw ModelUuid:e306f2fe-0793-40f9-88a5-2412109edcd1 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f179894e-bda6-4d54-a0c2-5cf165373a79 ModelInvariantUuid:f1c321bb-9f8a-45c6-9a70-ebd5ee733d84 ModelName:vFW bf01d79d-a6eb-nodes.vsnCvfc ModelUuid:62f70829-e62c-44d3-a4c0-7cfdf189b1c2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:1ea16171-2c40-40b7-b529-cfdf8536c643 ModelInvariantUuid:e588a0bf-bcc0-4482-9856-78dee2b33cee ModelName:VfwBf01d79dA6eb.compute.nodes.heat.vsn ModelUuid:b2eb5188-841a-4faa-bfa7-c25dc2e02d3e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b03e3a52-e098-4eb0-a367-3625c12d21ca ModelInvariantUuid:bf35aaef-44a2-4e34-be2d-564b05364436 ModelName:vFW bf01d79d-a6eb-nodes.vpgCvfc ModelUuid:8af5d27d-6e91-4b52-8a38-10550e27975d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:7f64b6b5-e1ef-40e7-ab88-c05611a42720 ModelInvariantUuid:3e0c6bf7-c58c-4221-818e-e0acdc60e525 ModelName:VfwBf01d79dA6eb.compute.nodes.heat.vpg ModelUuid:a2bed77c-4201-42cd-9d2c-86eb34bfbc6c 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-04-18T07:09:12.054Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: e95a7173-2383-4ee2-b1de-808a73ceab30 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-04-18T07:09:12.058Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||vFW bf01d79d-a6eb 0 2022-04-18T07:09:12.058Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: e95a7173-2383-4ee2-b1de-808a73ceab30 2022-04-18T07:09:12.059Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||Trying to download the artifact UUID: 9e36714a-6ba2-4fb9-9c5f-5dab9aef1cbc from URL: /sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json 2022-04-18T07:09:12.059Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:09:12.059Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json 2022-04-18T07:09:12.360Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:09:12.361Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json 9e36714a-6ba2-4fb9-9c5f-5dab9aef1cbc 785 2022-04-18T07:09:12.361Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json ASDC sendASDCNotification 2022-04-18T07:09:12.361Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json 2022-04-18T07:09:12.361Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:09:12.362Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:09:12.364Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:09:12.364Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||try to send status { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265752361, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:09:12.464Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:09:12.466Z||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-04-18T07:09:12.466Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:09:12.481Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:09:12.482Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:09:13.366Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwBf01d79dA6eb..base_vfw..module-0", "vfModuleModelInvariantUUID": "0c3ed9d3-9942-438e-be57-1de0500d345c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "177cf0c2-5700-4ea1-8cfb-4ac7fffb1718", "vfModuleModelCustomizationUUID": "5065dc90-29dc-4119-a82a-fb436b52c413", "isBase": true, "artifacts": [ "b24c45b5-9840-4627-8787-dd1ef095756c", "14cd2858-935e-4fb4-a352-6f86f47ab081" ], "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-04-18T07:09:13.372Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwBf01d79dA6eb..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:177cf0c2-5700-4ea1-8cfb-4ac7fffb1718 VfModuleModelInvariantUUID:0c3ed9d3-9942-438e-be57-1de0500d345c VfModuleModelDescription:NULL Artifacts UUID List:{ b24c45b5-9840-4627-8787-dd1ef095756c , 14cd2858-935e-4fb4-a352-6f86f47ab081 } 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-04-18T07:09:13.377Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwBf01d79dA6eb..base_vfw..module-0", "vfModuleModelInvariantUUID": "0c3ed9d3-9942-438e-be57-1de0500d345c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "177cf0c2-5700-4ea1-8cfb-4ac7fffb1718", "vfModuleModelCustomizationUUID": "5065dc90-29dc-4119-a82a-fb436b52c413", "isBase": true, "artifacts": [ "b24c45b5-9840-4627-8787-dd1ef095756c", "14cd2858-935e-4fb4-a352-6f86f47ab081" ], "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-04-18T07:09:13.377Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwBf01d79dA6eb..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:177cf0c2-5700-4ea1-8cfb-4ac7fffb1718 VfModuleModelInvariantUUID:0c3ed9d3-9942-438e-be57-1de0500d345c VfModuleModelDescription:NULL Artifacts UUID List:{ b24c45b5-9840-4627-8787-dd1ef095756c , 14cd2858-935e-4fb4-a352-6f86f47ab081 } 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-04-18T07:09:13.378Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||Trying to download the artifact UUID: b24c45b5-9840-4627-8787-dd1ef095756c from URL: /sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml 2022-04-18T07:09:13.378Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:09:13.378Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml 2022-04-18T07:09:13.851Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:09:13.853Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml b24c45b5-9840-4627-8787-dd1ef095756c 20368 2022-04-18T07:09:13.853Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-18T07:09:13.853Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml 2022-04-18T07:09:13.853Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:09:13.854Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:09:13.857Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:09:13.858Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||try to send status { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265753853, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:09:13.957Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:09:13.959Z||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-04-18T07:09:13.959Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:09:13.972Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:09:13.973Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:09:14.858Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||Trying to download the artifact UUID: 14cd2858-935e-4fb4-a352-6f86f47ab081 from URL: /sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env 2022-04-18T07:09:14.859Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:09:14.861Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env 2022-04-18T07:09:15.059Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:09:15.060Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env 14cd2858-935e-4fb4-a352-6f86f47ab081 2098 2022-04-18T07:09:15.061Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-18T07:09:15.061Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env 2022-04-18T07:09:15.061Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:09:15.062Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:09:15.064Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:09:15.064Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||try to send status { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265755061, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:09:15.164Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:09:15.167Z||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-04-18T07:09:15.167Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:09:15.180Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:09:15.181Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:09:16.065Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Preparing to deploy Service: 37e8016a-51d3-472d-8213-a05e97e6c0c0 2022-04-18T07:09:16.066Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bf01d79d-a6eb 0 e95a7173-2383-4ee2-b1de-808a73ceab30 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-04-18T07:09:16.100Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70bbd9d8, org.onap.sdc.toscaparser.api.parameters.Input@37b19f8c, org.onap.sdc.toscaparser.api.parameters.Input@eab18bc, org.onap.sdc.toscaparser.api.parameters.Input@64739fb8, org.onap.sdc.toscaparser.api.parameters.Input@4aa8fff7] 2022-04-18T07:09:16.103Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:16.103Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Service vFW 2022-04-18 07-04-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:09:16.104Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||VF Category is: Generic 2022-04-18T07:09:16.104Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||VFCustomizationUUID= 6a94ee3a-d164-4ae6-ac3d-1a1d4f628ada 2022-04-18T07:09:16.105Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6a94ee3a-d164-4ae6-ac3d-1a1d4f628ada matches Tosca VF Customization UUID: 6a94ee3a-d164-4ae6-ac3d-1a1d4f628ada 2022-04-18T07:09:16.105Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||vfCustomizationUUID: 6a94ee3a-d164-4ae6-ac3d-1a1d4f628ada 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-04-18T07:09:16.111Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:16.112Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Service vFW 2022-04-18 07-04-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:09:16.113Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||resource request for resource customization id 6a94ee3a-d164-4ae6-ac3d-1a1d4f628ada: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-04-18T07:09:16.114Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f9009a5 2022-04-18T07:09:16.114Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:16.114Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Service vFW 2022-04-18 07-04-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T07:09:16.115Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5065dc90-29dc-4119-a82a-fb436b52c413 2022-04-18T07:09:16.115Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5065dc90-29dc-4119-a82a-fb436b52c413 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-04-18T07:09:16.121Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:16.122Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is matching search criteria 2022-04-18T07:09:16.122Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [vFW bf01d79d-a6eb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:09:16.122Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:16.123Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is matching search criteria 2022-04-18T07:09:16.123Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [vFW bf01d79d-a6eb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:09:16.124Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:16.124Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is not matching search criteria 2022-04-18T07:09:16.125Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:09:16.125Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:09:16.125Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-18T07:09:16.126Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:09:16.126Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:09:16.126Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:09:16.127Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:09:16.127Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:09:16.127Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:09:16.128Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:09:16.128Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:09:16.128Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d9d6291d-8082-43d3-b405-195e25c36a25 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-04-18T07:09:16.133Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:16.133Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is matching search criteria 2022-04-18T07:09:16.134Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [vFW bf01d79d-a6eb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:09:16.135Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:16.135Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is not matching search criteria 2022-04-18T07:09:16.136Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:09:16.136Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:09:16.136Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:09:16.137Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:09:16.137Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:09:16.138Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:09:16.138Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:09:16.138Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-18T07:09:16.139Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:09:16.139Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:09:16.139Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:09:16.140Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:09:16.140Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f179894e-bda6-4d54-a0c2-5cf165373a79 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-04-18T07:09:16.145Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:16.146Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is matching search criteria 2022-04-18T07:09:16.146Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [vFW bf01d79d-a6eb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:09:16.147Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:16.151Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is not matching search criteria 2022-04-18T07:09:16.151Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:09:16.151Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:09:16.151Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:09:16.152Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:09:16.152Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:09:16.152Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:09:16.152Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:09:16.153Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:09:16.154Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:09:16.154Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:09:16.154Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:09:16.154Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-18T07:09:16.155Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b03e3a52-e098-4eb0-a367-3625c12d21ca 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-04-18T07:09:16.159Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:16.159Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is matching search criteria 2022-04-18T07:09:16.160Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [vFW bf01d79d-a6eb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:09:16.160Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:16.160Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is matching search criteria 2022-04-18T07:09:16.161Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [vFW bf01d79d-a6eb 0] matching following query criteria: sdcType=VF, customizationUUID=6a94ee3a-d164-4ae6-ac3d-1a1d4f628ada 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-04-18T07:09:16.164Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:16.165Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Service vFW 2022-04-18 07-04-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:09:16.165Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500|| resourceSeq for service uuid 37e8016a-51d3-472d-8213-a05e97e6c0c0: vFW bf01d79d-a6eb 2022-04-18T07:09:16.165Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:16.166Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Service vFW 2022-04-18 07-04-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:09:16.166Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:16.166Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Service vFW 2022-04-18 07-04-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:09:16.167Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:16.167Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Service vFW 2022-04-18 07-04-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:09:16.167Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:16.167Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Service vFW 2022-04-18 07-04-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:09:16.168Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:09:16.168Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Service vFW 2022-04-18 07-04-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:09:16.168Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||Saving Service: vFW 2022-04-18 07-04-22 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-04-18T07:09:16.461Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bf01d79d-a6eb e95a7173-2383-4ee2-b1de-808a73ceab30 1 ASDC deployResourceStructure 2022-04-18T07:09:16.463Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json ASDC sendASDCNotification 2022-04-18T07:09:16.463Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json 2022-04-18T07:09:16.463Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:09:16.464Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:09:16.467Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:09:16.467Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||try to send status { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265756463, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:09:16.567Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:09:16.570Z||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-04-18T07:09:16.570Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:09:16.584Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:09:16.584Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:09:17.468Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-18T07:09:17.469Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml 2022-04-18T07:09:17.469Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:09:17.470Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:09:17.472Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:09:17.473Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||try to send status { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265757468, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-18T07:09:17.573Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:09:17.574Z||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-04-18T07:09:17.574Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:09:17.589Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:09:17.590Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:09:18.474Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-18T07:09:18.474Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env 2022-04-18T07:09:18.474Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:09:18.475Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:09:18.479Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:09:18.479Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||try to send status { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265758474, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-18T07:09:18.579Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:09:18.580Z||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-04-18T07:09:18.581Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:09:18.596Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:09:18.597Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:09:19.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:09:19.028Z||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-04-18T07:09:19.028Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:09:19.050Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:09:19.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "cds", "timestamp": 1650265667205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "aai-ml", "timestamp": 1650265668720, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "policy-id", "timestamp": 1650265669243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "cds", "timestamp": 1650265667205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "aai-ml", "timestamp": 1650265668720, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "policy-id", "timestamp": 1650265669243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "cds", "timestamp": 1650265667205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "aai-ml", "timestamp": 1650265668720, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "policy-id", "timestamp": 1650265669243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T07:09:19.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "cds", "timestamp": 1650265667205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "aai-ml", "timestamp": 1650265668720, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "policy-id", "timestamp": 1650265669243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "cds", "timestamp": 1650265667205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "aai-ml", "timestamp": 1650265668720, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.072Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "policy-id", "timestamp": 1650265669243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "cds", "timestamp": 1650265667205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "aai-ml", "timestamp": 1650265668720, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "policy-id", "timestamp": 1650265669243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "cds", "timestamp": 1650265667205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:09:19.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "aai-ml", "timestamp": 1650265668720, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:09:19.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "policy-id", "timestamp": 1650265669243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:09:19.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "aai-ml", "timestamp": 1650265683215, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:09:19.082Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:09:19.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "policy-id", "timestamp": 1650265684867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:09:19.084Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:09:19.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "cds", "timestamp": 1650265683925, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:09:19.085Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:09:19.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "multicloud-k8s-id", "timestamp": 1650265683381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.086Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "policy-id", "timestamp": 1650265685872, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:09:19.087Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:09:19.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "cds", "timestamp": 1650265684932, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-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-04-18T07:09:19.094Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e06c1b9b-57e8-42e4-a467-137923c3e32a 2022-04-18T07:09:19.095Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e06c1b9b-57e8-42e4-a467-137923c3e32a 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-04-18T07:09:19.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "ves-openapi-manager", "timestamp": 1650265684266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "multicloud-k8s-id", "timestamp": 1650265683381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json", "status": "NOTIFIED" } 2022-04-18T07:09:19.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "policy-id", "timestamp": 1650265686876, "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-04-18T07:09:19.142Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e06c1b9b-57e8-42e4-a467-137923c3e32a 2022-04-18T07:09:19.143Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e06c1b9b-57e8-42e4-a467-137923c3e32a 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-04-18T07:09:19.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "ves-openapi-manager", "timestamp": 1650265684266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "multicloud-k8s-id", "timestamp": 1650265683381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T07:09:19.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "ves-openapi-manager", "timestamp": 1650265684266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "multicloud-k8s-id", "timestamp": 1650265683381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "ves-openapi-manager", "timestamp": 1650265684266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "multicloud-k8s-id", "timestamp": 1650265683381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T07:09:19.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "ves-openapi-manager", "timestamp": 1650265684266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "multicloud-k8s-id", "timestamp": 1650265683381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "ves-openapi-manager", "timestamp": 1650265684266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "multicloud-k8s-id", "timestamp": 1650265683381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:09:19.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "ves-openapi-manager", "timestamp": 1650265684266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "multicloud-k8s-id", "timestamp": 1650265691151, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:09:19.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:09:19.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "multicloud-k8s-id", "timestamp": 1650265692656, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:09:19.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:09:19.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "aai-ml", "timestamp": 1650265692903, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-18T07:09:19.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:09:19.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "aai-ml", "timestamp": 1650265693908, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-04-18T07:09:19.179Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e06c1b9b-57e8-42e4-a467-137923c3e32a 2022-04-18T07:09:19.180Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e06c1b9b-57e8-42e4-a467-137923c3e32a 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-04-18T07:09:19.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265693088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "multicloud-k8s-id", "timestamp": 1650265693844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:09:19.203Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:09:19.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "clamp", "timestamp": 1650265695794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.205Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265693088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.210Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "multicloud-k8s-id", "timestamp": 1650265694874, "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-04-18T07:09:19.224Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e06c1b9b-57e8-42e4-a467-137923c3e32a 2022-04-18T07:09:19.225Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e06c1b9b-57e8-42e4-a467-137923c3e32a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-18T07:09:19.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "clamp", "timestamp": 1650265695794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json", "status": "NOTIFIED" } 2022-04-18T07:09:19.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265693088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.239Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "multicloud-k8s-id", "timestamp": 1650265695877, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:09:19.239Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:09:19.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "clamp", "timestamp": 1650265695794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.239Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265693088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.240Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "clamp", "timestamp": 1650265695794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.240Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:09:19.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265693088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:09:19.240Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:09:19.481Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar ASDC sendASDCNotification 2022-04-18T07:09:19.481Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar 2022-04-18T07:09:19.481Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:09:19.482Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:09:19.485Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:09:19.485Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||try to send status { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265759481, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:09:19.585Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:09:19.587Z||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-04-18T07:09:19.587Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:09:19.602Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:09:19.606Z||pool-49-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:09:20.486Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e06c1b9b-57e8-42e4-a467-137923c3e32a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:09:20.515Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e06c1b9b-57e8-42e4-a467-137923c3e32a 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-04-18T07:09:20.524Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:09:20.524Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T07:09:20.524Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:09:20.524Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:09:50.525Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e06c1b9b-57e8-42e4-a467-137923c3e32a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:09:50.546Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e06c1b9b-57e8-42e4-a467-137923c3e32a 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-04-18T07:09:50.554Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:09:50.554Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T07:09:50.554Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:09:50.555Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:10:19.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:10:19.025Z||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-04-18T07:10:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:10:19.049Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:10:19.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:10:19.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "clamp", "timestamp": 1650265695794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:10:19.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:10:19.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:10:19.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265693088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:10:19.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:10:19.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:10:19.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "clamp", "timestamp": 1650265695794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:10:19.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:10:19.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:10:19.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265693088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:10:19.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:10:19.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:10:19.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "clamp", "timestamp": 1650265695794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:10:19.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:10:19.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:10:19.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265701285, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:10:19.056Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:10:19.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:10:19.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265704686, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:10:19.056Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:10:19.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:10:19.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650265705691, "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-04-18T07:10:19.071Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e06c1b9b-57e8-42e4-a467-137923c3e32a 2022-04-18T07:10:19.072Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e06c1b9b-57e8-42e4-a467-137923c3e32a 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-04-18T07:10:19.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:10:19.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "clamp", "timestamp": 1650265717746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:10:19.090Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:10:19.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:10:19.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "clamp", "timestamp": 1650265719752, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:10:19.090Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:10:19.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:10:19.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "clamp", "timestamp": 1650265720758, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:10:19.097Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e06c1b9b-57e8-42e4-a467-137923c3e32a 2022-04-18T07:10:19.097Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e06c1b9b-57e8-42e4-a467-137923c3e32a and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T07:10:19.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:10:19.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265734323, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:10:19.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:10:19.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:10:19.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265735345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:10:19.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:10:19.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:10:19.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265735345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json", "status": "NOTIFIED" } 2022-04-18T07:10:19.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:10:19.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:10:19.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265735345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T07:10:19.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:10:19.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:10:19.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265735345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:10:19.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:10:19.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:10:19.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265735345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T07:10:19.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:10:19.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:10:19.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265735345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:10:19.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:10:19.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:10:19.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265735345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:10:19.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-18T07:10:19.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:10:19.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265747089, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:10:19.113Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:10:19.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:10:19.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265752361, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:10:19.113Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:10:19.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:10:19.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265753853, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:10:19.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:10:19.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:10:19.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265755061, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:10:19.115Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:10:19.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:10:19.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265756463, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:10:19.115Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:10:19.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:10:19.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265757468, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-18T07:10:19.116Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:10:19.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:10:19.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265758474, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-18T07:10:19.117Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:10:20.559Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e06c1b9b-57e8-42e4-a467-137923c3e32a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:10:20.580Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e06c1b9b-57e8-42e4-a467-137923c3e32a 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-04-18T07:10:20.592Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:10:20.592Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T07:10:20.593Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T07:10:20.593Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T07:10:20.593Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-18T07:10:20.594Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:10:20.603Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T07:10:50.603Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: e06c1b9b-57e8-42e4-a467-137923c3e32a 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-04-18T07:10:50.611Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e06c1b9b-57e8-42e4-a467-137923c3e32a and serviceModelVersionId: 37e8016a-51d3-472d-8213-a05e97e6c0c0 2022-04-18T07:10:50.611Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e329cb5a-5415-46f3-a466-d3dfde8b4cfa 2022-04-18T07:10:50.614Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0 2022-04-18T07:10:50.621Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-18T07:10:50.720Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Invoke 2022-04-18T07:10:50.721Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e06c1b9b-57e8-42e4-a467-137923c3e32a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0ed0af55-bbc8-4233-87a9-45fbb02234f0], X-ECOMP-RequestID=[e06c1b9b-57e8-42e4-a467-137923c3e32a], X-TransactionId=[], X-ONAP-RequestID=[e06c1b9b-57e8-42e4-a467-137923c3e32a], Content-Type=[application/merge-patch+json]} 2022-04-18T07:10:52.260Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Invoke 2022-04-18T07:10:52.260Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e06c1b9b-57e8-42e4-a467-137923c3e32a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1fd1a227-297f-4b73-b962-a92efc116d82], X-ECOMP-RequestID=[e06c1b9b-57e8-42e4-a467-137923c3e32a], X-TransactionId=[], X-ONAP-RequestID=[e06c1b9b-57e8-42e4-a467-137923c3e32a], Content-Type=[application/merge-patch+json]} 2022-04-18T07:10:53.796Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Invoke 2022-04-18T07:10:53.797Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e06c1b9b-57e8-42e4-a467-137923c3e32a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[26ce6f5c-bf7c-4ce3-9506-dbe97bb0966b], X-ECOMP-RequestID=[e06c1b9b-57e8-42e4-a467-137923c3e32a], X-TransactionId=[], X-ONAP-RequestID=[e06c1b9b-57e8-42e4-a467-137923c3e32a], Content-Type=[application/merge-patch+json]} 2022-04-18T07:10:54.826Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:10:54.827Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-18T07:10:54.828Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:10:54.828Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-04-18T07:10:54.836Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|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-04-18T07:10:54.837Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e06c1b9b-57e8-42e4-a467-137923c3e32a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:10:54.837Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-18T07:10:54.837Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:10:54.840Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:10:54.840Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||try to send status { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265854837, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:10:54.940Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:10:54.941Z||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-04-18T07:10:54.943Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:10:54.968Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:10:54.968Z||pool-50-thread-1|||||INFO|500||cambria reply ok (28 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-04-18T07:10:55.855Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:10:55.855Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:10:55.856Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:11:05.405Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:11:05.406Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:11:05.407Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:11:05.407Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:11:14.970Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:11:14.971Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:11:14.972Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:11:14.972Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:11:19.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:11:19.025Z||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-04-18T07:11:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:11:19.044Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:11:19.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:11:19.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265759481, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:11:19.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:11:24.504Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:11:24.505Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:11:24.507Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:11:24.508Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:11:34.046Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:11:34.047Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:11:34.048Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:11:34.048Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:11:43.582Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:11:43.582Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:11:43.583Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:11:43.583Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:11:53.133Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:11:53.135Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:11:53.136Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:11:53.136Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:12:02.668Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:12:19.011Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:12:19.012Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:12:19.012Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:12:19.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:12:19.025Z||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-04-18T07:12:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:12:19.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:12:19.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T07:12:19.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650265854837, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:12:19.555Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:12:28.548Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:13:19.011Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:13:19.014Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:13:19.015Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:13:19.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:13:19.025Z||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-04-18T07:13:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:13:28.571Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:13:28.571Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:14:19.011Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:14:19.012Z||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-04-18T07:14:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:14:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:14:19.025Z||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-04-18T07:14:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:14:28.555Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:14:28.562Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:15:19.011Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:15:19.013Z||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-04-18T07:15:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:15:19.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:15:19.025Z||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-04-18T07:15:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:15:28.558Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:15:28.570Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:16:19.011Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:16:19.012Z||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-04-18T07:16:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:16:19.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:16:19.025Z||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-04-18T07:16:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:16:28.560Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:16:28.562Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:17:19.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:17:19.011Z||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-04-18T07:17:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:17:19.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:17:19.025Z||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-04-18T07:17:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:17:28.609Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:17:28.608Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:18:19.013Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:18:19.014Z||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-04-18T07:18:19.015Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:18:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:18:19.026Z||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-04-18T07:18:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:18:19.148Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:18:19.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:18:19.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "ves-openapi-manager", "timestamp": 1650266284266, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:18:19.156Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:18:19.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:18:19.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "policy-id", "timestamp": 1650266289244, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:18:19.158Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:18:19.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:18:19.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266293088, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:18:19.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:18:19.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:18:19.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "clamp", "timestamp": 1650266295794, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:18:19.160Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:18:19.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:18:19.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "ves-openapi-manager", "timestamp": 1650266284266, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:18:19.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:18:19.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:18:19.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "policy-id", "timestamp": 1650266289244, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:18:19.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:18:19.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:18:19.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266293088, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:18:19.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:18:19.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:18:19.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "clamp", "timestamp": 1650266295794, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:18:19.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:18:19.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:18:19.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266296571, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:18:19.166Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:18:19.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:18:19.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "policy-id", "timestamp": 1650266298515, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:18:19.168Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:18:19.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:18:19.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "cds", "timestamp": 1650266297206, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:18:19.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:18:19.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:18:19.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "policy-id", "timestamp": 1650266299520, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:18:19.171Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:18:19.642Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:18:19.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T07:18:19.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"3e1edff5-d98f-4322-a6c5-1befccf60216","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7744c457-2160-40d8-97c0-29f98b50b37a","serviceDescription":"service","serviceInvariantUUID":"a0842356-4afd-4417-afdb-2f56903ef865","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9ba284ff-55a8-46f8-99a6-17c78db99154","resourceInvariantUUID":"1868118d-2714-4695-88a3-ba575a3e7389","resourceCustomizationUUID":"75b67972-ea8b-48b7-980d-5a97b5e3e96d","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":"ZjMwMTM2ZjA5ZWIxMjY5YzNmOTE4YjlmODY4OTc3ZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f682a467-e549-4b53-b7a4-5fc798743f9f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NmMyM2JlYmZiZjM3NzkyOTY4MzExZDc2ZjVkNGIxZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fcee32d4-f9a3-4e6f-8e0b-0cfc869b4f3d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T07:18:19.651Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:18:19.652Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:18:19.658Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:18:19.659Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266299013, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:18:19.760Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-18T07:18:19.762Z||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-04-18T07:18:19.762Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:18:19.786Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:18:19.786Z||pool-51-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:18:20.662Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:18:20.663Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:18:20.667Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:18:20.667Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266299013, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:18:20.772Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-04-18T07:18:20.776Z||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-04-18T07:18:20.777Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:18:20.810Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:18:20.812Z||pool-52-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:18:21.671Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "7744c457-2160-40d8-97c0-29f98b50b37a", "serviceDescription": "service", "serviceInvariantUUID": "a0842356-4afd-4417-afdb-2f56903ef865", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "75b67972-ea8b-48b7-980d-5a97b5e3e96d", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "9ba284ff-55a8-46f8-99a6-17c78db99154", "resourceInvariantUUID": "1868118d-2714-4695-88a3-ba575a3e7389", "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": "NmMyM2JlYmZiZjM3NzkyOTY4MzExZDc2ZjVkNGIxZDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fcee32d4-f9a3-4e6f-8e0b-0cfc869b4f3d" } ], "workloadContext": "Production" } 2022-04-18T07:18:21.671Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T07:18:21.671Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7744c457-2160-40d8-97c0-29f98b50b37a ASDC 2022-04-18T07:18:21.672Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:3e1edff5-d98f-4322-a6c5-1befccf60216 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:7744c457-2160-40d8-97c0-29f98b50b37a ServiceInvariantUUID:a0842356-4afd-4417-afdb-2f56903ef865 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:fcee32d4-f9a3-4e6f-8e0b-0cfc869b4f3d ArtifactChecksum:NmMyM2JlYmZiZjM3NzkyOTY4MzExZDc2ZjVkNGIxZDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:75b67972-ea8b-48b7-980d-5a97b5e3e96d ResourceInvariantUUID:1868118d-2714-4695-88a3-ba575a3e7389 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:9ba284ff-55a8-46f8-99a6-17c78db99154 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-04-18T07:18:21.672Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7744c457-2160-40d8-97c0-29f98b50b37a 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-04-18T07:18:21.723Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:18:21.725Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-18T07:18:21.725Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-18T07:18:21.725Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fcee32d4-f9a3-4e6f-8e0b-0cfc869b4f3d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-04-18T07:18:21.725Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T07:18:21.726Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-04-18T07:18:22.448Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T07:18:22.452Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar fcee32d4-f9a3-4e6f-8e0b-0cfc869b4f3d 52515 2022-04-18T07:18:22.452Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-04-18T07:18:22.452Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-04-18T07:18:22.452Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:18:22.453Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:18:22.455Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:18:22.455Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266302452, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:18:22.556Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-18T07:18:22.557Z||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-04-18T07:18:22.557Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:18:22.568Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:18:22.569Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:18:23.456Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:18:23.458Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-18T07:18:23.458Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: fcee32d4-f9a3-4e6f-8e0b-0cfc869b4f3d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-18T07:18:23.459Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-04-18T07:18:23.459Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-18T07:18:23.460Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-18T07:18:23.698Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14794657194685555743/Definitions/service-BasicNetwork-template.yml 2022-04-18T07:18:24.787Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-18T07:18:24.788Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-04-18T07:18:24.789Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-18T07:18:24.792Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-04-18T07:18:24.793Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-18T07:18:24.793Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-18T07:18:24.793Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-18T07:18:24.793Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-18T07:18:24.793Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-18T07:18:24.793Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-18T07:18:24.793Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-18T07:18:24.793Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-18T07:18:24.793Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-04-18T07:18:24.794Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:18:24.794Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:18:24.795Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-04-18T07:18:24.795Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-04-18T07:18:24.795Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:18:24.795Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:18:24.796Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:18:24.796Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-04-18T07:18:24.796Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-04-18T07:18:24.796Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:18:24.796Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:18:24.796Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:18:24.797Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:18:24.797Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:18:24.798Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:18:24.798Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:18:24.798Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:18:24.799Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:18:24.799Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:18:24.799Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:18:24.799Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:7744c457-2160-40d8-97c0-29f98b50b37a Model Version:NULL Model InvariantUuid:a0842356-4afd-4417-afdb-2f56903ef865 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:1868118d-2714-4695-88a3-ba575a3e7389 Model UUID:3facd637-69b1-4863-83f2-031456a74ba0 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:75b67972-ea8b-48b7-980d-5a97b5e3e96d 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-04-18T07:18:24.824Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 9ba284ff-55a8-46f8-99a6-17c78db99154 2022-04-18T07:18:24.825Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||INFO|500||No resources found for Service: 7744c457-2160-40d8-97c0-29f98b50b37a 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-04-18T07:18:24.842Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||INFO|500|| 2022-04-18T07:18:24.842Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-04-18T07:18:24.844Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 7744c457-2160-40d8-97c0-29f98b50b37a 2022-04-18T07:18:24.844Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7744c457-2160-40d8-97c0-29f98b50b37a 2022-04-18T07:18:24.845Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-04-18T07:18:24.846Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T07:18:24.855Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ee0f945, org.onap.sdc.toscaparser.api.parameters.Input@26f70488, org.onap.sdc.toscaparser.api.parameters.Input@3982a7cb, org.onap.sdc.toscaparser.api.parameters.Input@5c0ea0e1, org.onap.sdc.toscaparser.api.parameters.Input@453d50f4] 2022-04-18T07:18:24.858Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:18:24.859Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:18:24.860Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:18:24.860Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:18:24.860Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7744c457-2160-40d8-97c0-29f98b50b37a: Generic NeutronNet 2022-04-18T07:18:24.860Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:18:24.861Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:18:24.861Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:18:24.862Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-04-18T07:18:24.940Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:18:24.941Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:18:24.941Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:18:24.941Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:18:24.941Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:18:24.941Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:18:24.942Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-04-18T07:18:25.043Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-04-18T07:18:25.044Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-04-18T07:18:25.044Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-04-18T07:18:25.045Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:18:25.045Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:18:25.048Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:18:25.049Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266305044, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:18:25.149Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:18:25.150Z||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-04-18T07:18:25.150Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:18:25.166Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:18:25.167Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:18:26.050Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e1edff5-d98f-4322-a6c5-1befccf60216 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:18:26.067Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e1edff5-d98f-4322-a6c5-1befccf60216 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-04-18T07:18:26.070Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:18:26.071Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:18:26.071Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:18:56.071Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e1edff5-d98f-4322-a6c5-1befccf60216 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:18:56.084Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e1edff5-d98f-4322-a6c5-1befccf60216 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-04-18T07:18:56.087Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:18:56.087Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:18:56.087Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:19:19.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:19:19.026Z||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-04-18T07:19:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:19:19.047Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:19:19.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:19:19.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "cds", "timestamp": 1650266297206, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:19:19.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:19:26.089Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e1edff5-d98f-4322-a6c5-1befccf60216 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:19:26.108Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e1edff5-d98f-4322-a6c5-1befccf60216 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-04-18T07:19:26.111Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:19:26.111Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:19:26.111Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:19:56.112Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e1edff5-d98f-4322-a6c5-1befccf60216 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:19:56.127Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e1edff5-d98f-4322-a6c5-1befccf60216 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-04-18T07:19:56.132Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:19:56.132Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:19:56.133Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:20:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:20:19.026Z||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-04-18T07:20:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:20:19.045Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:20:19.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:20:19.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266298298, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:20:19.047Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:20:26.133Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e1edff5-d98f-4322-a6c5-1befccf60216 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:20:26.146Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e1edff5-d98f-4322-a6c5-1befccf60216 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-04-18T07:20:26.149Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:20:26.149Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:20:26.150Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:20:56.150Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e1edff5-d98f-4322-a6c5-1befccf60216 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:20:56.172Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e1edff5-d98f-4322-a6c5-1befccf60216 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-04-18T07:20:56.175Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:20:56.175Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:20:56.176Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:21:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:21:19.027Z||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-04-18T07:21:19.027Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:21:19.056Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:21:19.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266299013, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "policy-id", "timestamp": 1650266300523, "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-04-18T07:21:19.076Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e1edff5-d98f-4322-a6c5-1befccf60216 2022-04-18T07:21:19.076Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e1edff5-d98f-4322-a6c5-1befccf60216 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-04-18T07:21:19.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "aai-ml", "timestamp": 1650266298719, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266299306, "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-04-18T07:21:19.102Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3e1edff5-d98f-4322-a6c5-1befccf60216 2022-04-18T07:21:19.102Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e1edff5-d98f-4322-a6c5-1befccf60216 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-04-18T07:21:19.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "cds", "timestamp": 1650266300344, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:21:19.114Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:21:19.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266299013, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:21:19.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "aai-ml", "timestamp": 1650266298719, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:21:19.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "cds", "timestamp": 1650266301353, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:21:19.124Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3e1edff5-d98f-4322-a6c5-1befccf60216 2022-04-18T07:21:19.124Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e1edff5-d98f-4322-a6c5-1befccf60216 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-04-18T07:21:19.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "clamp", "timestamp": 1650266302874, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:21:19.139Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:21:19.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266302452, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:21:19.140Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:21:19.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "aai-ml", "timestamp": 1650266302330, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:21:19.141Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:21:19.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "clamp", "timestamp": 1650266304887, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:21:19.141Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:21:19.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266305044, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:21:19.142Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:21:19.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "multicloud-k8s-id", "timestamp": 1650266303381, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "clamp", "timestamp": 1650266305895, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:21:19.155Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3e1edff5-d98f-4322-a6c5-1befccf60216 2022-04-18T07:21:19.156Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e1edff5-d98f-4322-a6c5-1befccf60216 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T07:21:19.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "multicloud-k8s-id", "timestamp": 1650266303381, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:21:19.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "aai-ml", "timestamp": 1650266307173, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-18T07:21:19.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:21:19.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "aai-ml", "timestamp": 1650266308178, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-04-18T07:21:19.189Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 3e1edff5-d98f-4322-a6c5-1befccf60216 2022-04-18T07:21:19.190Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e1edff5-d98f-4322-a6c5-1befccf60216 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-04-18T07:21:19.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "cds", "timestamp": 1650266312204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "policy-id", "timestamp": 1650266309243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "cds", "timestamp": 1650266312204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vfw35c8baac5cf20_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "policy-id", "timestamp": 1650266309243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vfw35c8baac5cf20_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "cds", "timestamp": 1650266312204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "policy-id", "timestamp": 1650266309243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T07:21:19.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "cds", "timestamp": 1650266312204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "policy-id", "timestamp": 1650266309243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "cds", "timestamp": 1650266312204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "policy-id", "timestamp": 1650266309243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "cds", "timestamp": 1650266312204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "policy-id", "timestamp": 1650266309243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "cds", "timestamp": 1650266312204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:21:19.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "policy-id", "timestamp": 1650266309243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:21:19.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "policy-id", "timestamp": 1650266324840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:21:19.215Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:21:19.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "cds", "timestamp": 1650266323941, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:21:19.216Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:21:19.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266323088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "multicloud-k8s-id", "timestamp": 1650266323381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.217Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "policy-id", "timestamp": 1650266325848, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:21:19.217Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:21:19.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "cds", "timestamp": 1650266324949, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-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-04-18T07:21:19.238Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4d4384e7-3db5-47a3-9521-1829bca57c87 2022-04-18T07:21:19.239Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d4384e7-3db5-47a3-9521-1829bca57c87 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-04-18T07:21:19.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "clamp", "timestamp": 1650266325794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266323088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vfw35c8baac5cf20_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "ves-openapi-manager", "timestamp": 1650266324266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "policy-id", "timestamp": 1650266326852, "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-04-18T07:21:19.262Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4d4384e7-3db5-47a3-9521-1829bca57c87 2022-04-18T07:21:19.263Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d4384e7-3db5-47a3-9521-1829bca57c87 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-04-18T07:21:19.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.277Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "multicloud-k8s-id", "timestamp": 1650266323381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vfw35c8baac5cf20_modules.json", "status": "NOTIFIED" } 2022-04-18T07:21:19.277Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.278Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "clamp", "timestamp": 1650266325794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vfw35c8baac5cf20_modules.json", "status": "NOTIFIED" } 2022-04-18T07:21:19.278Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.278Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266323088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "ves-openapi-manager", "timestamp": 1650266324266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vfw35c8baac5cf20_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "multicloud-k8s-id", "timestamp": 1650266323381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T07:21:19.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "clamp", "timestamp": 1650266325794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266323088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "ves-openapi-manager", "timestamp": 1650266324266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "multicloud-k8s-id", "timestamp": 1650266323381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.284Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "clamp", "timestamp": 1650266325794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.285Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266323088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.285Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "ves-openapi-manager", "timestamp": 1650266324266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.286Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "multicloud-k8s-id", "timestamp": 1650266323381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T07:21:19.286Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "clamp", "timestamp": 1650266325794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.286Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266323088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.287Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "ves-openapi-manager", "timestamp": 1650266324266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.287Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "multicloud-k8s-id", "timestamp": 1650266323381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.288Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "aai-ml", "timestamp": 1650266328719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "clamp", "timestamp": 1650266325794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266323088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:21:19.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "ves-openapi-manager", "timestamp": 1650266324266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "multicloud-k8s-id", "timestamp": 1650266323381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:21:19.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "aai-ml", "timestamp": 1650266328719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vfw35c8baac5cf20_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "clamp", "timestamp": 1650266325794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:21:19.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "ves-openapi-manager", "timestamp": 1650266324266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "aai-ml", "timestamp": 1650266328719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266331818, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:21:19.296Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:21:19.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "multicloud-k8s-id", "timestamp": 1650266331950, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vfw35c8baac5cf20_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:21:19.297Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:21:19.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "aai-ml", "timestamp": 1650266328719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "aai-ml", "timestamp": 1650266328719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "multicloud-k8s-id", "timestamp": 1650266334059, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:21:19.300Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:21:19.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "aai-ml", "timestamp": 1650266328719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:21:19.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266335087, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:21:19.302Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:21:19.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "aai-ml", "timestamp": 1650266328719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:21:19.302Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:21:19.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "multicloud-k8s-id", "timestamp": 1650266335751, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:21:19.303Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:21:19.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266336090, "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-04-18T07:21:19.310Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4d4384e7-3db5-47a3-9521-1829bca57c87 2022-04-18T07:21:19.310Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d4384e7-3db5-47a3-9521-1829bca57c87 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-04-18T07:21:19.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "multicloud-k8s-id", "timestamp": 1650266336788, "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-04-18T07:21:19.333Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4d4384e7-3db5-47a3-9521-1829bca57c87 2022-04-18T07:21:19.333Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d4384e7-3db5-47a3-9521-1829bca57c87 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-18T07:21:19.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "aai-ml", "timestamp": 1650266337074, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:21:19.355Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:21:19.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "clamp", "timestamp": 1650266338884, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:21:19.355Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:21:19.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "multicloud-k8s-id", "timestamp": 1650266337792, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vfw35c8baac5cf20_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:21:19.363Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:21:19.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "clamp", "timestamp": 1650266340892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:21:19.364Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:21:19.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "clamp", "timestamp": 1650266341897, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:21:19.372Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4d4384e7-3db5-47a3-9521-1829bca57c87 2022-04-18T07:21:19.372Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d4384e7-3db5-47a3-9521-1829bca57c87 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T07:21:19.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "aai-ml", "timestamp": 1650266348196, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-18T07:21:19.386Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:21:19.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:21:19.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "aai-ml", "timestamp": 1650266349201, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-04-18T07:21:19.394Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 4d4384e7-3db5-47a3-9521-1829bca57c87 2022-04-18T07:21:19.394Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d4384e7-3db5-47a3-9521-1829bca57c87 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-04-18T07:21:26.176Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e1edff5-d98f-4322-a6c5-1befccf60216 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:21:26.203Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e1edff5-d98f-4322-a6c5-1befccf60216 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-04-18T07:21:26.208Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:21:26.209Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T07:21:26.209Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T07:21:26.209Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T07:21:26.209Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-18T07:21:26.209Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:21:26.220Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T07:21:56.221Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3e1edff5-d98f-4322-a6c5-1befccf60216 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-04-18T07:21:56.235Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3e1edff5-d98f-4322-a6c5-1befccf60216 and serviceModelVersionId: 7744c457-2160-40d8-97c0-29f98b50b37a 2022-04-18T07:21:56.236Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a0842356-4afd-4417-afdb-2f56903ef865 2022-04-18T07:21:56.240Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0 2022-04-18T07:21:56.269Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-04-18T07:21:56.396Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?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-04-18T07:21:56.403Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||Invoke 2022-04-18T07:21:57.956Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?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-04-18T07:21:57.958Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||Invoke 2022-04-18T07:21:59.491Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?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-04-18T07:21:59.493Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||Invoke 2022-04-18T07:22:00.522Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:22:00.524Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-18T07:22:00.526Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:22:00.527Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-04-18T07:22:00.536Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|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-04-18T07:22:00.537Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3e1edff5-d98f-4322-a6c5-1befccf60216 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:22:00.538Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-18T07:22:00.539Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:22:00.544Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:22:00.545Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||try to send status { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266520537, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:22:00.645Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:22:00.647Z||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-04-18T07:22:00.648Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:22:00.690Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:22:00.692Z||pool-55-thread-1|||||INFO|500||cambria reply ok (46 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-04-18T07:22:01.566Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:22:01.568Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:22:01.568Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:22:05.915Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:22:05.917Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||received message from topic 2022-04-18T07:22:05.918Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"4d4384e7-3db5-47a3-9521-1829bca57c87","serviceName":"vFW 2022-04-18 07-14-56","serviceVersion":"1.0","serviceUUID":"0f791dc9-07a3-4ed5-9360-688e8c7157dd","serviceDescription":"catalog service description","serviceInvariantUUID":"53fc5da8-1ace-4e42-94bd-e2fb61fb3377","resources":[{"resourceInstanceName":"vFW 35c8baac-5cf2 0","resourceName":"vFW 35c8baac-5cf2","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"772b788c-8dd2-4c2c-9db6-ab22409db9f1","resourceInvariantUUID":"a4bd374b-1fb0-4cad-a9e4-f28ef35008f1","resourceCustomizationUUID":"480fd310-be00-4cb5-b2bc-fc3fbecf8d38","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vf-license-model.xml","artifactChecksum":"MWQ4YjM3MWYxOGM0YWE0NDZiODMyM2ZhNWYzOWVmNmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8d513b1d-b36d-4ef7-8a75-efeb87ba4caa","artifactVersion":"1"},{"artifactName":"vfw35c8baac5cf20_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vfw35c8baac5cf20_modules.json","artifactChecksum":"NDg3Y2YwMDQ4NzM0MTYwN2UxOWJjOTE5YWY2ZTRjNWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f9da2df9-1ff8-4d3c-8ce4-f2faa073f44b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d23d3bd8-1f46-468b-b096-5cef4ce9fab9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vendor-license-model.xml","artifactChecksum":"ODZjYzVlOGM4ZTRkNTU5ZDk4ZDNmZTgwZDk3MGJlNWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4a2e66bf-c0e0-4119-9973-e8b106a301f0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"217ff3ba-bc57-4109-b13d-a5a1c1ce122c","artifactVersion":"2","generatedFromUUID":"d23d3bd8-1f46-468b-b096-5cef4ce9fab9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220418071456-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-template.yml","artifactChecksum":"ZjVlMzgxMzAzZDJkOThkZjhhZjI1NDUzMDhjNTEyNGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a23b3c8c-1731-4fe2-8bef-0e4d43d3d50f","artifactVersion":"1"},{"artifactName":"service-Vfw20220418071456-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar","artifactChecksum":"MzljMzQxMWZjMTUwZjU4YzkyNjFmNGM5MzE1MzdlNjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6295d04d-46ce-49b7-bf85-067feecd7e30","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T07:22:05.923Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:22:05.923Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:22:05.926Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:22:05.926Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||try to send status { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:06.026Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:22:06.028Z||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-04-18T07:22:06.028Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:22:06.040Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:22:06.041Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:22:06.927Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:22:06.930Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:22:06.934Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:22:06.934Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||try to send status { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vfw35c8baac5cf20_modules.json", "status": "NOTIFIED" } 2022-04-18T07:22:07.037Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-18T07:22:07.038Z||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-04-18T07:22:07.038Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:22:07.087Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:22:07.088Z||pool-57-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:22:07.935Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:22:07.937Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:22:07.940Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:22:07.941Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||try to send status { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T07:22:08.041Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:22:08.043Z||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-04-18T07:22:08.043Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:22:08.056Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:22:08.057Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:22:08.942Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:22:08.943Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:22:08.948Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:22:08.948Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||try to send status { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:09.048Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:22:09.049Z||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-04-18T07:22:09.049Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:22:09.064Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:22:09.065Z||pool-59-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:22:09.949Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:22:09.949Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:22:09.953Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:22:09.953Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||try to send status { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T07:22:10.053Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:22:10.054Z||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-04-18T07:22:10.055Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:22:10.067Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:22:10.068Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:22:10.954Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:22:10.955Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:22:10.960Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:22:10.960Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||try to send status { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:11.061Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-18T07:22:11.062Z||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-04-18T07:22:11.062Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:22:11.074Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:22:11.075Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:22:11.962Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:22:11.963Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:22:11.966Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:22:11.966Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||try to send status { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:22:12.067Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:22:12.068Z||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-04-18T07:22:12.068Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:22:12.080Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:22:12.093Z||pool-62-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:22:12.968Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||sending notification to client: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "serviceName": "vFW 2022-04-18 07-14-56", "serviceVersion": "1.0", "serviceUUID": "0f791dc9-07a3-4ed5-9360-688e8c7157dd", "serviceDescription": "catalog service description", "serviceInvariantUUID": "53fc5da8-1ace-4e42-94bd-e2fb61fb3377", "resources": [ { "resourceInstanceName": "vFW 35c8baac-5cf2 0", "resourceCustomizationUUID": "480fd310-be00-4cb5-b2bc-fc3fbecf8d38", "resourceName": "vFW 35c8baac-5cf2", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "772b788c-8dd2-4c2c-9db6-ab22409db9f1", "resourceInvariantUUID": "a4bd374b-1fb0-4cad-a9e4-f28ef35008f1", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw35c8baac5cf20_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vfw35c8baac5cf20_modules.json", "artifactChecksum": "NDg3Y2YwMDQ4NzM0MTYwN2UxOWJjOTE5YWY2ZTRjNWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f9da2df9-1ff8-4d3c-8ce4-f2faa073f44b", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d23d3bd8-1f46-468b-b096-5cef4ce9fab9", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "217ff3ba-bc57-4109-b13d-a5a1c1ce122c", "generatedFromUUID": "d23d3bd8-1f46-468b-b096-5cef4ce9fab9" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "217ff3ba-bc57-4109-b13d-a5a1c1ce122c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220418071456-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar", "artifactChecksum": "MzljMzQxMWZjMTUwZjU4YzkyNjFmNGM5MzE1MzdlNjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6295d04d-46ce-49b7-bf85-067feecd7e30" } ], "workloadContext": "Production" } 2022-04-18T07:22:12.969Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T07:22:12.969Z|3e1edff5-d98f-4322-a6c5-1befccf60216|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0f791dc9-07a3-4ed5-9360-688e8c7157dd ASDC 2022-04-18T07:22:12.970Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||ASDC Notification: DistributionID:4d4384e7-3db5-47a3-9521-1829bca57c87 ServiceName:vFW 2022-04-18 07-14-56 ServiceVersion:1.0 ServiceUUID:0f791dc9-07a3-4ed5-9360-688e8c7157dd ServiceInvariantUUID:53fc5da8-1ace-4e42-94bd-e2fb61fb3377 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220418071456-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar ArtifactUUID:6295d04d-46ce-49b7-bf85-067feecd7e30 ArtifactChecksum:MzljMzQxMWZjMTUwZjU4YzkyNjFmNGM5MzE1MzdlNjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 35c8baac-5cf2 0 ResourceCustomizationUUID:480fd310-be00-4cb5-b2bc-fc3fbecf8d38 ResourceInvariantUUID:a4bd374b-1fb0-4cad-a9e4-f28ef35008f1 ResourceName:vFW 35c8baac-5cf2 ResourceType:VF ResourceUUID:772b788c-8dd2-4c2c-9db6-ab22409db9f1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw35c8baac5cf20_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vfw35c8baac5cf20_modules.json ArtifactUUID:f9da2df9-1ff8-4d3c-8ce4-f2faa073f44b ArtifactChecksum:NDg3Y2YwMDQ4NzM0MTYwN2UxOWJjOTE5YWY2ZTRjNWU= 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/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.yaml ArtifactUUID:d23d3bd8-1f46-468b-b096-5cef4ce9fab9 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/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.env ArtifactUUID:217ff3ba-bc57-4109-b13d-a5a1c1ce122c 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/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.env ArtifactUUID:217ff3ba-bc57-4109-b13d-a5a1c1ce122c ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-18T07:22:12.972Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0f791dc9-07a3-4ed5-9360-688e8c7157dd 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-04-18T07:22:13.010Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:22:13.011Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:22:13.012Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:22:13.012Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||Trying to download the artifact UUID: 6295d04d-46ce-49b7-bf85-067feecd7e30 from URL: /sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar 2022-04-18T07:22:13.012Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:22:13.012Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar 2022-04-18T07:22:13.854Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:22:13.861Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar 6295d04d-46ce-49b7-bf85-067feecd7e30 98911 2022-04-18T07:22:13.862Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar ASDC sendASDCNotification 2022-04-18T07:22:13.862Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar 2022-04-18T07:22:13.862Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:22:13.863Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:22:13.867Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:22:13.867Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||try to send status { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266533862, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:22:13.967Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:22:13.969Z||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-04-18T07:22:13.969Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:22:13.994Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:22:13.995Z||pool-63-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:22:14.868Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:22:14.871Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:22:14.872Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||Trying to write artifact UUID: 6295d04d-46ce-49b7-bf85-067feecd7e30, URL: /sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar to file: /app/ASDC/1/service-Vfw20220418071456-csar.csar 2022-04-18T07:22:14.873Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220418071456-csar.csar 2022-04-18T07:22:14.878Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220418071456-csar.csar 2022-04-18T07:22:14.879Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220418071456-csar.csar 2022-04-18T07:22:15.270Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1582235593494092188/Definitions/service-Vfw20220418071456-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-04-18T07:22:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:22:19.025Z||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-04-18T07:22:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:22:19.035Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-18T07:22:19.036Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|WARN|500||#################################################################################################### 2022-04-18T07:22:19.036Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220418071456-csar.csar 2022-04-18T07:22:19.036Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-18T07:22:19.037Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220418071456-csar.csar 2022-04-18T07:22:19.037Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220418071456-csar.csar 2022-04-18T07:22:19.037Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|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-Vfw20220418071456-csar.csar 2022-04-18T07:22:19.037Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418071456-csar.csar 2022-04-18T07:22:19.037Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418071456-csar.csar 2022-04-18T07:22:19.037Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220418071456-csar.csar 2022-04-18T07:22:19.038Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|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-Vfw20220418071456-csar.csar 2022-04-18T07:22:19.038Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220418071456-csar.csar 2022-04-18T07:22:19.038Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220418071456-csar.csar 2022-04-18T07:22:19.038Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|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-Vfw20220418071456-csar.csar 2022-04-18T07:22:19.038Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 35c8baac-5cf2 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220418071456-csar.csar 2022-04-18T07:22:19.038Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418071456-csar.csar 2022-04-18T07:22:19.039Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|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-Vfw20220418071456-csar.csar 2022-04-18T07:22:19.039Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|WARN|500||#################################################################################################### 2022-04-18T07:22:19.039Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:19.039Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-14-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:22:19.040Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vFW 35c8baac-5cf2 0 is matching search criteria 2022-04-18T07:22:19.040Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T07:22:19.040Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Found topology templates [vFW 35c8baac-5cf2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:22:19.041Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:19.041Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-14-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:22:19.041Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vFW 35c8baac-5cf2 0 is matching search criteria 2022-04-18T07:22:19.042Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T07:22:19.042Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Found topology templates [vFW 35c8baac-5cf2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:22:19.042Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:19.043Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-14-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:22:19.043Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:19.043Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vFW 35c8baac-5cf2 0 is not matching search criteria 2022-04-18T07:22:19.044Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:22:19.044Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:22:19.044Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:22:19.044Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:22:19.044Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:22:19.045Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:22:19.045Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:22:19.045Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:22:19.045Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:22:19.045Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:22:19.046Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:22:19.046Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:22:19.046Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:22:19.046Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:22:19.046Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:22:19.047Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-18T07:22:19.047Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:19.047Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-14-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T07:22:19.047Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:19.048Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vFW 35c8baac-5cf2 0 is matching search criteria 2022-04-18T07:22:19.048Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Found topology templates [vFW 35c8baac-5cf2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:22:19.048Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:19.048Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vFW 35c8baac-5cf2 0 is matching search criteria 2022-04-18T07:22:19.048Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Found topology templates [vFW 35c8baac-5cf2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:22:19.049Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:19.049Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vFW 35c8baac-5cf2 0 is matching search criteria 2022-04-18T07:22:19.049Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Found topology templates [vFW 35c8baac-5cf2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:22:19.050Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:19.050Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vFW 35c8baac-5cf2 0 is not matching search criteria 2022-04-18T07:22:19.050Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:22:19.050Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:22:19.051Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-18T07:22:19.051Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:22:19.051Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:22:19.051Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:22:19.051Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:22:19.052Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:22:19.052Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:22:19.052Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:22:19.052Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:22:19.052Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=eafa193b-07fb-4abe-88f0-095b01f43a05 2022-04-18T07:22:19.053Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:19.053Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vFW 35c8baac-5cf2 0 is not matching search criteria 2022-04-18T07:22:19.053Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:22:19.054Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:22:19.054Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:22:19.054Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:22:19.054Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:22:19.055Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:22:19.055Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:22:19.055Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-18T07:22:19.055Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:22:19.055Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:22:19.055Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:22:19.055Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:22:19.056Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=65951491-df27-4ae4-aa0f-b84f47f09d65 2022-04-18T07:22:19.056Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:19.056Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vFW 35c8baac-5cf2 0 is not matching search criteria 2022-04-18T07:22:19.056Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:22:19.056Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:22:19.056Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:22:19.057Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:22:19.057Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:22:19.057Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:22:19.057Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:22:19.057Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:22:19.058Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:22:19.058Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:22:19.058Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:22:19.058Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-18T07:22:19.059Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ebdb7b34-e716-4cb0-9397-3d0b64ddc404 2022-04-18T07:22:19.059Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:19.059Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-14-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:22:19.060Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:19.060Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-14-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:22:19.061Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:19.061Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-14-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:22:19.061Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:19.061Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-14-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:22:19.062Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-18 07-14-56 Description:catalog service description Model UUID:0f791dc9-07a3-4ed5-9360-688e8c7157dd Model Version:NULL Model InvariantUuid:53fc5da8-1ace-4e42-94bd-e2fb61fb3377 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 35c8baac-5cf2 Model UUID:a5d75635-64a9-4ce8-ade3-250dc975bc5d Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:a4bd374b-1fb0-4cad-a9e4-f28ef35008f1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:480fd310-be00-4cb5-b2bc-fc3fbecf8d38 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:72ebea5f-7990-4d0e-b21c-0a448a2f6dd3 ModelName:Vfw35c8baac5cf2..base_vfw..module-0 ModelUuid:dfeceaba-631f-4d63-9922-3e78eeac27de ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:eafa193b-07fb-4abe-88f0-095b01f43a05 ModelInvariantUuid:8bd3fbb3-b21f-4a9e-bb95-d5812ba4c2c0 ModelName:vFW 35c8baac-5cf2-nodes.vfwCvfc ModelUuid:6651431f-b23c-4877-847e-164541d963ee ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:15ba744e-4f1a-4e89-aa35-36c9fcbb7ff3 ModelInvariantUuid:26341050-6aa2-4b74-816e-e4e80bb646b3 ModelName:Vfw35c8baac5cf2.compute.nodes.heat.vfw ModelUuid:3e8a601c-375f-48b0-a61c-78d1ff478b87 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:65951491-df27-4ae4-aa0f-b84f47f09d65 ModelInvariantUuid:b2e75ea7-b270-4e9e-8499-e54101906a81 ModelName:vFW 35c8baac-5cf2-nodes.vsnCvfc ModelUuid:db5c7f5c-6c71-4fa2-a616-26d549210999 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:62a9b878-7ed6-453d-a101-85f435de7cf7 ModelInvariantUuid:33fb8c2e-cc43-4e3c-b417-5f1d9f4da82f ModelName:Vfw35c8baac5cf2.compute.nodes.heat.vsn ModelUuid:8d44b30a-0052-4724-8829-6c7386b19643 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ebdb7b34-e716-4cb0-9397-3d0b64ddc404 ModelInvariantUuid:dedaac97-457d-4654-86e9-4d885ad52cf1 ModelName:vFW 35c8baac-5cf2-nodes.vpgCvfc ModelUuid:33f86b52-8f01-459e-b408-1eb5e628d181 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:7045f813-06cf-448c-975c-643f9669fe32 ModelInvariantUuid:fd6d3e0c-5424-43e3-a49d-b496007c5bb5 ModelName:Vfw35c8baac5cf2.compute.nodes.heat.vpg ModelUuid:f23124e3-c69d-4f55-a9be-2639a8cc3cc2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: 2022-04-18T07:22:19.062Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:22:19.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "cds", "timestamp": 1650266462204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic 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-04-18T07:22:19.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "multicloud-k8s-id", "timestamp": 1650266463381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "cds", "timestamp": 1650266462204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "ves-openapi-manager", "timestamp": 1650266464266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "multicloud-k8s-id", "timestamp": 1650266463381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "cds", "timestamp": 1650266462204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "ves-openapi-manager", "timestamp": 1650266464266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "multicloud-k8s-id", "timestamp": 1650266463381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "cds", "timestamp": 1650266462204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "ves-openapi-manager", "timestamp": 1650266464266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "multicloud-k8s-id", "timestamp": 1650266463381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "cds", "timestamp": 1650266462204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "ves-openapi-manager", "timestamp": 1650266464266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.073Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "policy-id", "timestamp": 1650266469243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.073Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "multicloud-k8s-id", "timestamp": 1650266463381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "cds", "timestamp": 1650266462204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "ves-openapi-manager", "timestamp": 1650266464266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.074Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 772b788c-8dd2-4c2c-9db6-ab22409db9f1 2022-04-18T07:22:19.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "policy-id", "timestamp": 1650266469243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "multicloud-k8s-id", "timestamp": 1650266463381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic 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-04-18T07:22:19.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "cds", "timestamp": 1650266462204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "ves-openapi-manager", "timestamp": 1650266464266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-18T07:22:19.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "policy-id", "timestamp": 1650266469243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.077Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "multicloud-k8s-id", "timestamp": 1650266463381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.077Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "cds", "timestamp": 1650266462204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:22:19.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "ves-openapi-manager", "timestamp": 1650266464266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.078Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||vFW 35c8baac-5cf2 0 2022-04-18T07:22:19.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.078Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 772b788c-8dd2-4c2c-9db6-ab22409db9f1 2022-04-18T07:22:19.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "policy-id", "timestamp": 1650266469243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.079Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||Trying to download the artifact UUID: f9da2df9-1ff8-4d3c-8ce4-f2faa073f44b from URL: /sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vfw35c8baac5cf20_modules.json 2022-04-18T07:22:19.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.079Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:22:19.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.079Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vfw35c8baac5cf20_modules.json 2022-04-18T07:22:19.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "multicloud-k8s-id", "timestamp": 1650266463381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:22:19.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "ves-openapi-manager", "timestamp": 1650266464266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "cds", "timestamp": 1650266472894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:22:19.080Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:22:19.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "policy-id", "timestamp": 1650266469243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "cds", "timestamp": 1650266473902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-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-04-18T07:22:19.111Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4e57e094-1576-4b5e-a3d0-fd638e443562 2022-04-18T07:22:19.111Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e57e094-1576-4b5e-a3d0-fd638e443562 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-04-18T07:22:19.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "policy-id", "timestamp": 1650266469243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "ves-openapi-manager", "timestamp": 1650266473246, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:22:19.124Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:22:19.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266473088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "policy-id", "timestamp": 1650266469243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "ves-openapi-manager", "timestamp": 1650266474455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-18T07:22:19.126Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:22:19.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "clamp", "timestamp": 1650266475795, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266473088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "policy-id", "timestamp": 1650266469243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:22:19.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "ves-openapi-manager", "timestamp": 1650266475461, "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-04-18T07:22:19.134Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 4e57e094-1576-4b5e-a3d0-fd638e443562 2022-04-18T07:22:19.134Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e57e094-1576-4b5e-a3d0-fd638e443562 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-04-18T07:22:19.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "clamp", "timestamp": 1650266475795, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266473088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "policy-id", "timestamp": 1650266478323, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:22:19.152Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:22:19.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "clamp", "timestamp": 1650266475795, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266473088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "policy-id", "timestamp": 1650266479328, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:22:19.154Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:22:19.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "clamp", "timestamp": 1650266475795, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.155Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:22:19.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266473088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:22:19.155Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:22:19.303Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:22:19.303Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vfw35c8baac5cf20_modules.json f9da2df9-1ff8-4d3c-8ce4-f2faa073f44b 785 2022-04-18T07:22:19.304Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vfw35c8baac5cf20_modules.json ASDC sendASDCNotification 2022-04-18T07:22:19.304Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vfw35c8baac5cf20_modules.json 2022-04-18T07:22:19.304Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:22:19.304Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:22:19.307Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:22:19.308Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||try to send status { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266539304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vfw35c8baac5cf20_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:22:19.411Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-04-18T07:22:19.412Z||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-04-18T07:22:19.412Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:22:19.428Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:22:19.428Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:22:20.320Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw35c8baac5cf2..base_vfw..module-0", "vfModuleModelInvariantUUID": "72ebea5f-7990-4d0e-b21c-0a448a2f6dd3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dfeceaba-631f-4d63-9922-3e78eeac27de", "vfModuleModelCustomizationUUID": "f1a9fc57-b393-4ad4-a3ae-df60d2523ba5", "isBase": true, "artifacts": [ "d23d3bd8-1f46-468b-b096-5cef4ce9fab9", "217ff3ba-bc57-4109-b13d-a5a1c1ce122c" ], "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-04-18T07:22:20.333Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw35c8baac5cf2..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dfeceaba-631f-4d63-9922-3e78eeac27de VfModuleModelInvariantUUID:72ebea5f-7990-4d0e-b21c-0a448a2f6dd3 VfModuleModelDescription:NULL Artifacts UUID List:{ d23d3bd8-1f46-468b-b096-5cef4ce9fab9 , 217ff3ba-bc57-4109-b13d-a5a1c1ce122c } 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-04-18T07:22:20.335Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw35c8baac5cf2..base_vfw..module-0", "vfModuleModelInvariantUUID": "72ebea5f-7990-4d0e-b21c-0a448a2f6dd3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dfeceaba-631f-4d63-9922-3e78eeac27de", "vfModuleModelCustomizationUUID": "f1a9fc57-b393-4ad4-a3ae-df60d2523ba5", "isBase": true, "artifacts": [ "d23d3bd8-1f46-468b-b096-5cef4ce9fab9", "217ff3ba-bc57-4109-b13d-a5a1c1ce122c" ], "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-04-18T07:22:20.336Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw35c8baac5cf2..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dfeceaba-631f-4d63-9922-3e78eeac27de VfModuleModelInvariantUUID:72ebea5f-7990-4d0e-b21c-0a448a2f6dd3 VfModuleModelDescription:NULL Artifacts UUID List:{ d23d3bd8-1f46-468b-b096-5cef4ce9fab9 , 217ff3ba-bc57-4109-b13d-a5a1c1ce122c } 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-04-18T07:22:20.336Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||Trying to download the artifact UUID: d23d3bd8-1f46-468b-b096-5cef4ce9fab9 from URL: /sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.yaml 2022-04-18T07:22:20.336Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:22:20.336Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.yaml 2022-04-18T07:22:20.604Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:22:20.605Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.yaml d23d3bd8-1f46-468b-b096-5cef4ce9fab9 20368 2022-04-18T07:22:20.605Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-18T07:22:20.606Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.yaml 2022-04-18T07:22:20.606Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:22:20.606Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:22:20.609Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:22:20.609Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||try to send status { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266540605, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:22:20.709Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:22:20.710Z||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-04-18T07:22:20.711Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:22:20.724Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:22:20.734Z||pool-65-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:22:21.609Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||Trying to download the artifact UUID: 217ff3ba-bc57-4109-b13d-a5a1c1ce122c from URL: /sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.env 2022-04-18T07:22:21.610Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:22:21.610Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.env 2022-04-18T07:22:21.907Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:22:21.907Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.env 217ff3ba-bc57-4109-b13d-a5a1c1ce122c 2098 2022-04-18T07:22:21.908Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-18T07:22:21.908Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.env 2022-04-18T07:22:21.908Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:22:21.908Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:22:21.911Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:22:21.911Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||try to send status { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266541908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:22:22.012Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:22:22.013Z||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-04-18T07:22:22.013Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:22:22.032Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:22:22.033Z||pool-66-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:22:22.913Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Preparing to deploy Service: 0f791dc9-07a3-4ed5-9360-688e8c7157dd 2022-04-18T07:22:22.914Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 35c8baac-5cf2 0 772b788c-8dd2-4c2c-9db6-ab22409db9f1 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-04-18T07:22:22.949Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56637750, org.onap.sdc.toscaparser.api.parameters.Input@1da21d1b, org.onap.sdc.toscaparser.api.parameters.Input@2cf99d83, org.onap.sdc.toscaparser.api.parameters.Input@40cf8612, org.onap.sdc.toscaparser.api.parameters.Input@d5bb0ac] 2022-04-18T07:22:22.951Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:22.952Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-14-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:22:22.952Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||VF Category is: Generic 2022-04-18T07:22:22.953Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||VFCustomizationUUID= 480fd310-be00-4cb5-b2bc-fc3fbecf8d38 2022-04-18T07:22:22.953Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 480fd310-be00-4cb5-b2bc-fc3fbecf8d38 matches Tosca VF Customization UUID: 480fd310-be00-4cb5-b2bc-fc3fbecf8d38 2022-04-18T07:22:22.953Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||vfCustomizationUUID: 480fd310-be00-4cb5-b2bc-fc3fbecf8d38 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-04-18T07:22:22.958Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:22.958Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-14-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:22:22.959Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||resource request for resource customization id 480fd310-be00-4cb5-b2bc-fc3fbecf8d38: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-04-18T07:22:22.960Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5c2a5bd5 2022-04-18T07:22:22.960Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:22.960Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-14-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T07:22:22.960Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f1a9fc57-b393-4ad4-a3ae-df60d2523ba5 2022-04-18T07:22:22.960Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f1a9fc57-b393-4ad4-a3ae-df60d2523ba5 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-04-18T07:22:22.965Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:22.965Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vFW 35c8baac-5cf2 0 is matching search criteria 2022-04-18T07:22:22.965Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Found topology templates [vFW 35c8baac-5cf2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:22:22.966Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:22.967Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vFW 35c8baac-5cf2 0 is matching search criteria 2022-04-18T07:22:22.968Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Found topology templates [vFW 35c8baac-5cf2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:22:22.968Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:22.969Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vFW 35c8baac-5cf2 0 is not matching search criteria 2022-04-18T07:22:22.969Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:22:22.969Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:22:22.970Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-18T07:22:22.970Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:22:22.970Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:22:22.970Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:22:22.971Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:22:22.971Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:22:22.971Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:22:22.972Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:22:22.972Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:22:22.972Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=eafa193b-07fb-4abe-88f0-095b01f43a05 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-04-18T07:22:22.977Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:22.978Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vFW 35c8baac-5cf2 0 is matching search criteria 2022-04-18T07:22:22.978Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Found topology templates [vFW 35c8baac-5cf2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:22:22.978Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:22.979Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vFW 35c8baac-5cf2 0 is not matching search criteria 2022-04-18T07:22:22.979Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:22:22.979Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:22:22.979Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:22:22.979Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:22:22.979Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:22:22.980Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:22:22.980Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:22:22.980Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-18T07:22:22.980Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:22:22.980Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:22:22.980Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:22:22.980Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:22:22.981Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=65951491-df27-4ae4-aa0f-b84f47f09d65 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-04-18T07:22:23.003Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:23.004Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vFW 35c8baac-5cf2 0 is matching search criteria 2022-04-18T07:22:23.004Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Found topology templates [vFW 35c8baac-5cf2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:22:23.004Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:23.004Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vFW 35c8baac-5cf2 0 is not matching search criteria 2022-04-18T07:22:23.005Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:22:23.005Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:22:23.005Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:22:23.006Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:22:23.006Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:22:23.006Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:22:23.006Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:22:23.006Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:22:23.007Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:22:23.007Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:22:23.007Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:22:23.007Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-18T07:22:23.007Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ebdb7b34-e716-4cb0-9397-3d0b64ddc404 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-04-18T07:22:23.011Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:23.012Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vFW 35c8baac-5cf2 0 is matching search criteria 2022-04-18T07:22:23.012Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Found topology templates [vFW 35c8baac-5cf2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:22:23.013Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:23.013Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Node template vFW 35c8baac-5cf2 0 is matching search criteria 2022-04-18T07:22:23.013Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Found topology templates [vFW 35c8baac-5cf2 0] matching following query criteria: sdcType=VF, customizationUUID=480fd310-be00-4cb5-b2bc-fc3fbecf8d38 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-04-18T07:22:23.017Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:23.017Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-14-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:22:23.017Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500|| resourceSeq for service uuid 0f791dc9-07a3-4ed5-9360-688e8c7157dd: vFW 35c8baac-5cf2 2022-04-18T07:22:23.018Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:23.018Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-14-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:22:23.018Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:23.018Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-14-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:22:23.019Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:23.019Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-14-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:22:23.019Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:23.019Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-14-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:22:23.020Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:22:23.020Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-14-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:22:23.020Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||Saving Service: vFW 2022-04-18 07-14-56 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-04-18T07:22:23.265Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 35c8baac-5cf2 772b788c-8dd2-4c2c-9db6-ab22409db9f1 1 ASDC deployResourceStructure 2022-04-18T07:22:23.266Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vfw35c8baac5cf20_modules.json ASDC sendASDCNotification 2022-04-18T07:22:23.267Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vfw35c8baac5cf20_modules.json 2022-04-18T07:22:23.267Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:22:23.268Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:22:23.271Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:22:23.271Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||try to send status { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266543266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vfw35c8baac5cf20_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:22:23.371Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:22:23.372Z||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-04-18T07:22:23.373Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:22:23.393Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:22:23.394Z||pool-67-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:22:24.272Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-18T07:22:24.273Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.yaml 2022-04-18T07:22:24.278Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:22:24.278Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:22:24.282Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:22:24.282Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||try to send status { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266544272, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-18T07:22:24.382Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:22:24.384Z||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-04-18T07:22:24.384Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:22:24.411Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:22:24.411Z||pool-68-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:22:25.286Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-18T07:22:25.287Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.env 2022-04-18T07:22:25.287Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:22:25.288Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:22:25.292Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:22:25.292Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||try to send status { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266545284, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-18T07:22:25.406Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 114 ms 2022-04-18T07:22:25.407Z||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-04-18T07:22:25.407Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:22:25.421Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:22:25.421Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:22:26.294Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar ASDC sendASDCNotification 2022-04-18T07:22:26.294Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar 2022-04-18T07:22:26.294Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:22:26.295Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:22:26.298Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:22:26.299Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||try to send status { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266546294, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:22:26.401Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-04-18T07:22:26.403Z||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-04-18T07:22:26.403Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:22:26.416Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:22:26.417Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:22:27.300Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d4384e7-3db5-47a3-9521-1829bca57c87 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:22:27.326Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d4384e7-3db5-47a3-9521-1829bca57c87 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-04-18T07:22:27.330Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:22:27.330Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T07:22:27.330Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T07:22:27.331Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T07:22:27.331Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-18T07:22:27.331Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:22:27.340Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T07:22:57.341Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 4d4384e7-3db5-47a3-9521-1829bca57c87 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-04-18T07:22:57.350Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4d4384e7-3db5-47a3-9521-1829bca57c87 and serviceModelVersionId: 0f791dc9-07a3-4ed5-9360-688e8c7157dd 2022-04-18T07:22:57.350Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53fc5da8-1ace-4e42-94bd-e2fb61fb3377 2022-04-18T07:22:57.351Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0 2022-04-18T07:22:57.359Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-18T07:22:57.462Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0842356-4afd-4417-afdb-2f56903ef865/model-vers/model-ver/7744c457-2160-40d8-97c0-29f98b50b37a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?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-04-18T07:22:57.465Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||Invoke 2022-04-18T07:22:59.008Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?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-04-18T07:22:59.011Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||Invoke 2022-04-18T07:23:00.543Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?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-04-18T07:23:00.547Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||Invoke 2022-04-18T07:23:01.582Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:23:01.592Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-18T07:23:01.592Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:23:01.593Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-04-18T07:23:01.605Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|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-04-18T07:23:01.606Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4d4384e7-3db5-47a3-9521-1829bca57c87 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:23:01.606Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-18T07:23:01.607Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:23:01.610Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:23:01.611Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||try to send status { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266581606, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:23:01.711Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:23:01.713Z||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-04-18T07:23:01.714Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:23:01.737Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:23:01.738Z||pool-71-thread-1|||||INFO|500||cambria reply ok (26 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-04-18T07:23:02.629Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||received message from topic 2022-04-18T07:23:02.629Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"4e57e094-1576-4b5e-a3d0-fd638e443562","serviceName":"Demo_pNF_ryB5Sw4j6fPDwRSaEIVq","serviceVersion":"1.0","serviceUUID":"abc51d95-a616-4df9-b184-6173efa22007","serviceDescription":"catalog service description","serviceInvariantUUID":"c36ee3de-3236-4c5b-8c15-2203966c358a","resources":[{"resourceInstanceName":"pNF e8372a3e-8452 0","resourceName":"pNF e8372a3e-8452","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"32cc0b58-d1d3-4f2c-9a1a-d838d0988fdc","resourceInvariantUUID":"23a931d5-41e6-4936-a8c5-d9793e76a7e7","resourceCustomizationUUID":"c8f4b358-c65c-4948-96d8-86ce0e9f6354","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/vf-license-model.xml","artifactChecksum":"YzYyYmI0N2RlNGJiM2EyZWQ5M2UyZDdkNTNlN2QzNjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b37f59fa-af6d-453f-97ef-dfd9058694c6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/pNF.csar","artifactChecksum":"MjI1OTBkMzMxNGRjOGVjNTgxNjExOWYwY2IwMjk4NWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"48148d50-b1a4-42fa-8689-e0ca33b2f8bc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d617924-8513-4c8b-8e63-ea010c2596eb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/vendor-license-model.xml","artifactChecksum":"NjU2NjA2ODljOGRjMGQ5ZDk0MGQ1M2M2NjZiYjBlMTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7431c1d0-c9f7-49ad-8c94-0dac41b5f6b7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c84a80a8-552a-4eb2-a654-2d3d85075a16","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2015d8c7-15f0-4456-91f3-7635f647b49c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRyb5sw4j6fpdwrsaeivq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-template.yml","artifactChecksum":"MWRkZGIwNTliMjc5OGQzZGE1ZmJhZGFkZGQ4YmQ2OGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c39017e7-6346-4eae-9779-47d947310cbd","artifactVersion":"1"},{"artifactName":"service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar","artifactChecksum":"ZTY2YzkyZmE0ZmM2NDAzYmU1N2UxMDZhOTBiMzc0ZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c76facb8-b5e9-4a31-a108-4745fc82bd51","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T07:23:02.630Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:23:02.631Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:23:02.634Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:23:02.634Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||try to send status { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:02.734Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:23:02.735Z||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-04-18T07:23:02.735Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:23:02.747Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:23:02.751Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:23:03.635Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:23:03.636Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:23:03.638Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:23:03.638Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||try to send status { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:03.738Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:23:03.740Z||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-04-18T07:23:03.740Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:23:03.753Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:23:03.754Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:23:04.639Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:23:04.640Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:23:04.643Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:23:04.644Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||try to send status { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:04.748Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-04-18T07:23:04.749Z||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-04-18T07:23:04.750Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:23:04.765Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:23:04.765Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:23:05.653Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:23:05.654Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:23:05.658Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:23:05.658Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||try to send status { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:05.759Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:23:05.762Z||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-04-18T07:23:05.762Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:23:05.797Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:23:05.798Z||pool-75-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:23:06.661Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:23:06.662Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:23:06.667Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:23:06.667Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||try to send status { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:06.767Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:23:06.768Z||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-04-18T07:23:06.769Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:23:06.784Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:23:06.785Z||pool-76-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:23:07.668Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:23:07.669Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:23:07.672Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:23:07.672Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||try to send status { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:07.772Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:23:07.773Z||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-04-18T07:23:07.773Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:23:07.788Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:23:07.789Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:23:08.673Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:23:08.674Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:23:08.682Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:23:08.682Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||try to send status { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:08.778Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-04-18T07:23:08.779Z||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-04-18T07:23:08.779Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:23:08.806Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:23:08.806Z||pool-78-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:23:09.683Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:23:09.684Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:23:09.687Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:23:09.687Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||try to send status { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:23:09.788Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-18T07:23:09.789Z||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-04-18T07:23:09.789Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:23:09.806Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:23:09.807Z||pool-79-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:23:10.688Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||sending notification to client: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "serviceName": "Demo_pNF_ryB5Sw4j6fPDwRSaEIVq", "serviceVersion": "1.0", "serviceUUID": "abc51d95-a616-4df9-b184-6173efa22007", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c36ee3de-3236-4c5b-8c15-2203966c358a", "resources": [ { "resourceInstanceName": "pNF e8372a3e-8452 0", "resourceCustomizationUUID": "c8f4b358-c65c-4948-96d8-86ce0e9f6354", "resourceName": "pNF e8372a3e-8452", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "32cc0b58-d1d3-4f2c-9a1a-d838d0988fdc", "resourceInvariantUUID": "23a931d5-41e6-4936-a8c5-d9793e76a7e7", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar", "artifactChecksum": "ZTY2YzkyZmE0ZmM2NDAzYmU1N2UxMDZhOTBiMzc0ZmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c76facb8-b5e9-4a31-a108-4745fc82bd51" } ], "workloadContext": "Production" } 2022-04-18T07:23:10.689Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T07:23:10.689Z|4d4384e7-3db5-47a3-9521-1829bca57c87|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 abc51d95-a616-4df9-b184-6173efa22007 ASDC 2022-04-18T07:23:10.689Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||ASDC Notification: DistributionID:4e57e094-1576-4b5e-a3d0-fd638e443562 ServiceName:Demo_pNF_ryB5Sw4j6fPDwRSaEIVq ServiceVersion:1.0 ServiceUUID:abc51d95-a616-4df9-b184-6173efa22007 ServiceInvariantUUID:c36ee3de-3236-4c5b-8c15-2203966c358a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar ArtifactUUID:c76facb8-b5e9-4a31-a108-4745fc82bd51 ArtifactChecksum:ZTY2YzkyZmE0ZmM2NDAzYmU1N2UxMDZhOTBiMzc0ZmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF e8372a3e-8452 0 ResourceCustomizationUUID:c8f4b358-c65c-4948-96d8-86ce0e9f6354 ResourceInvariantUUID:23a931d5-41e6-4936-a8c5-d9793e76a7e7 ResourceName:pNF e8372a3e-8452 ResourceType:PNF ResourceUUID:32cc0b58-d1d3-4f2c-9a1a-d838d0988fdc ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-18T07:23:10.690Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF abc51d95-a616-4df9-b184-6173efa22007 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-04-18T07:23:10.733Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:23:10.734Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:23:10.734Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:23:10.735Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||Trying to download the artifact UUID: c76facb8-b5e9-4a31-a108-4745fc82bd51 from URL: /sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar 2022-04-18T07:23:10.735Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:23:10.735Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar 2022-04-18T07:23:10.996Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:23:11.003Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar c76facb8-b5e9-4a31-a108-4745fc82bd51 82651 2022-04-18T07:23:11.003Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar ASDC sendASDCNotification 2022-04-18T07:23:11.004Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar 2022-04-18T07:23:11.004Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:23:11.005Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:23:11.009Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:23:11.010Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||try to send status { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266591003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:23:11.109Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:23:11.111Z||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-04-18T07:23:11.111Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:23:11.132Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:23:11.133Z||pool-80-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:23:12.011Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:23:12.013Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:23:12.014Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||Trying to write artifact UUID: c76facb8-b5e9-4a31-a108-4745fc82bd51, URL: /sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar to file: /app/ASDC/1/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar 2022-04-18T07:23:12.014Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar 2022-04-18T07:23:12.015Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar 2022-04-18T07:23:12.016Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar 2022-04-18T07:23:12.240Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11840807226784311305/Definitions/service-DemoPnfRyb5sw4j6fpdwrsaeivq-template.yml 2022-04-18T07:23:13.515Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-18T07:23:13.515Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|WARN|500||#################################################################################################### 2022-04-18T07:23:13.516Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar 2022-04-18T07:23:13.516Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-18T07:23:13.516Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e8372a3e-8452 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-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar 2022-04-18T07:23:13.516Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|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-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar 2022-04-18T07:23:13.516Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar 2022-04-18T07:23:13.516Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|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-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar 2022-04-18T07:23:13.517Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|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-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar 2022-04-18T07:23:13.517Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|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-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar 2022-04-18T07:23:13.517Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|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-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar 2022-04-18T07:23:13.517Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|WARN|500||#################################################################################################### 2022-04-18T07:23:13.518Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:23:13.518Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Service Demo_pNF_ryB5Sw4j6fPDwRSaEIVq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:23:13.519Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Node template pNF e8372a3e-8452 0 is matching search criteria 2022-04-18T07:23:13.519Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T07:23:13.519Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Found topology templates [pNF e8372a3e-8452 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:23:13.519Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:23:13.520Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Service Demo_pNF_ryB5Sw4j6fPDwRSaEIVq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:23:13.520Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Node template pNF e8372a3e-8452 0 is matching search criteria 2022-04-18T07:23:13.520Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T07:23:13.520Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Found topology templates [pNF e8372a3e-8452 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:23:13.520Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:23:13.521Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Service Demo_pNF_ryB5Sw4j6fPDwRSaEIVq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:23:13.521Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:23:13.521Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Service Demo_pNF_ryB5Sw4j6fPDwRSaEIVq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:23:13.521Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:23:13.522Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Service Demo_pNF_ryB5Sw4j6fPDwRSaEIVq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:23:13.522Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:23:13.522Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Service Demo_pNF_ryB5Sw4j6fPDwRSaEIVq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:23:13.522Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:23:13.522Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Service Demo_pNF_ryB5Sw4j6fPDwRSaEIVq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:23:13.523Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_ryB5Sw4j6fPDwRSaEIVq Description:catalog service description Model UUID:abc51d95-a616-4df9-b184-6173efa22007 Model Version:NULL Model InvariantUuid:c36ee3de-3236-4c5b-8c15-2203966c358a 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-04-18T07:23:13.532Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 32cc0b58-d1d3-4f2c-9a1a-d838d0988fdc 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-04-18T07:23:13.537Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||pNF e8372a3e-8452 0 2022-04-18T07:23:13.537Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 32cc0b58-d1d3-4f2c-9a1a-d838d0988fdc 2022-04-18T07:23:13.537Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||No resources found for Service: abc51d95-a616-4df9-b184-6173efa22007 2022-04-18T07:23:13.538Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Preparing to deploy Service: abc51d95-a616-4df9-b184-6173efa22007 2022-04-18T07:23:13.538Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e8372a3e-8452 0 32cc0b58-d1d3-4f2c-9a1a-d838d0988fdc 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-04-18T07:23:13.548Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39cab53b, org.onap.sdc.toscaparser.api.parameters.Input@3c7170e2, org.onap.sdc.toscaparser.api.parameters.Input@168eb97c, org.onap.sdc.toscaparser.api.parameters.Input@51aa1475, org.onap.sdc.toscaparser.api.parameters.Input@3da50016] 2022-04-18T07:23:13.549Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:23:13.549Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Service Demo_pNF_ryB5Sw4j6fPDwRSaEIVq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:23:13.550Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500|| resourceSeq for service uuid abc51d95-a616-4df9-b184-6173efa22007: pNF e8372a3e-8452 2022-04-18T07:23:13.550Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||Processing PNF resource: 32cc0b58-d1d3-4f2c-9a1a-d838d0988fdc 2022-04-18T07:23:13.550Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:23:13.550Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Service Demo_pNF_ryB5Sw4j6fPDwRSaEIVq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:23:13.551Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||Resource customization UUID: c8f4b358-c65c-4948-96d8-86ce0e9f6354 is the same as notified resource customizationUUID: c8f4b358-c65c-4948-96d8-86ce0e9f6354 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-04-18T07:23:13.610Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e8372a3e-8452 32cc0b58-d1d3-4f2c-9a1a-d838d0988fdc 0 ASDC deployResourceStructure 2022-04-18T07:23:13.611Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar ASDC sendASDCNotification 2022-04-18T07:23:13.611Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar 2022-04-18T07:23:13.611Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:23:13.611Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:23:13.614Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:23:13.614Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||try to send status { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266593610, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:23:13.714Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:23:13.716Z||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-04-18T07:23:13.716Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:23:13.738Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:23:13.739Z||pool-81-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:23:14.615Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e57e094-1576-4b5e-a3d0-fd638e443562 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:23:14.645Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e57e094-1576-4b5e-a3d0-fd638e443562 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-04-18T07:23:14.648Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:23:14.649Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:23:14.649Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:23:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:23:19.026Z||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-04-18T07:23:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:23:19.048Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:23:19.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "policy-id", "timestamp": 1650266480332, "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-04-18T07:23:19.075Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e57e094-1576-4b5e-a3d0-fd638e443562 2022-04-18T07:23:19.075Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e57e094-1576-4b5e-a3d0-fd638e443562 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-04-18T07:23:19.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "clamp", "timestamp": 1650266475795, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266473088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "aai-ml", "timestamp": 1650266478719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "clamp", "timestamp": 1650266475795, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266473088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "aai-ml", "timestamp": 1650266478719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "clamp", "timestamp": 1650266475795, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266473088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:23:19.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "aai-ml", "timestamp": 1650266478719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "clamp", "timestamp": 1650266475795, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:23:19.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "aai-ml", "timestamp": 1650266478719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266482478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:23:19.096Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "aai-ml", "timestamp": 1650266478719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "aai-ml", "timestamp": 1650266478719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266484403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:23:19.098Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "aai-ml", "timestamp": 1650266478719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266485406, "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-04-18T07:23:19.108Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4e57e094-1576-4b5e-a3d0-fd638e443562 2022-04-18T07:23:19.108Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e57e094-1576-4b5e-a3d0-fd638e443562 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-04-18T07:23:19.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "ves-openapi-manager", "timestamp": 1650266484266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "multicloud-k8s-id", "timestamp": 1650266483381, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "cds", "timestamp": 1650266477204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.126Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "aai-ml", "timestamp": 1650266478719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:23:19.126Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "ves-openapi-manager", "timestamp": 1650266484266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.126Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "multicloud-k8s-id", "timestamp": 1650266483381, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-18T07:23:19.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "cds", "timestamp": 1650266477204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "aai-ml", "timestamp": 1650266487779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:23:19.127Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "ves-openapi-manager", "timestamp": 1650266484266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "multicloud-k8s-id", "timestamp": 1650266483381, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-18T07:23:19.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "cds", "timestamp": 1650266477204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "policy-id", "timestamp": 1650266489243, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.129Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "multicloud-k8s-id", "timestamp": 1650266483381, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.129Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "cds", "timestamp": 1650266477204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "ves-openapi-manager", "timestamp": 1650266484266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "policy-id", "timestamp": 1650266489243, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "ves-openapi-manager", "timestamp": 1650266484266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "multicloud-k8s-id", "timestamp": 1650266483381, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-18T07:23:19.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "cds", "timestamp": 1650266477204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.132Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "policy-id", "timestamp": 1650266489243, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-18T07:23:19.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "ves-openapi-manager", "timestamp": 1650266484266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "policy-id", "timestamp": 1650266489243, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "multicloud-k8s-id", "timestamp": 1650266483381, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "cds", "timestamp": 1650266477204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "ves-openapi-manager", "timestamp": 1650266484266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "policy-id", "timestamp": 1650266489243, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "cds", "timestamp": 1650266477204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:23:19.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "multicloud-k8s-id", "timestamp": 1650266483381, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:23:19.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "policy-id", "timestamp": 1650266489243, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "policy-id", "timestamp": 1650266489243, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:23:19.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "aai-ml", "timestamp": 1650266494277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-18T07:23:19.138Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "cds", "timestamp": 1650266495037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:23:19.139Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "multicloud-k8s-id", "timestamp": 1650266494342, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:23:19.139Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "clamp", "timestamp": 1650266496919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:23:19.140Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "aai-ml", "timestamp": 1650266495281, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-04-18T07:23:19.151Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 4e57e094-1576-4b5e-a3d0-fd638e443562 2022-04-18T07:23:19.151Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e57e094-1576-4b5e-a3d0-fd638e443562 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-04-18T07:23:19.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "cds", "timestamp": 1650266496043, "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-04-18T07:23:19.200Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aeb084bc-0e3a-4594-bffe-7af779c61fda 2022-04-18T07:23:19.201Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aeb084bc-0e3a-4594-bffe-7af779c61fda 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-04-18T07:23:19.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "policy-id", "timestamp": 1650266497310, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:23:19.213Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "multicloud-k8s-id", "timestamp": 1650266495953, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:23:19.214Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "clamp", "timestamp": 1650266497941, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:23:19.216Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "policy-id", "timestamp": 1650266498318, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:23:19.217Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "clamp", "timestamp": 1650266498947, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:23:19.226Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4e57e094-1576-4b5e-a3d0-fd638e443562 2022-04-18T07:23:19.227Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e57e094-1576-4b5e-a3d0-fd638e443562 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T07:23:19.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "policy-id", "timestamp": 1650266499321, "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-04-18T07:23:19.246Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aeb084bc-0e3a-4594-bffe-7af779c61fda 2022-04-18T07:23:19.246Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aeb084bc-0e3a-4594-bffe-7af779c61fda 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-04-18T07:23:19.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "multicloud-k8s-id", "timestamp": 1650266497647, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:23:19.258Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "multicloud-k8s-id", "timestamp": 1650266498689, "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-04-18T07:23:19.265Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aeb084bc-0e3a-4594-bffe-7af779c61fda 2022-04-18T07:23:19.266Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aeb084bc-0e3a-4594-bffe-7af779c61fda and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-18T07:23:19.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "multicloud-k8s-id", "timestamp": 1650266499693, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:23:19.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.277Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266503088, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.277Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.277Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "clamp", "timestamp": 1650266505794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.278Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.278Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266503088, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "clamp", "timestamp": 1650266505794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-18T07:23:19.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266503088, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "clamp", "timestamp": 1650266505794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266503088, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "clamp", "timestamp": 1650266505794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266503088, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.284Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "clamp", "timestamp": 1650266505794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.284Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266503088, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.285Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "aai-ml", "timestamp": 1650266508719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.286Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "clamp", "timestamp": 1650266505794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.287Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266503088, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:23:19.287Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "aai-ml", "timestamp": 1650266508719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.288Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "clamp", "timestamp": 1650266505794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:23:19.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "aai-ml", "timestamp": 1650266508719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266511555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:23:19.290Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "multicloud-k8s-id", "timestamp": 1650266503381, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "ves-openapi-manager", "timestamp": 1650266504266, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "cds", "timestamp": 1650266507205, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "policy-id", "timestamp": 1650266509244, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "aai-ml", "timestamp": 1650266508719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "ves-openapi-manager", "timestamp": 1650266504266, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "multicloud-k8s-id", "timestamp": 1650266503381, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-04-18T07:23:19.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "cds", "timestamp": 1650266507205, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "policy-id", "timestamp": 1650266509244, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "aai-ml", "timestamp": 1650266508719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "ves-openapi-manager", "timestamp": 1650266504266, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "multicloud-k8s-id", "timestamp": 1650266503381, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-04-18T07:23:19.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "cds", "timestamp": 1650266507205, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "policy-id", "timestamp": 1650266509244, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-04-18T07:23:19.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266514002, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:23:19.301Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "aai-ml", "timestamp": 1650266508719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.302Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "ves-openapi-manager", "timestamp": 1650266504266, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "multicloud-k8s-id", "timestamp": 1650266503381, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "cds", "timestamp": 1650266507205, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.304Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "policy-id", "timestamp": 1650266509244, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.305Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266515007, "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-04-18T07:23:19.315Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aeb084bc-0e3a-4594-bffe-7af779c61fda 2022-04-18T07:23:19.315Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aeb084bc-0e3a-4594-bffe-7af779c61fda 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-04-18T07:23:19.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "aai-ml", "timestamp": 1650266508719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:23:19.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "ves-openapi-manager", "timestamp": 1650266504266, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.328Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "multicloud-k8s-id", "timestamp": 1650266503381, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-04-18T07:23:19.328Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "cds", "timestamp": 1650266507205, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.328Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.329Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "policy-id", "timestamp": 1650266509244, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.329Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.329Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.329Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "aai-ml", "timestamp": 1650266516776, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:23:19.329Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.329Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.329Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "ves-openapi-manager", "timestamp": 1650266504266, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.330Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.330Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "multicloud-k8s-id", "timestamp": 1650266503381, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-04-18T07:23:19.330Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.330Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "cds", "timestamp": 1650266507205, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.330Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.331Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "policy-id", "timestamp": 1650266509244, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.331Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.331Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "ves-openapi-manager", "timestamp": 1650266504266, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.331Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "multicloud-k8s-id", "timestamp": 1650266503381, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-04-18T07:23:19.332Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "cds", "timestamp": 1650266507205, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.332Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "policy-id", "timestamp": 1650266509244, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.333Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "ves-openapi-manager", "timestamp": 1650266504266, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.333Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "multicloud-k8s-id", "timestamp": 1650266503381, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.333Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "cds", "timestamp": 1650266507205, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.334Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "policy-id", "timestamp": 1650266509244, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.334Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e1edff5-d98f-4322-a6c5-1befccf60216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266520537, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:23:19.335Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "ves-openapi-manager", "timestamp": 1650266504266, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.335Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "multicloud-k8s-id", "timestamp": 1650266503381, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.335Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "cds", "timestamp": 1650266507205, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "policy-id", "timestamp": 1650266509244, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "ves-openapi-manager", "timestamp": 1650266504266, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "multicloud-k8s-id", "timestamp": 1650266503381, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:23:19.337Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "cds", "timestamp": 1650266507205, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:23:19.337Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "policy-id", "timestamp": 1650266509244, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:23:19.338Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "policy-id", "timestamp": 1650266524830, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:23:19.338Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "cds", "timestamp": 1650266523902, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:23:19.338Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "multicloud-k8s-id", "timestamp": 1650266523056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:23:19.339Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "aai-ml", "timestamp": 1650266524002, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-18T07:23:19.339Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "policy-id", "timestamp": 1650266525835, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:23:19.340Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "clamp", "timestamp": 1650266525925, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:23:19.340Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "multicloud-k8s-id", "timestamp": 1650266524506, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:23:19.340Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "aai-ml", "timestamp": 1650266525008, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-04-18T07:23:19.347Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of aeb084bc-0e3a-4594-bffe-7af779c61fda 2022-04-18T07:23:19.348Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aeb084bc-0e3a-4594-bffe-7af779c61fda 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-04-18T07:23:19.356Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.357Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.357Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.357Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.357Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "policy-id", "timestamp": 1650266526839, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T07:23:19.374Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82 2022-04-18T07:23:19.374Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82 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-04-18T07:23:19.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "cds", "timestamp": 1650266526484, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:23:19.390Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82 2022-04-18T07:23:19.390Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82 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-04-18T07:23:19.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.399Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "multicloud-k8s-id", "timestamp": 1650266525843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:23:19.399Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.399Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vfw35c8baac5cf20_modules.json", "status": "NOTIFIED" } 2022-04-18T07:23:19.399Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "clamp", "timestamp": 1650266527933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:23:19.400Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T07:23:19.400Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "clamp", "timestamp": 1650266528937, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:23:19.406Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of aeb084bc-0e3a-4594-bffe-7af779c61fda 2022-04-18T07:23:19.406Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aeb084bc-0e3a-4594-bffe-7af779c61fda and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T07:23:19.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "multicloud-k8s-id", "timestamp": 1650266527156, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-04-18T07:23:19.417Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "multicloud-k8s-id", "timestamp": 1650266528308, "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-04-18T07:23:19.427Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82 2022-04-18T07:23:19.427Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-18T07:23:19.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T07:23:19.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "multicloud-k8s-id", "timestamp": 1650266529312, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:23:19.436Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "cds", "timestamp": 1650266527488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "policy-id", "timestamp": 1650266529243, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "ves-openapi-manager", "timestamp": 1650266524266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "cds", "timestamp": 1650266527488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "policy-id", "timestamp": 1650266529243, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "ves-openapi-manager", "timestamp": 1650266524266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:23:19.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "multicloud-k8s-id", "timestamp": 1650266530317, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "cds", "timestamp": 1650266527488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "policy-id", "timestamp": 1650266529243, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-18T07:23:19.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "ves-openapi-manager", "timestamp": 1650266524266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "multicloud-k8s-id", "timestamp": 1650266530317, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-18T07:23:19.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "cds", "timestamp": 1650266527488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "policy-id", "timestamp": 1650266529243, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.443Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "ves-openapi-manager", "timestamp": 1650266524266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.443Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266533862, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:23:19.444Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:23:19.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "multicloud-k8s-id", "timestamp": 1650266530317, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-18T07:23:19.444Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "cds", "timestamp": 1650266527488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "policy-id", "timestamp": 1650266529243, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266533088, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "ves-openapi-manager", "timestamp": 1650266524266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.446Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "multicloud-k8s-id", "timestamp": 1650266530317, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.446Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "clamp", "timestamp": 1650266535794, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.446Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "cds", "timestamp": 1650266527488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.447Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "policy-id", "timestamp": 1650266529243, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.447Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "ves-openapi-manager", "timestamp": 1650266524266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.447Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266533088, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "multicloud-k8s-id", "timestamp": 1650266530317, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-18T07:23:19.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "clamp", "timestamp": 1650266535794, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-04-18T07:23:19.449Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "cds", "timestamp": 1650266527488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.449Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "policy-id", "timestamp": 1650266529243, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.449Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "ves-openapi-manager", "timestamp": 1650266524266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266533088, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "multicloud-k8s-id", "timestamp": 1650266530317, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "clamp", "timestamp": 1650266535794, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "cds", "timestamp": 1650266527488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:23:19.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "policy-id", "timestamp": 1650266529243, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:23:19.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266533088, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "ves-openapi-manager", "timestamp": 1650266524266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "multicloud-k8s-id", "timestamp": 1650266530317, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "clamp", "timestamp": 1650266535794, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:19.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:23:19.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266533088, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:23:19.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:23:44.649Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e57e094-1576-4b5e-a3d0-fd638e443562 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:23:44.671Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e57e094-1576-4b5e-a3d0-fd638e443562 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-04-18T07:23:44.676Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:23:44.678Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T07:23:44.678Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T07:23:44.678Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T07:23:44.678Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T07:23:44.678Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-18T07:23:44.678Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:23:44.692Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T07:24:14.693Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e57e094-1576-4b5e-a3d0-fd638e443562 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-04-18T07:24:14.700Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e57e094-1576-4b5e-a3d0-fd638e443562 and serviceModelVersionId: abc51d95-a616-4df9-b184-6173efa22007 2022-04-18T07:24:14.701Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c36ee3de-3236-4c5b-8c15-2203966c358a 2022-04-18T07:24:14.702Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0 2022-04-18T07:24:14.712Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53fc5da8-1ace-4e42-94bd-e2fb61fb3377/model-vers/model-ver/0f791dc9-07a3-4ed5-9360-688e8c7157dd?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-18T07:24:14.800Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||Invoke 2022-04-18T07:24:14.801Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e57e094-1576-4b5e-a3d0-fd638e443562], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9ff0b7d2-9355-497c-a921-729265c7400d], X-ECOMP-RequestID=[4e57e094-1576-4b5e-a3d0-fd638e443562], X-TransactionId=[], X-ONAP-RequestID=[4e57e094-1576-4b5e-a3d0-fd638e443562], Content-Type=[application/merge-patch+json]} 2022-04-18T07:24:16.353Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||Invoke 2022-04-18T07:24:16.354Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e57e094-1576-4b5e-a3d0-fd638e443562], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ee4c7530-6f05-45c5-8ae6-303bd2f4c443], X-ECOMP-RequestID=[4e57e094-1576-4b5e-a3d0-fd638e443562], X-TransactionId=[], X-ONAP-RequestID=[4e57e094-1576-4b5e-a3d0-fd638e443562], Content-Type=[application/merge-patch+json]} 2022-04-18T07:24:17.890Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||Invoke 2022-04-18T07:24:17.890Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e57e094-1576-4b5e-a3d0-fd638e443562], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c00aac92-2432-49f4-8a11-c6c2cfc489d5], X-ECOMP-RequestID=[4e57e094-1576-4b5e-a3d0-fd638e443562], X-TransactionId=[], X-ONAP-RequestID=[4e57e094-1576-4b5e-a3d0-fd638e443562], Content-Type=[application/merge-patch+json]} 2022-04-18T07:24:18.932Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:24:18.936Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-18T07:24:18.937Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:24:18.937Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-04-18T07:24:18.945Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|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-04-18T07:24:18.945Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e57e094-1576-4b5e-a3d0-fd638e443562 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:24:18.945Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-18T07:24:18.946Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:24:18.950Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:24:18.950Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||try to send status { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266658945, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:24:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:24:19.027Z||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-04-18T07:24:19.027Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:24:19.050Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:24:19.051Z||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-04-18T07:24:19.051Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:24:19.070Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:24:19.070Z||pool-82-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:24:19.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:24:19.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:24:19.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "multicloud-k8s-id", "timestamp": 1650266530317, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:24:19.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:24:19.990Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||received message from topic 2022-04-18T07:24:19.991Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"aeb084bc-0e3a-4594-bffe-7af779c61fda","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"6899afee-3fdb-42a5-a084-73978ddc48d4","serviceDescription":"service","serviceInvariantUUID":"7bc729e9-f66a-45cb-ad9b-aa8050e73d9d","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c54de47f-3b2c-407a-a5bf-7c05334f6229","resourceInvariantUUID":"b15ccbfd-3fb6-4bc7-baa3-e34abd38bd91","resourceCustomizationUUID":"50ed48f9-a807-4915-bbc5-2884c86e3920","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":"NzAwY2M5NDljZjU1MWIyYTM5ZTc0YWI2NWIyMWY4Mzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bab8cfb5-81d6-4040-9dec-8624440fbfc9","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":"ZDdiYjE5YTVjMTcyYzFkNDFkYjQzZmE5NGU0MzliZGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dfb3c12b-8e42-4dd1-87b5-3b99f7bfc424","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":"085bd27b-f626-47f0-8c0c-b1bba78615ba","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":"e22ce298-9c4f-4ea4-82b1-e58da728f257","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":"2c89b9ea-7dbf-4d4b-8bb3-3645778c7c00","artifactVersion":"2","generatedFromUUID":"085bd27b-f626-47f0-8c0c-b1bba78615ba"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjBjYmI4MzY5NmQxZGMyOGQzODZjMTY2OTkzYmQxOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"adefae9d-73cb-4629-8b6b-92cab77959a0","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NmEwMThhNTYxMjI4MmVjMGIwNjE4MWUxNjY1YzhlZWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5fdbbbe8-4307-4cd3-b344-e5f110802e23","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T07:24:19.992Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:24:19.992Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:24:19.996Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:24:19.997Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||try to send status { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:24:20.098Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-18T07:24:20.099Z||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-04-18T07:24:20.101Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:24:20.127Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:24:20.127Z||pool-83-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:24:20.999Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:24:21.001Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:24:21.005Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:24:21.006Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||try to send status { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-18T07:24:21.129Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 122 ms 2022-04-18T07:24:21.146Z||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-04-18T07:24:21.147Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:24:21.163Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:24:21.164Z||pool-84-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:24:22.009Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:24:22.010Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:24:22.019Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:24:22.019Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||try to send status { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-18T07:24:22.117Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-04-18T07:24:22.118Z||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-04-18T07:24:22.119Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:24:22.133Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:24:22.134Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:24:23.020Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:24:23.022Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:24:23.025Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:24:23.026Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||try to send status { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:24:23.125Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:24:23.127Z||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-04-18T07:24:23.127Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:24:23.143Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:24:23.144Z||pool-86-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:24:24.026Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:24:24.027Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:24:24.031Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:24:24.032Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||try to send status { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-18T07:24:24.132Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:24:24.133Z||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-04-18T07:24:24.133Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:24:24.147Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:24:24.148Z||pool-87-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:24:25.035Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:24:25.035Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:24:25.038Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:24:25.038Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||try to send status { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:24:25.139Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:24:25.140Z||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-04-18T07:24:25.140Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:24:25.156Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:24:25.157Z||pool-88-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:24:26.040Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:24:26.041Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:24:26.044Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:24:26.044Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||try to send status { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:24:26.145Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-18T07:24:26.146Z||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-04-18T07:24:26.146Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:24:26.159Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:24:26.160Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:24:27.045Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||sending notification to client: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "6899afee-3fdb-42a5-a084-73978ddc48d4", "serviceDescription": "service", "serviceInvariantUUID": "7bc729e9-f66a-45cb-ad9b-aa8050e73d9d", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "50ed48f9-a807-4915-bbc5-2884c86e3920", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c54de47f-3b2c-407a-a5bf-7c05334f6229", "resourceInvariantUUID": "b15ccbfd-3fb6-4bc7-baa3-e34abd38bd91", "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": "ZDdiYjE5YTVjMTcyYzFkNDFkYjQzZmE5NGU0MzliZGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dfb3c12b-8e42-4dd1-87b5-3b99f7bfc424", "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": "085bd27b-f626-47f0-8c0c-b1bba78615ba", "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": "2c89b9ea-7dbf-4d4b-8bb3-3645778c7c00", "generatedFromUUID": "085bd27b-f626-47f0-8c0c-b1bba78615ba" }, "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": "2c89b9ea-7dbf-4d4b-8bb3-3645778c7c00", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NmEwMThhNTYxMjI4MmVjMGIwNjE4MWUxNjY1YzhlZWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5fdbbbe8-4307-4cd3-b344-e5f110802e23" } ], "workloadContext": "Production" } 2022-04-18T07:24:27.045Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T07:24:27.046Z|4e57e094-1576-4b5e-a3d0-fd638e443562|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6899afee-3fdb-42a5-a084-73978ddc48d4 ASDC 2022-04-18T07:24:27.046Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||ASDC Notification: DistributionID:aeb084bc-0e3a-4594-bffe-7af779c61fda ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:6899afee-3fdb-42a5-a084-73978ddc48d4 ServiceInvariantUUID:7bc729e9-f66a-45cb-ad9b-aa8050e73d9d 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:5fdbbbe8-4307-4cd3-b344-e5f110802e23 ArtifactChecksum:NmEwMThhNTYxMjI4MmVjMGIwNjE4MWUxNjY1YzhlZWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:50ed48f9-a807-4915-bbc5-2884c86e3920 ResourceInvariantUUID:b15ccbfd-3fb6-4bc7-baa3-e34abd38bd91 ResourceName:basic_vm ResourceType:VF ResourceUUID:c54de47f-3b2c-407a-a5bf-7c05334f6229 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:dfb3c12b-8e42-4dd1-87b5-3b99f7bfc424 ArtifactChecksum:ZDdiYjE5YTVjMTcyYzFkNDFkYjQzZmE5NGU0MzliZGY= 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:085bd27b-f626-47f0-8c0c-b1bba78615ba 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:2c89b9ea-7dbf-4d4b-8bb3-3645778c7c00 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:2c89b9ea-7dbf-4d4b-8bb3-3645778c7c00 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-18T07:24:27.046Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6899afee-3fdb-42a5-a084-73978ddc48d4 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-04-18T07:24:27.084Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:24:27.086Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:24:27.086Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:24:27.086Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||Trying to download the artifact UUID: 5fdbbbe8-4307-4cd3-b344-e5f110802e23 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-18T07:24:27.086Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:24:27.086Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-18T07:24:28.203Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:24:28.211Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 5fdbbbe8-4307-4cd3-b344-e5f110802e23 71066 2022-04-18T07:24:28.212Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-04-18T07:24:28.212Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-18T07:24:28.212Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:24:28.214Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:24:28.220Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:24:28.221Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||try to send status { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266668212, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:24:28.321Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:24:28.323Z||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-04-18T07:24:28.323Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:24:28.377Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:24:28.379Z||pool-90-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:24:29.229Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:24:29.230Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:24:29.231Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||Trying to write artifact UUID: 5fdbbbe8-4307-4cd3-b344-e5f110802e23, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-04-18T07:24:29.231Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-04-18T07:24:29.232Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-04-18T07:24:29.232Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-04-18T07:24:29.606Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12954675985780723156/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-04-18T07:24:32.125Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-18T07:24:32.126Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|WARN|500||#################################################################################################### 2022-04-18T07:24:32.126Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-18T07:24:32.126Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-18T07:24:32.126Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-18T07:24:32.127Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-18T07:24:32.127Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|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-04-18T07:24:32.127Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-18T07:24:32.127Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|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-04-18T07:24:32.127Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|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-04-18T07:24:32.127Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|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-04-18T07:24:32.127Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-18T07:24:32.127Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|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-04-18T07:24:32.127Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|WARN|500||#################################################################################################### 2022-04-18T07:24:32.127Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:24:32.128Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:24:32.128Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-18T07:24:32.128Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T07:24:32.128Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:24:32.128Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:24:32.129Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:24:32.129Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-18T07:24:32.129Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T07:24:32.129Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:24:32.130Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:24:32.130Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:24:32.130Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:24:32.130Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-18T07:24:32.130Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-04-18T07:24:32.130Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-04-18T07:24:32.131Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-04-18T07:24:32.131Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-18T07:24:32.131Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-18T07:24:32.131Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:24:32.131Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T07:24:32.131Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:24:32.131Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-18T07:24:32.132Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:24:32.132Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:24:32.132Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-18T07:24:32.132Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:24:32.133Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:24:32.133Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-18T07:24:32.133Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:24:32.133Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:24:32.134Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-18T07:24:32.134Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-18T07:24:32.134Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-18T07:24:32.134Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a2d090f9-675f-42f3-8908-b7e4d29a9934 2022-04-18T07:24:32.135Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:24:32.135Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:24:32.135Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:24:32.135Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:24:32.135Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:24:32.136Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:24:32.136Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:24:32.136Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:24:32.136Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:6899afee-3fdb-42a5-a084-73978ddc48d4 Model Version:NULL Model InvariantUuid:7bc729e9-f66a-45cb-ad9b-aa8050e73d9d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:f26f183b-416f-4082-b786-9e926cd443d8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b15ccbfd-3fb6-4bc7-baa3-e34abd38bd91 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:50ed48f9-a807-4915-bbc5-2884c86e3920 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b38ba680-37bc-4314-9e4d-9b32db84842b ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:cfaa46c9-60ca-4aa5-bc29-7a6d1c6e78cd ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a2d090f9-675f-42f3-8908-b7e4d29a9934 ModelInvariantUuid:255df44d-fa07-4cd1-b632-c5f74f30915e ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:98725eb8-c8aa-490f-a24e-75d43ca10162 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:56b0b402-af49-4c19-bb6e-3dcf5cb61cf4 ModelInvariantUuid:f2202455-3f91-4918-9c5c-73cfd44df65f ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:1912b5d5-27a4-4189-80da-3b270c065d55 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-04-18T07:24:32.146Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: c54de47f-3b2c-407a-a5bf-7c05334f6229 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-04-18T07:24:32.151Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||basic_vm 0 2022-04-18T07:24:32.151Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: c54de47f-3b2c-407a-a5bf-7c05334f6229 2022-04-18T07:24:32.151Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||Trying to download the artifact UUID: dfb3c12b-8e42-4dd1-87b5-3b99f7bfc424 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-04-18T07:24:32.152Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:24:32.152Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|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-04-18T07:24:32.664Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:24:32.665Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json dfb3c12b-8e42-4dd1-87b5-3b99f7bfc424 787 2022-04-18T07:24:32.665Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|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-04-18T07:24:32.666Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|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-04-18T07:24:32.666Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:24:32.667Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:24:32.670Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:24:32.670Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||try to send status { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266672665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:24:32.771Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:24:32.773Z||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-04-18T07:24:32.773Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:24:32.787Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:24:32.788Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:24:33.690Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b38ba680-37bc-4314-9e4d-9b32db84842b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cfaa46c9-60ca-4aa5-bc29-7a6d1c6e78cd", "vfModuleModelCustomizationUUID": "dd5a6e80-d66a-48a3-9548-7df2f1692884", "isBase": true, "artifacts": [ "085bd27b-f626-47f0-8c0c-b1bba78615ba", "2c89b9ea-7dbf-4d4b-8bb3-3645778c7c00" ], "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-04-18T07:24:33.697Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cfaa46c9-60ca-4aa5-bc29-7a6d1c6e78cd VfModuleModelInvariantUUID:b38ba680-37bc-4314-9e4d-9b32db84842b VfModuleModelDescription:NULL Artifacts UUID List:{ 085bd27b-f626-47f0-8c0c-b1bba78615ba , 2c89b9ea-7dbf-4d4b-8bb3-3645778c7c00 } 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-04-18T07:24:33.707Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b38ba680-37bc-4314-9e4d-9b32db84842b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cfaa46c9-60ca-4aa5-bc29-7a6d1c6e78cd", "vfModuleModelCustomizationUUID": "dd5a6e80-d66a-48a3-9548-7df2f1692884", "isBase": true, "artifacts": [ "085bd27b-f626-47f0-8c0c-b1bba78615ba", "2c89b9ea-7dbf-4d4b-8bb3-3645778c7c00" ], "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-04-18T07:24:33.709Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cfaa46c9-60ca-4aa5-bc29-7a6d1c6e78cd VfModuleModelInvariantUUID:b38ba680-37bc-4314-9e4d-9b32db84842b VfModuleModelDescription:NULL Artifacts UUID List:{ 085bd27b-f626-47f0-8c0c-b1bba78615ba , 2c89b9ea-7dbf-4d4b-8bb3-3645778c7c00 } 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-04-18T07:24:33.709Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||Trying to download the artifact UUID: 085bd27b-f626-47f0-8c0c-b1bba78615ba from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-04-18T07:24:33.710Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:24:33.710Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|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-04-18T07:24:34.494Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:24:34.495Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 085bd27b-f626-47f0-8c0c-b1bba78615ba 5033 2022-04-18T07:24:34.495Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|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-04-18T07:24:34.496Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|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-04-18T07:24:34.496Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:24:34.496Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:24:34.508Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:24:34.508Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||try to send status { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266674495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:24:34.609Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:24:34.610Z||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-04-18T07:24:34.610Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:24:34.624Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:24:34.624Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:24:35.509Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||Trying to download the artifact UUID: 2c89b9ea-7dbf-4d4b-8bb3-3645778c7c00 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-04-18T07:24:35.510Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:24:35.510Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|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-04-18T07:24:36.710Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:24:36.711Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2c89b9ea-7dbf-4d4b-8bb3-3645778c7c00 903 2022-04-18T07:24:36.711Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|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-04-18T07:24:36.711Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|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-04-18T07:24:36.711Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:24:36.712Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:24:36.728Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:24:36.728Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||try to send status { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266676711, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:24:36.828Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:24:36.829Z||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-04-18T07:24:36.829Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:24:36.841Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:24:36.842Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:24:37.733Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Preparing to deploy Service: 6899afee-3fdb-42a5-a084-73978ddc48d4 2022-04-18T07:24:37.733Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 c54de47f-3b2c-407a-a5bf-7c05334f6229 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-04-18T07:24:37.765Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@30e17109, org.onap.sdc.toscaparser.api.parameters.Input@1cdf7c26, org.onap.sdc.toscaparser.api.parameters.Input@14f0ad5b, org.onap.sdc.toscaparser.api.parameters.Input@40943e5a, org.onap.sdc.toscaparser.api.parameters.Input@7b467678] 2022-04-18T07:24:37.767Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:24:37.768Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:24:37.768Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||VF Category is: Generic 2022-04-18T07:24:37.768Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||VFCustomizationUUID= 50ed48f9-a807-4915-bbc5-2884c86e3920 2022-04-18T07:24:37.769Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 50ed48f9-a807-4915-bbc5-2884c86e3920 matches Tosca VF Customization UUID: 50ed48f9-a807-4915-bbc5-2884c86e3920 2022-04-18T07:24:37.769Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||vfCustomizationUUID: 50ed48f9-a807-4915-bbc5-2884c86e3920 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-04-18T07:24:37.772Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:24:37.773Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:24:37.781Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||resource request for resource customization id 50ed48f9-a807-4915-bbc5-2884c86e3920: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-04-18T07:24:37.782Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c137ec1 2022-04-18T07:24:37.782Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:24:37.783Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T07:24:37.783Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dd5a6e80-d66a-48a3-9548-7df2f1692884 2022-04-18T07:24:37.783Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dd5a6e80-d66a-48a3-9548-7df2f1692884 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-04-18T07:24:37.788Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:24:37.788Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-18T07:24:37.789Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:24:37.790Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:24:37.790Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-18T07:24:37.791Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:24:37.791Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:24:37.793Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-18T07:24:37.793Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-18T07:24:37.794Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-18T07:24:37.794Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a2d090f9-675f-42f3-8908-b7e4d29a9934 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-04-18T07:24:37.802Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:24:37.803Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-18T07:24:37.803Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:24:37.804Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:24:37.805Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-18T07:24:37.805Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=50ed48f9-a807-4915-bbc5-2884c86e3920 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-04-18T07:24:37.808Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:24:37.809Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:24:37.810Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500|| resourceSeq for service uuid 6899afee-3fdb-42a5-a084-73978ddc48d4: basic_vm 2022-04-18T07:24:37.810Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:24:37.810Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:24:37.811Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:24:37.811Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:24:37.812Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:24:37.813Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:24:37.814Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:24:37.815Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:24:37.815Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:24:37.816Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:24:37.816Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|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-04-18T07:24:37.934Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm c54de47f-3b2c-407a-a5bf-7c05334f6229 1 ASDC deployResourceStructure 2022-04-18T07:24:37.935Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|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-04-18T07:24:37.935Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|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-04-18T07:24:37.936Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:24:37.937Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:24:37.941Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:24:37.941Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||try to send status { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266677935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:24:38.041Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:24:38.042Z||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-04-18T07:24:38.042Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:24:38.062Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:24:38.062Z||pool-94-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:24:38.943Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|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-04-18T07:24:38.951Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|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-04-18T07:24:38.953Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:24:38.956Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:24:38.961Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:24:38.962Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||try to send status { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266678943, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-18T07:24:39.062Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:24:39.064Z||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-04-18T07:24:39.065Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:24:39.081Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:24:39.082Z||pool-95-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:24:39.963Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|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-04-18T07:24:39.965Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|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-04-18T07:24:39.965Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:24:39.966Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:24:39.969Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:24:39.970Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||try to send status { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266679963, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-18T07:24:40.069Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:24:40.070Z||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-04-18T07:24:40.070Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:24:40.083Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:24:40.083Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:24:40.972Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-04-18T07:24:40.973Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-18T07:24:40.973Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:24:40.974Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:24:40.976Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:24:40.976Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||try to send status { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266680972, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:24:41.078Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-18T07:24:41.079Z||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-04-18T07:24:41.079Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:24:41.091Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:24:41.091Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:24:41.978Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aeb084bc-0e3a-4594-bffe-7af779c61fda Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:24:41.996Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aeb084bc-0e3a-4594-bffe-7af779c61fda 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-04-18T07:24:42.005Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:24:42.011Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T07:24:42.011Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T07:24:42.012Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T07:24:42.012Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-18T07:24:42.013Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:24:42.021Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T07:25:12.022Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: aeb084bc-0e3a-4594-bffe-7af779c61fda 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-04-18T07:25:12.035Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aeb084bc-0e3a-4594-bffe-7af779c61fda and serviceModelVersionId: 6899afee-3fdb-42a5-a084-73978ddc48d4 2022-04-18T07:25:12.036Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7bc729e9-f66a-45cb-ad9b-aa8050e73d9d 2022-04-18T07:25:12.038Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0 2022-04-18T07:25:12.047Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c36ee3de-3236-4c5b-8c15-2203966c358a/model-vers/model-ver/abc51d95-a616-4df9-b184-6173efa22007?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-18T07:25:12.130Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||Invoke 2022-04-18T07:25:12.131Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[aeb084bc-0e3a-4594-bffe-7af779c61fda], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[41025059-b40b-4331-8b0d-76ae5a21cacf], X-ECOMP-RequestID=[aeb084bc-0e3a-4594-bffe-7af779c61fda], X-TransactionId=[], X-ONAP-RequestID=[aeb084bc-0e3a-4594-bffe-7af779c61fda], Content-Type=[application/merge-patch+json]} 2022-04-18T07:25:13.665Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||Invoke 2022-04-18T07:25:13.666Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[aeb084bc-0e3a-4594-bffe-7af779c61fda], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4a94fdde-7156-4070-81fc-18eb65d227a1], X-ECOMP-RequestID=[aeb084bc-0e3a-4594-bffe-7af779c61fda], X-TransactionId=[], X-ONAP-RequestID=[aeb084bc-0e3a-4594-bffe-7af779c61fda], Content-Type=[application/merge-patch+json]} 2022-04-18T07:25:15.209Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||Invoke 2022-04-18T07:25:15.210Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[aeb084bc-0e3a-4594-bffe-7af779c61fda], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[97246fbd-b7bf-41e9-ae1a-cc68562cebbe], X-ECOMP-RequestID=[aeb084bc-0e3a-4594-bffe-7af779c61fda], X-TransactionId=[], X-ONAP-RequestID=[aeb084bc-0e3a-4594-bffe-7af779c61fda], Content-Type=[application/merge-patch+json]} 2022-04-18T07:25:16.238Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:25:16.239Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-18T07:25:16.240Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:25:16.240Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-04-18T07:25:16.249Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:16.250Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aeb084bc-0e3a-4594-bffe-7af779c61fda and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:25:16.250Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-18T07:25:16.251Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:25:16.254Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:25:16.255Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266716250, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:25:16.355Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:25:16.356Z||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-04-18T07:25:16.356Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:25:16.374Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:25:16.375Z||pool-98-thread-1|||||INFO|500||cambria reply ok (20 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-04-18T07:25:17.270Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||received message from topic 2022-04-18T07:25:17.270Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"a40ad784-09d9-4407-a598-370d7d3ab2a0","serviceDescription":"service","serviceInvariantUUID":"6793be0c-2117-4cca-8f43-6ebc3df3424f","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d7c4310e-aad7-4181-ba5d-81de82c99692","resourceInvariantUUID":"d51cd057-d954-43db-8b9b-045ca87e5df2","resourceCustomizationUUID":"fa9fd50f-7bfc-4cdf-ba38-2130ec3a008d","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":"ODkzMTM5ZWJkNjFmNWM3ZDcyNmRkMWY3NzUyOTdlMzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"01ffc0f7-9707-49a7-b5a3-4a5adeaeeccd","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":"NTQ4NWI1YjBlN2Q2Y2M3Y2FlNTk4MDYyYTY2MWJlYTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"35c217c1-95b8-42c2-9143-4006781ce870","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":"21919b54-8bb4-4aed-bd0d-ecc4a21dee93","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":"28047e07-80ee-4eaf-8b46-fe51e59dd71c","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":"8eabb1bf-1e42-46eb-8d4f-8e990bd6d71f","artifactVersion":"2","generatedFromUUID":"d1fcfc87-6d80-412b-9d9c-d7a9b2866064"},{"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":"e5b0a852-bd72-4f08-8b4d-2de54c4444d2","artifactVersion":"2","generatedFromUUID":"21919b54-8bb4-4aed-bd0d-ecc4a21dee93"},{"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":"d1fcfc87-6d80-412b-9d9c-d7a9b2866064","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":"5c4c6b30-1ea9-4e5f-80e9-6b1760d78462","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":"MTkyNDNiNzg2ZTUxMzY3NmY2ODMyM2I4MWI2NWQ2Njg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf5f0f74-db8b-40a0-a169-54dd8c8957b0","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MjY1Mzg3NTgxM2ExOWVmN2ZhYmQ3NjA0YzJhOWZkZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"284a9015-166b-410d-aff9-075d59a7f588","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T07:25:17.271Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:25:17.271Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:25:17.274Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:25:17.274Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:17.374Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:25:17.375Z||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-04-18T07:25:17.376Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:25:17.387Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:25:17.388Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:25:18.275Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:25:18.276Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:25:18.280Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:25:18.280Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-04-18T07:25:18.380Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:25:18.382Z||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-04-18T07:25:18.382Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:25:18.398Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:25:18.399Z||pool-100-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:25:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:25:19.025Z||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-04-18T07:25:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:25:19.045Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:25:19.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266539304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vfw35c8baac5cf20_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:25:19.049Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "cds", "timestamp": 1650266539257, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:25:19.050Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "policy-id", "timestamp": 1650266540279, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:25:19.050Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "clamp", "timestamp": 1650266535794, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266533088, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "aai-ml", "timestamp": 1650266538719, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "multicloud-k8s-id", "timestamp": 1650266539267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:25:19.052Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "policy-id", "timestamp": 1650266541285, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:25:19.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266540605, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:25:19.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "clamp", "timestamp": 1650266535794, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266533088, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "cds", "timestamp": 1650266540659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T07:25:19.077Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 27a2ac89-f3b1-4dde-a112-7a359317e130 2022-04-18T07:25:19.077Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27a2ac89-f3b1-4dde-a112-7a359317e130 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-04-18T07:25:19.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "aai-ml", "timestamp": 1650266538719, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "policy-id", "timestamp": 1650266542288, "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-04-18T07:25:19.094Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 27a2ac89-f3b1-4dde-a112-7a359317e130 2022-04-18T07:25:19.095Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27a2ac89-f3b1-4dde-a112-7a359317e130 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-04-18T07:25:19.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "multicloud-k8s-id", "timestamp": 1650266540467, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:25:19.105Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "clamp", "timestamp": 1650266535794, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.105Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266533088, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.106Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266541908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:25:19.106Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "aai-ml", "timestamp": 1650266538719, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.106Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "clamp", "timestamp": 1650266535794, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.107Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266533088, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "multicloud-k8s-id", "timestamp": 1650266541961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:25:19.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "aai-ml", "timestamp": 1650266538719, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266543266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/vfw35c8baac5cf20_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:25:19.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "clamp", "timestamp": 1650266535794, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266533088, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:25:19.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "multicloud-k8s-id", "timestamp": 1650266542991, "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-04-18T07:25:19.117Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 27a2ac89-f3b1-4dde-a112-7a359317e130 2022-04-18T07:25:19.117Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27a2ac89-f3b1-4dde-a112-7a359317e130 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-18T07:25:19.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "aai-ml", "timestamp": 1650266538719, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266544272, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-18T07:25:19.127Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "clamp", "timestamp": 1650266535794, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:25:19.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266543971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:25:19.128Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "multicloud-k8s-id", "timestamp": 1650266543995, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:25:19.128Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "aai-ml", "timestamp": 1650266538719, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266545284, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/resourceInstances/vfw35c8baac5cf20/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-18T07:25:19.129Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "aai-ml", "timestamp": 1650266538719, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.129Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266546294, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418071456/1.0/artifacts/service-Vfw20220418071456-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:25:19.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "aai-ml", "timestamp": 1650266538719, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266546280, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:25:19.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "aai-ml", "timestamp": 1650266538719, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266547283, "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-04-18T07:25:19.142Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82 2022-04-18T07:25:19.142Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82 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-04-18T07:25:19.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "aai-ml", "timestamp": 1650266538719, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:25:19.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266533088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.160Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "clamp", "timestamp": 1650266550930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:25:19.160Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266533088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "aai-ml", "timestamp": 1650266549771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:25:19.161Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266533088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266533088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266533088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266533088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "clamp", "timestamp": 1650266555939, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:25:19.164Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266533088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "clamp", "timestamp": 1650266556943, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:25:19.175Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82 2022-04-18T07:25:19.175Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T07:25:19.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266533088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:25:19.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "clamp", "timestamp": 1650266535794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "aai-ml", "timestamp": 1650266556870, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-18T07:25:19.188Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266556719, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:25:19.188Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "clamp", "timestamp": 1650266535794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-18T07:25:19.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "aai-ml", "timestamp": 1650266557875, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-04-18T07:25:19.194Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82 2022-04-18T07:25:19.195Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82 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-04-18T07:25:19.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "clamp", "timestamp": 1650266535794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "aai-ml", "timestamp": 1650266538719, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266558950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:25:19.206Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "clamp", "timestamp": 1650266535794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "aai-ml", "timestamp": 1650266538719, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266559957, "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-04-18T07:25:19.215Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 27a2ac89-f3b1-4dde-a112-7a359317e130 2022-04-18T07:25:19.216Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27a2ac89-f3b1-4dde-a112-7a359317e130 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-04-18T07:25:19.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "clamp", "timestamp": 1650266535794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "aai-ml", "timestamp": 1650266538719, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "clamp", "timestamp": 1650266535794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "aai-ml", "timestamp": 1650266538719, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "clamp", "timestamp": 1650266535794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "aai-ml", "timestamp": 1650266538719, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "clamp", "timestamp": 1650266535794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:25:19.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "aai-ml", "timestamp": 1650266538719, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "aai-ml", "timestamp": 1650266538719, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "aai-ml", "timestamp": 1650266538719, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:25:19.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "aai-ml", "timestamp": 1650266567189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:25:19.231Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "clamp", "timestamp": 1650266573935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:25:19.232Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "clamp", "timestamp": 1650266575941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:25:19.232Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "aai-ml", "timestamp": 1650266574598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-18T07:25:19.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "clamp", "timestamp": 1650266576947, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:25:19.240Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 27a2ac89-f3b1-4dde-a112-7a359317e130 2022-04-18T07:25:19.240Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27a2ac89-f3b1-4dde-a112-7a359317e130 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T07:25:19.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "aai-ml", "timestamp": 1650266575604, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-04-18T07:25:19.260Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 27a2ac89-f3b1-4dde-a112-7a359317e130 2022-04-18T07:25:19.260Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27a2ac89-f3b1-4dde-a112-7a359317e130 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-04-18T07:25:19.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d4384e7-3db5-47a3-9521-1829bca57c87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266581606, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:25:19.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.271Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.274Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/resourceInstances/pnfe8372a3e84520/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.274Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:19.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:25:19.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:25:19.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266591003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:25:19.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:25:19.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266593610, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRyb5sw4j6fpdwrsaeivq/1.0/artifacts/service-DemoPnfRyb5sw4j6fpdwrsaeivq-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:25:19.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:25:19.281Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:25:19.282Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:25:19.284Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:25:19.285Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-04-18T07:25:19.385Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:25:19.386Z||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-04-18T07:25:19.386Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:25:19.412Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:25:19.413Z||pool-101-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:25:20.286Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:25:20.287Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:25:20.290Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:25:20.291Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:20.391Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:25:20.392Z||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-04-18T07:25:20.392Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:25:20.409Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:25:20.410Z||pool-102-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:25:21.293Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:25:21.293Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:25:21.297Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:25:21.298Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-04-18T07:25:21.403Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-04-18T07:25:21.404Z||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-04-18T07:25:21.404Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:25:21.426Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:25:21.427Z||pool-103-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:25:22.299Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:25:22.300Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:25:22.307Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:25:22.307Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-04-18T07:25:22.406Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:25:22.408Z||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-04-18T07:25:22.408Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:25:22.429Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:25:22.431Z||pool-104-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:25:23.307Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:25:23.308Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:25:23.311Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:25:23.311Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-04-18T07:25:23.411Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:25:23.413Z||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-04-18T07:25:23.413Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:25:23.426Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:25:23.427Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:25:24.312Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:25:24.313Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:25:24.316Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:25:24.316Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:24.416Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:25:24.417Z||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-04-18T07:25:24.418Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:25:24.430Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:25:24.431Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:25:25.317Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:25:25.318Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:25:25.322Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:25:25.322Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:25:25.422Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:25:25.423Z||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-04-18T07:25:25.423Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:25:25.435Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:25:25.436Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:25:26.326Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:25:26.327Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:25:26.335Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:25:26.335Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:25:26.431Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-04-18T07:25:26.432Z||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-04-18T07:25:26.432Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:25:26.445Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:25:26.446Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:25:27.338Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||sending notification to client: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "a40ad784-09d9-4407-a598-370d7d3ab2a0", "serviceDescription": "service", "serviceInvariantUUID": "6793be0c-2117-4cca-8f43-6ebc3df3424f", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "fa9fd50f-7bfc-4cdf-ba38-2130ec3a008d", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d7c4310e-aad7-4181-ba5d-81de82c99692", "resourceInvariantUUID": "d51cd057-d954-43db-8b9b-045ca87e5df2", "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": "NTQ4NWI1YjBlN2Q2Y2M3Y2FlNTk4MDYyYTY2MWJlYTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35c217c1-95b8-42c2-9143-4006781ce870", "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": "21919b54-8bb4-4aed-bd0d-ecc4a21dee93", "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": "e5b0a852-bd72-4f08-8b4d-2de54c4444d2", "generatedFromUUID": "21919b54-8bb4-4aed-bd0d-ecc4a21dee93" }, "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": "8eabb1bf-1e42-46eb-8d4f-8e990bd6d71f", "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": "e5b0a852-bd72-4f08-8b4d-2de54c4444d2", "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": "d1fcfc87-6d80-412b-9d9c-d7a9b2866064", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MjY1Mzg3NTgxM2ExOWVmN2ZhYmQ3NjA0YzJhOWZkZmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "284a9015-166b-410d-aff9-075d59a7f588" } ], "workloadContext": "Production" } 2022-04-18T07:25:27.339Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T07:25:27.339Z|aeb084bc-0e3a-4594-bffe-7af779c61fda|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 a40ad784-09d9-4407-a598-370d7d3ab2a0 ASDC 2022-04-18T07:25:27.341Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||ASDC Notification: DistributionID:915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:a40ad784-09d9-4407-a598-370d7d3ab2a0 ServiceInvariantUUID:6793be0c-2117-4cca-8f43-6ebc3df3424f 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:284a9015-166b-410d-aff9-075d59a7f588 ArtifactChecksum:MjY1Mzg3NTgxM2ExOWVmN2ZhYmQ3NjA0YzJhOWZkZmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:fa9fd50f-7bfc-4cdf-ba38-2130ec3a008d ResourceInvariantUUID:d51cd057-d954-43db-8b9b-045ca87e5df2 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:d7c4310e-aad7-4181-ba5d-81de82c99692 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:35c217c1-95b8-42c2-9143-4006781ce870 ArtifactChecksum:NTQ4NWI1YjBlN2Q2Y2M3Y2FlNTk4MDYyYTY2MWJlYTY= 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:21919b54-8bb4-4aed-bd0d-ecc4a21dee93 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:e5b0a852-bd72-4f08-8b4d-2de54c4444d2 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:8eabb1bf-1e42-46eb-8d4f-8e990bd6d71f 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:e5b0a852-bd72-4f08-8b4d-2de54c4444d2 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:d1fcfc87-6d80-412b-9d9c-d7a9b2866064 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-18T07:25:27.341Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a40ad784-09d9-4407-a598-370d7d3ab2a0 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-04-18T07:25:27.418Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:25:27.419Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:25:27.419Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:25:27.420Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||Trying to download the artifact UUID: 284a9015-166b-410d-aff9-075d59a7f588 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-04-18T07:25:27.420Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:25:27.420Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-04-18T07:25:28.398Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:25:28.408Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 284a9015-166b-410d-aff9-075d59a7f588 158198 2022-04-18T07:25:28.409Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-04-18T07:25:28.409Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-04-18T07:25:28.409Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:25:28.410Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:25:28.412Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:25:28.413Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266728409, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:25:28.513Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:25:28.515Z||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-04-18T07:25:28.515Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:25:28.528Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:25:28.530Z||pool-109-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:25:29.414Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:25:29.416Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:25:29.416Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||Trying to write artifact UUID: 284a9015-166b-410d-aff9-075d59a7f588, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-04-18T07:25:29.417Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-04-18T07:25:29.418Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-04-18T07:25:29.418Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-04-18T07:25:29.679Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5534324426563914540/Definitions/service-BasicCnfMacro-template.yml 2022-04-18T07:25:31.763Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-18T07:25:31.764Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|WARN|500||#################################################################################################### 2022-04-18T07:25:31.764Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-04-18T07:25:31.765Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-04-18T07:25:31.765Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:31.766Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:31.766Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:31.766Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-04-18T07:25:31.766Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|WARN|500||#################################################################################################### 2022-04-18T07:25:31.767Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:25:31.767Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:25:31.768Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-18T07:25:31.768Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T07:25:31.769Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:25:31.769Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:25:31.770Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:25:31.770Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-18T07:25:31.770Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T07:25:31.771Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:25:31.771Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:25:31.772Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:25:31.772Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:25:31.773Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-04-18T07:25:31.773Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-04-18T07:25:31.773Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template dummy_base is not matching search criteria 2022-04-18T07:25:31.774Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-18T07:25:31.774Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:25:31.774Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T07:25:31.775Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:25:31.775Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-18T07:25:31.776Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:25:31.776Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:25:31.777Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-18T07:25:31.777Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:25:31.778Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:25:31.778Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-18T07:25:31.778Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:25:31.779Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:25:31.780Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-18T07:25:31.780Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:25:31.780Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:25:31.781Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-04-18T07:25:31.781Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-04-18T07:25:31.782Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=71cd6801-7cb6-4091-865a-b35352a0e964 2022-04-18T07:25:31.782Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:25:31.783Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:25:31.783Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:25:31.783Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:25:31.784Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:25:31.784Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:25:31.784Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:25:31.785Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:25:31.785Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:a40ad784-09d9-4407-a598-370d7d3ab2a0 Model Version:NULL Model InvariantUuid:6793be0c-2117-4cca-8f43-6ebc3df3424f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:2a552ad0-b0db-421f-8859-5ce4683fa949 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d51cd057-d954-43db-8b9b-045ca87e5df2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:fa9fd50f-7bfc-4cdf-ba38-2130ec3a008d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4a3d83f2-0887-4717-b257-ca469fe2dea9 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:4cb8c2b1-0d63-4685-99b9-c27f2d24aee6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:f1efd202-c9a8-41c4-98e2-dde7113773b3 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:aae2ad1b-f54e-4895-ade4-101aec17c1b0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:71cd6801-7cb6-4091-865a-b35352a0e964 ModelInvariantUuid:eef637b7-9801-49c4-8b96-b6e4c58b4eb7 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:2502405f-bd02-4071-a7db-8ed2df5a66b7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:41fd0bf3-6fc4-49a6-9e67-21a967fb2fa8 ModelInvariantUuid:c01c1e8a-8062-4c1e-ad49-f2a8afee08c1 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:4f6c518e-7284-4d96-be17-a5a821e9764d 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-04-18T07:25:31.803Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: d7c4310e-aad7-4181-ba5d-81de82c99692 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-04-18T07:25:31.806Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||basic_cnf_macro 0 2022-04-18T07:25:31.807Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: d7c4310e-aad7-4181-ba5d-81de82c99692 2022-04-18T07:25:31.807Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||Trying to download the artifact UUID: 35c217c1-95b8-42c2-9143-4006781ce870 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-04-18T07:25:31.808Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:25:31.808Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:32.197Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:25:32.198Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 35c217c1-95b8-42c2-9143-4006781ce870 1565 2022-04-18T07:25:32.198Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:32.199Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:32.199Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:25:32.199Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:25:32.202Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:25:32.202Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266732198, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:25:32.302Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:25:32.303Z||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-04-18T07:25:32.304Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:25:32.317Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:25:32.318Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:25:33.202Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "f1efd202-c9a8-41c4-98e2-dde7113773b3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "aae2ad1b-f54e-4895-ade4-101aec17c1b0", "vfModuleModelCustomizationUUID": "a71e04a9-f4b4-4dec-bc19-a5ab4edbcaab", "isBase": true, "artifacts": [ "21919b54-8bb4-4aed-bd0d-ecc4a21dee93", "e5b0a852-bd72-4f08-8b4d-2de54c4444d2" ], "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": "4a3d83f2-0887-4717-b257-ca469fe2dea9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4cb8c2b1-0d63-4685-99b9-c27f2d24aee6", "vfModuleModelCustomizationUUID": "98e112ef-1e83-42f7-a9c2-ad74df58a2eb", "isBase": false, "artifacts": [ "d1fcfc87-6d80-412b-9d9c-d7a9b2866064" ], "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-04-18T07:25:33.206Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:aae2ad1b-f54e-4895-ade4-101aec17c1b0 VfModuleModelInvariantUUID:f1efd202-c9a8-41c4-98e2-dde7113773b3 VfModuleModelDescription:NULL Artifacts UUID List:{ 21919b54-8bb4-4aed-bd0d-ecc4a21dee93 , e5b0a852-bd72-4f08-8b4d-2de54c4444d2 } 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:4cb8c2b1-0d63-4685-99b9-c27f2d24aee6 VfModuleModelInvariantUUID:4a3d83f2-0887-4717-b257-ca469fe2dea9 VfModuleModelDescription:NULL Artifacts UUID List:{ d1fcfc87-6d80-412b-9d9c-d7a9b2866064 } 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-04-18T07:25:33.210Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "f1efd202-c9a8-41c4-98e2-dde7113773b3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "aae2ad1b-f54e-4895-ade4-101aec17c1b0", "vfModuleModelCustomizationUUID": "a71e04a9-f4b4-4dec-bc19-a5ab4edbcaab", "isBase": true, "artifacts": [ "21919b54-8bb4-4aed-bd0d-ecc4a21dee93", "e5b0a852-bd72-4f08-8b4d-2de54c4444d2" ], "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": "4a3d83f2-0887-4717-b257-ca469fe2dea9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4cb8c2b1-0d63-4685-99b9-c27f2d24aee6", "vfModuleModelCustomizationUUID": "98e112ef-1e83-42f7-a9c2-ad74df58a2eb", "isBase": false, "artifacts": [ "d1fcfc87-6d80-412b-9d9c-d7a9b2866064" ], "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-04-18T07:25:33.211Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:aae2ad1b-f54e-4895-ade4-101aec17c1b0 VfModuleModelInvariantUUID:f1efd202-c9a8-41c4-98e2-dde7113773b3 VfModuleModelDescription:NULL Artifacts UUID List:{ 21919b54-8bb4-4aed-bd0d-ecc4a21dee93 , e5b0a852-bd72-4f08-8b4d-2de54c4444d2 } 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:4cb8c2b1-0d63-4685-99b9-c27f2d24aee6 VfModuleModelInvariantUUID:4a3d83f2-0887-4717-b257-ca469fe2dea9 VfModuleModelDescription:NULL Artifacts UUID List:{ d1fcfc87-6d80-412b-9d9c-d7a9b2866064 } 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-04-18T07:25:33.211Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||Trying to download the artifact UUID: 21919b54-8bb4-4aed-bd0d-ecc4a21dee93 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-04-18T07:25:33.211Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:25:33.211Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:33.784Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:25:33.785Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 21919b54-8bb4-4aed-bd0d-ecc4a21dee93 914 2022-04-18T07:25:33.786Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:33.786Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:33.786Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:25:33.786Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:25:33.790Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:25:33.790Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266733785, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:25:33.890Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:25:33.892Z||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-04-18T07:25:33.892Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:25:33.906Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:25:33.907Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:25:34.792Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||Trying to download the artifact UUID: 8eabb1bf-1e42-46eb-8d4f-8e990bd6d71f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-04-18T07:25:34.798Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:25:34.801Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:35.291Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:25:35.292Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 8eabb1bf-1e42-46eb-8d4f-8e990bd6d71f 12 2022-04-18T07:25:35.292Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:35.292Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:35.292Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:25:35.293Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:25:35.297Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:25:35.297Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266735292, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:25:35.397Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:25:35.399Z||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-04-18T07:25:35.400Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:25:35.412Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:25:35.413Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:25:36.297Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||Trying to download the artifact UUID: e5b0a852-bd72-4f08-8b4d-2de54c4444d2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-04-18T07:25:36.298Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:25:36.298Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:36.488Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:25:36.489Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env e5b0a852-bd72-4f08-8b4d-2de54c4444d2 96 2022-04-18T07:25:36.489Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:36.489Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:36.489Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:25:36.490Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:25:36.493Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:25:36.493Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266736489, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:25:36.593Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:25:36.594Z||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-04-18T07:25:36.595Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:25:36.629Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:25:36.630Z||pool-113-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:25:37.494Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||Trying to download the artifact UUID: d1fcfc87-6d80-412b-9d9c-d7a9b2866064 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-04-18T07:25:37.495Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:25:37.496Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:37.663Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:25:37.664Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz d1fcfc87-6d80-412b-9d9c-d7a9b2866064 20206 2022-04-18T07:25:37.665Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:37.665Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:37.666Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:25:37.666Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:25:37.669Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:25:37.669Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266737665, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-04-18T07:25:37.769Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:25:37.770Z||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-04-18T07:25:37.770Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:25:37.819Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:25:37.819Z||pool-114-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:25:38.674Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Preparing to deploy Service: a40ad784-09d9-4407-a598-370d7d3ab2a0 2022-04-18T07:25:38.675Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 d7c4310e-aad7-4181-ba5d-81de82c99692 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-04-18T07:25:38.687Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74a44104, org.onap.sdc.toscaparser.api.parameters.Input@501f8b62, org.onap.sdc.toscaparser.api.parameters.Input@810a4ba, org.onap.sdc.toscaparser.api.parameters.Input@3af89798, org.onap.sdc.toscaparser.api.parameters.Input@6c824da2] 2022-04-18T07:25:38.690Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:25:38.691Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:25:38.691Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||VF Category is: Generic 2022-04-18T07:25:38.692Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||VFCustomizationUUID= fa9fd50f-7bfc-4cdf-ba38-2130ec3a008d 2022-04-18T07:25:38.692Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fa9fd50f-7bfc-4cdf-ba38-2130ec3a008d matches Tosca VF Customization UUID: fa9fd50f-7bfc-4cdf-ba38-2130ec3a008d 2022-04-18T07:25:38.692Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||vfCustomizationUUID: fa9fd50f-7bfc-4cdf-ba38-2130ec3a008d 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-04-18T07:25:38.696Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:25:38.696Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:25:38.698Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||resource request for resource customization id fa9fd50f-7bfc-4cdf-ba38-2130ec3a008d: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-04-18T07:25:38.698Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3368cc6d 2022-04-18T07:25:38.699Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:25:38.699Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T07:25:38.700Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 98e112ef-1e83-42f7-a9c2-ad74df58a2eb 2022-04-18T07:25:38.701Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 98e112ef-1e83-42f7-a9c2-ad74df58a2eb 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-04-18T07:25:38.705Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:25:38.706Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-18T07:25:38.706Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:25:38.707Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:25:38.707Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-18T07:25:38.707Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:25:38.708Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:25:38.708Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-18T07:25:38.708Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=fa9fd50f-7bfc-4cdf-ba38-2130ec3a008d 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-04-18T07:25:38.711Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:25:38.712Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:25:38.712Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500|| resourceSeq for service uuid a40ad784-09d9-4407-a598-370d7d3ab2a0: basic_cnf_macro 2022-04-18T07:25:38.713Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:25:38.714Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:25:38.714Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:25:38.714Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:25:38.715Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:25:38.715Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:25:38.715Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:25:38.716Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:25:38.716Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:25:38.717Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:25:38.717Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:38.783Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro d7c4310e-aad7-4181-ba5d-81de82c99692 2 ASDC deployResourceStructure 2022-04-18T07:25:38.783Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:38.783Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:38.784Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:25:38.784Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:25:38.787Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:25:38.790Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266738783, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:25:38.888Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-04-18T07:25:38.889Z||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-04-18T07:25:38.889Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:25:38.900Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:25:38.901Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:25:39.791Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:39.792Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:39.792Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:25:39.792Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:25:39.798Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:25:39.799Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266739791, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-04-18T07:25:39.898Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:25:39.900Z||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-04-18T07:25:39.901Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:25:39.914Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:25:39.915Z||pool-116-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:25:40.809Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:40.810Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:40.811Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-04-18T07:25:40.812Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:25:40.815Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:25:40.816Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266740800, "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-04-18T07:25:40.916Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:25:40.918Z||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-04-18T07:25:40.918Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:25:40.930Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:25:40.931Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:25:41.817Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:41.818Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:41.818Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:25:41.820Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:25:41.823Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:25:41.823Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266741817, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-04-18T07:25:41.923Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:25:41.924Z||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-04-18T07:25:41.924Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:25:41.936Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:25:41.937Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:25:42.833Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:42.834Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:25:42.834Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-04-18T07:25:42.835Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:25:42.838Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:25:42.839Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266742833, "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-04-18T07:25:42.938Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:25:42.939Z||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-04-18T07:25:42.940Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:25:42.952Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:25:42.952Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:25:43.843Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-04-18T07:25:43.844Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-04-18T07:25:43.844Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:25:43.845Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:25:43.853Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:25:43.854Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266743843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:25:43.954Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:25:43.955Z||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-04-18T07:25:43.955Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:25:43.967Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:25:43.968Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:25:44.855Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:25:44.872Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82 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-04-18T07:25:44.877Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:25:44.877Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T07:25:44.878Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T07:25:44.878Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T07:25:44.878Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-18T07:25:44.878Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:25:44.887Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T07:26:14.888Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82 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-04-18T07:26:14.899Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@73d31971 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=3743) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doList(Loader.java:2850) at org.hibernate.loader.Loader.doList(Loader.java:2832) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664) at org.hibernate.loader.Loader.list(Loader.java:2659) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414) at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625) at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593) at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641) at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111) at jdk.internal.reflect.GeneratedMethodAccessor195.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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409) at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source) at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196) at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy217.findOneByDistributionId(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 58 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 59 common frames omitted 2022-04-18T07:26:14.906Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-18T07:26:14.907Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|ERROR|500||(conn=3743) WSREP has not yet prepared node for application use 2022-04-18T07:26:14.928Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Exception occurred on executePatchAAI : could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 2022-04-18T07:26:14.929Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|ERROR|500||Exception occurred org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277) at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255) at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531) at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61) at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy217.findOneByDistributionId(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doList(Loader.java:2850) at org.hibernate.loader.Loader.doList(Loader.java:2832) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664) at org.hibernate.loader.Loader.list(Loader.java:2659) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414) at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625) at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593) at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641) at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111) at jdk.internal.reflect.GeneratedMethodAccessor195.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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409) at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source) at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196) at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ... 17 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=3743) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 53 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 58 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 59 common frames omitted 2022-04-18T07:26:14.929Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 2022-04-18T07:26:14.930Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Exception caused by: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 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-04-18T07:26:14.943Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@29f27455 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=3745) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doList(Loader.java:2850) at org.hibernate.loader.Loader.doList(Loader.java:2832) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664) at org.hibernate.loader.Loader.list(Loader.java:2659) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414) at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625) at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593) at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641) at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111) at jdk.internal.reflect.GeneratedMethodAccessor195.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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409) at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source) at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196) at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy194.findOneByModelUUID(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:205) 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) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 58 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 59 common frames omitted 2022-04-18T07:26:14.944Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-18T07:26:14.944Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|ERROR|500||(conn=3745) WSREP has not yet prepared node for application use 2022-04-18T07:26:14.953Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|ERROR|500||Error updating CatalogDBStatus org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277) at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255) at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531) at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61) at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy194.findOneByModelUUID(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:205) 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) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doList(Loader.java:2850) at org.hibernate.loader.Loader.doList(Loader.java:2832) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664) at org.hibernate.loader.Loader.list(Loader.java:2659) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414) at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625) at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593) at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641) at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111) at jdk.internal.reflect.GeneratedMethodAccessor195.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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409) at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source) at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196) at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ... 17 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=3745) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 53 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 58 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 59 common frames omitted 2022-04-18T07:26:14.954Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 2022-04-18T07:26:14.954Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-18T07:26:14.954Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:26:14.957Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:26:14.958Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266774954, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet" } 2022-04-18T07:26:15.057Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:26:15.059Z||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-04-18T07:26:15.059Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:26:15.087Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:26:15.088Z||pool-121-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:26:15.966Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@3f03e73d marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=3755) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319) at org.hibernate.loader.Loader.loadEntity(Loader.java:2422) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988) at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102) at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793) at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780) at jdk.internal.reflect.GeneratedMethodAccessor178.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.merge(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557) at jdk.internal.reflect.GeneratedMethodAccessor185.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy216.save(Unknown Source) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:703) 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) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 76 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 77 common frames omitted 2022-04-18T07:26:15.967Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-18T07:26:15.967Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|ERROR|500||(conn=3755) WSREP has not yet prepared node for application use 2022-04-18T07:26:15.968Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||HHH000327: Error performing load command org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319) at org.hibernate.loader.Loader.loadEntity(Loader.java:2422) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988) at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102) at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793) at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780) at jdk.internal.reflect.GeneratedMethodAccessor178.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.merge(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557) at jdk.internal.reflect.GeneratedMethodAccessor185.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy216.save(Unknown Source) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:703) 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) Caused by: java.sql.SQLNonTransientConnectionException: (conn=3755) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 71 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 76 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 77 common frames omitted 2022-04-18T07:26:15.975Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|ERROR|500||Application exception overridden by rollback exception javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:181) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:188) at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:804) at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780) at jdk.internal.reflect.GeneratedMethodAccessor178.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.merge(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557) at jdk.internal.reflect.GeneratedMethodAccessor185.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy216.save(Unknown Source) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:703) 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) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319) at org.hibernate.loader.Loader.loadEntity(Loader.java:2422) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988) at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102) at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793) ... 40 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=3755) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 71 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 76 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 77 common frames omitted 2022-04-18T07:26:15.983Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|ERROR|500|| org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835) at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809) at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy216.save(Unknown Source) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:703) 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) Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127) at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304) at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142) at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561) ... 23 common frames omitted Caused by: java.sql.SQLException: Connection is closed at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515) at com.sun.proxy.$Proxy141.rollback(Unknown Source) at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396) at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java) at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121) ... 26 common frames omitted 2022-04-18T07:26:15.984Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82 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-04-18T07:26:15.989Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@4d0a2a6e marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=3768) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doList(Loader.java:2850) at org.hibernate.loader.Loader.doList(Loader.java:2832) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664) at org.hibernate.loader.Loader.list(Loader.java:2659) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414) at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625) at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593) at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641) at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111) at jdk.internal.reflect.GeneratedMethodAccessor195.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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409) at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source) at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196) at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy217.findOneByDistributionId(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722) 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) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 58 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 59 common frames omitted 2022-04-18T07:26:15.990Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-18T07:26:15.990Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|ERROR|500||(conn=3768) WSREP has not yet prepared node for application use 2022-04-18T07:26:15.994Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Exception occurred on executePatchAAI : could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 2022-04-18T07:26:15.995Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|ERROR|500||Exception occurred org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277) at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255) at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531) at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61) at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy217.findOneByDistributionId(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722) 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) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doList(Loader.java:2850) at org.hibernate.loader.Loader.doList(Loader.java:2832) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664) at org.hibernate.loader.Loader.list(Loader.java:2659) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414) at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625) at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593) at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641) at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111) at jdk.internal.reflect.GeneratedMethodAccessor195.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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409) at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source) at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196) at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ... 17 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=3768) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 53 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 58 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 59 common frames omitted 2022-04-18T07:26:15.996Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Exception in executePatchAAI(): {} java.lang.Exception: org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:199) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722) 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) Caused by: org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277) at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255) at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531) at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61) at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy217.findOneByDistributionId(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167) ... 9 common frames omitted Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doList(Loader.java:2850) at org.hibernate.loader.Loader.doList(Loader.java:2832) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664) at org.hibernate.loader.Loader.list(Loader.java:2659) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414) at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625) at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593) at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641) at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111) at jdk.internal.reflect.GeneratedMethodAccessor195.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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409) at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source) at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196) at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ... 17 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=3768) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 53 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 58 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 59 common frames omitted 2022-04-18T07:26:15.996Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Exception caused by: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 2022-04-18T07:26:15.996Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection 2022-04-18T07:26:15.999Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-18T07:26:15.999Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:26:16.001Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:26:16.002Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266775998, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection" } 2022-04-18T07:26:16.101Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:26:16.103Z||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-04-18T07:26:16.103Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:26:16.131Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:26:16.132Z||pool-122-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-04-18T07:26:17.017Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:26:17.018Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:26:17.018Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:26:19.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:26:19.025Z||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-04-18T07:26:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:26:19.039Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:26:19.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T07:26:19.040Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e57e094-1576-4b5e-a3d0-fd638e443562", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266658945, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:26:19.041Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:26:21.326Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:26:21.327Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||received message from topic 2022-04-18T07:26:21.327Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"27a2ac89-f3b1-4dde-a112-7a359317e130","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"dea248b3-17fa-4eb4-ba29-8594ee72d96a","serviceDescription":"service","serviceInvariantUUID":"8f2c4509-3f3a-4260-bbfe-d042595a782e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"20453022-2b48-46e7-979a-c12982e39950","resourceInvariantUUID":"fd75b7f0-3eb9-45b3-84dd-7d08fdc7e512","resourceCustomizationUUID":"df969f64-8297-4be8-b284-3aec7d5b637b","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":"ZDM1OGNhYWZlNmU2YTc5ZDY2MjM2NDAxMzJmNmUxMWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08031360-a12d-42b0-a353-6c96067ca81a","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":"ZmNkMzA4NWZiMmY0MTYzNDFjYzljMWIyYmVhMTczN2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2fb4eee5-9a3f-4f29-b6fb-c9fe5a346b06","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":"6aa2a71d-4b7f-4292-8afc-224edaf7ee45","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":"40c1367b-9008-4a6d-8fe4-d468af5e6dd5","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":"6fab075c-b80b-4a93-af14-d7507b6564bf","artifactVersion":"2","generatedFromUUID":"6aa2a71d-4b7f-4292-8afc-224edaf7ee45"},{"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":"OTY2NWJlOTM4N2U4OTFkNzA5OTcxNWM3NzJmM2VlOGU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"83317909-2879-4996-a87f-dec62bb9fa99","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":"YmE0ZDllMzc0ODI2ZGNlNDUzNGQ3ZDJhZDljNzEwN2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7b7e74b5-d87a-4fb8-a7dd-f81013909e40","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NWFhNTZkN2QyODBkYTBjNzU1MWY2YmIxN2Y4NzdhZjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ca9f4df1-efc9-41b9-acab-ee287e017069","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T07:26:21.330Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:26:21.330Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:26:21.333Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:26:21.333Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266777017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:26:21.432Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:26:21.434Z||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-04-18T07:26:21.434Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:26:21.455Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:26:21.456Z||pool-123-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:26:22.333Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:26:22.334Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:26:22.344Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:26:22.344Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266777017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-18T07:26:22.444Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:26:22.445Z||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-04-18T07:26:22.445Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:26:22.462Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:26:22.463Z||pool-124-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:26:23.346Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:26:23.346Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:26:23.349Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:26:23.349Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266777017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-18T07:26:23.448Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:26:23.450Z||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-04-18T07:26:23.450Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:26:23.465Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:26:23.466Z||pool-125-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:26:24.361Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:26:24.372Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:26:24.376Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:26:24.377Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266777017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:26:24.476Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:26:24.477Z||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-04-18T07:26:24.477Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:26:24.492Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:26:24.492Z||pool-126-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:26:25.386Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:26:25.393Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:26:25.401Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:26:25.402Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266777017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-18T07:26:25.499Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-04-18T07:26:25.500Z||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-04-18T07:26:25.501Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:26:25.516Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:26:25.517Z||pool-127-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:26:26.406Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:26:26.406Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:26:26.412Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:26:26.412Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266777017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-18T07:26:26.516Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-04-18T07:26:26.517Z||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-04-18T07:26:26.517Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:26:26.535Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:26:26.536Z||pool-128-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:26:27.413Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:26:27.415Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:26:27.418Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:26:27.418Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266777017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:26:27.517Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:26:27.519Z||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-04-18T07:26:27.519Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:26:27.533Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:26:27.534Z||pool-129-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:26:28.419Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:26:28.421Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:26:28.454Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:26:28.454Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266777017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:26:28.524Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 69 ms 2022-04-18T07:26:28.525Z||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-04-18T07:26:28.526Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:26:28.540Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:26:28.544Z||pool-130-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:26:29.458Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||sending notification to client: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "dea248b3-17fa-4eb4-ba29-8594ee72d96a", "serviceDescription": "service", "serviceInvariantUUID": "8f2c4509-3f3a-4260-bbfe-d042595a782e", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "df969f64-8297-4be8-b284-3aec7d5b637b", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "20453022-2b48-46e7-979a-c12982e39950", "resourceInvariantUUID": "fd75b7f0-3eb9-45b3-84dd-7d08fdc7e512", "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": "ZmNkMzA4NWZiMmY0MTYzNDFjYzljMWIyYmVhMTczN2I\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2fb4eee5-9a3f-4f29-b6fb-c9fe5a346b06", "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": "6aa2a71d-4b7f-4292-8afc-224edaf7ee45", "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": "6fab075c-b80b-4a93-af14-d7507b6564bf", "generatedFromUUID": "6aa2a71d-4b7f-4292-8afc-224edaf7ee45" }, "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": "6fab075c-b80b-4a93-af14-d7507b6564bf", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NWFhNTZkN2QyODBkYTBjNzU1MWY2YmIxN2Y4NzdhZjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ca9f4df1-efc9-41b9-acab-ee287e017069" } ], "workloadContext": "Production" } 2022-04-18T07:26:29.458Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T07:26:29.458Z|915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dea248b3-17fa-4eb4-ba29-8594ee72d96a ASDC 2022-04-18T07:26:29.459Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||ASDC Notification: DistributionID:27a2ac89-f3b1-4dde-a112-7a359317e130 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:dea248b3-17fa-4eb4-ba29-8594ee72d96a ServiceInvariantUUID:8f2c4509-3f3a-4260-bbfe-d042595a782e 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:ca9f4df1-efc9-41b9-acab-ee287e017069 ArtifactChecksum:NWFhNTZkN2QyODBkYTBjNzU1MWY2YmIxN2Y4NzdhZjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:df969f64-8297-4be8-b284-3aec7d5b637b ResourceInvariantUUID:fd75b7f0-3eb9-45b3-84dd-7d08fdc7e512 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:20453022-2b48-46e7-979a-c12982e39950 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:2fb4eee5-9a3f-4f29-b6fb-c9fe5a346b06 ArtifactChecksum:ZmNkMzA4NWZiMmY0MTYzNDFjYzljMWIyYmVhMTczN2I= 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:6aa2a71d-4b7f-4292-8afc-224edaf7ee45 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:6fab075c-b80b-4a93-af14-d7507b6564bf 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:6fab075c-b80b-4a93-af14-d7507b6564bf ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-18T07:26:29.459Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dea248b3-17fa-4eb4-ba29-8594ee72d96a 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-04-18T07:26:29.507Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:26:29.507Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:26:29.508Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:26:29.508Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||Trying to download the artifact UUID: ca9f4df1-efc9-41b9-acab-ee287e017069 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-04-18T07:26:29.508Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:26:29.508Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-04-18T07:26:30.888Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:26:30.895Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ca9f4df1-efc9-41b9-acab-ee287e017069 78804 2022-04-18T07:26:30.897Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-04-18T07:26:30.898Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-04-18T07:26:30.898Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:26:30.899Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:26:30.903Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:26:30.904Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266790897, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:26:31.002Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-18T07:26:31.003Z||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-04-18T07:26:31.004Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:26:31.017Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:26:31.018Z||pool-131-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:26:31.905Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:26:31.907Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:26:31.907Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||Trying to write artifact UUID: ca9f4df1-efc9-41b9-acab-ee287e017069, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-18T07:26:31.908Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-04-18T07:26:31.908Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-18T07:26:31.909Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-18T07:26:32.179Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12804413909277941988/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-04-18T07:26:34.266Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-18T07:26:34.267Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|WARN|500||#################################################################################################### 2022-04-18T07:26:34.267Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-18T07:26:34.267Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-18T07:26:34.267Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-18T07:26:34.267Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-18T07:26:34.267Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:26:34.268Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-18T07:26:34.268Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:26:34.268Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:26:34.268Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:26:34.268Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-18T07:26:34.268Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:26:34.268Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|WARN|500||#################################################################################################### 2022-04-18T07:26:34.269Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:26:34.269Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:26:34.269Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-18T07:26:34.270Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T07:26:34.270Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:26:34.270Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:26:34.270Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:26:34.271Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-18T07:26:34.271Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T07:26:34.271Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:26:34.271Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:26:34.272Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:26:34.272Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:26:34.272Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-04-18T07:26:34.272Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-04-18T07:26:34.273Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-04-18T07:26:34.273Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-04-18T07:26:34.274Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-18T07:26:34.274Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-18T07:26:34.274Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:26:34.274Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T07:26:34.275Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:26:34.275Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-18T07:26:34.275Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:26:34.275Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:26:34.276Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-18T07:26:34.276Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:26:34.276Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:26:34.276Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-18T07:26:34.277Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:26:34.277Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:26:34.277Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-04-18T07:26:34.277Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-18T07:26:34.278Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-18T07:26:34.278Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fa3d1394-936d-4082-b858-d7abd9726ce0 2022-04-18T07:26:34.278Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:26:34.278Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:26:34.279Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:26:34.279Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:26:34.279Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:26:34.279Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:26:34.280Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:26:34.280Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:26:34.280Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:dea248b3-17fa-4eb4-ba29-8594ee72d96a Model Version:NULL Model InvariantUuid:8f2c4509-3f3a-4260-bbfe-d042595a782e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:db60fdcd-fe97-4b6a-a513-622f8c0b38d3 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:fd75b7f0-3eb9-45b3-84dd-7d08fdc7e512 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:df969f64-8297-4be8-b284-3aec7d5b637b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d7b7512b-8b26-4a42-b2af-ea0916a6e90f ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:a602543e-cb24-4988-bd67-960c859893c0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fa3d1394-936d-4082-b858-d7abd9726ce0 ModelInvariantUuid:172f1c82-83ef-4096-8ef5-4ba01363eaa1 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:1b7a7704-aa17-4733-b7ba-83443379b2ea ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:93d81975-d0bc-4497-99f5-cf6a2e1bc64f ModelInvariantUuid:2a78362c-d310-407a-8fb8-f47b1e36068a ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:2984c4b0-844b-41d1-aade-7c32692cc499 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-04-18T07:26:34.295Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 20453022-2b48-46e7-979a-c12982e39950 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-04-18T07:26:34.313Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||basic_vm_macro 0 2022-04-18T07:26:34.313Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 20453022-2b48-46e7-979a-c12982e39950 2022-04-18T07:26:34.313Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||Trying to download the artifact UUID: 2fb4eee5-9a3f-4f29-b6fb-c9fe5a346b06 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-04-18T07:26:34.314Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:26:34.314Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:26:34.561Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:26:34.562Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2fb4eee5-9a3f-4f29-b6fb-c9fe5a346b06 792 2022-04-18T07:26:34.562Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:26:34.562Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:26:34.562Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:26:34.563Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:26:34.565Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:26:34.565Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266794562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:26:34.665Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:26:34.666Z||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-04-18T07:26:34.666Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:26:34.678Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:26:34.678Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:26:35.566Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d7b7512b-8b26-4a42-b2af-ea0916a6e90f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a602543e-cb24-4988-bd67-960c859893c0", "vfModuleModelCustomizationUUID": "37414b1b-6d39-4d31-937d-6c88964a67f7", "isBase": true, "artifacts": [ "6aa2a71d-4b7f-4292-8afc-224edaf7ee45", "6fab075c-b80b-4a93-af14-d7507b6564bf" ], "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-04-18T07:26:35.572Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a602543e-cb24-4988-bd67-960c859893c0 VfModuleModelInvariantUUID:d7b7512b-8b26-4a42-b2af-ea0916a6e90f VfModuleModelDescription:NULL Artifacts UUID List:{ 6aa2a71d-4b7f-4292-8afc-224edaf7ee45 , 6fab075c-b80b-4a93-af14-d7507b6564bf } 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-04-18T07:26:35.576Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d7b7512b-8b26-4a42-b2af-ea0916a6e90f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a602543e-cb24-4988-bd67-960c859893c0", "vfModuleModelCustomizationUUID": "37414b1b-6d39-4d31-937d-6c88964a67f7", "isBase": true, "artifacts": [ "6aa2a71d-4b7f-4292-8afc-224edaf7ee45", "6fab075c-b80b-4a93-af14-d7507b6564bf" ], "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-04-18T07:26:35.577Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a602543e-cb24-4988-bd67-960c859893c0 VfModuleModelInvariantUUID:d7b7512b-8b26-4a42-b2af-ea0916a6e90f VfModuleModelDescription:NULL Artifacts UUID List:{ 6aa2a71d-4b7f-4292-8afc-224edaf7ee45 , 6fab075c-b80b-4a93-af14-d7507b6564bf } 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-04-18T07:26:35.577Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||Trying to download the artifact UUID: 6aa2a71d-4b7f-4292-8afc-224edaf7ee45 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-04-18T07:26:35.578Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:26:35.578Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:26:35.985Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:26:35.986Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 6aa2a71d-4b7f-4292-8afc-224edaf7ee45 5033 2022-04-18T07:26:35.986Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:26:35.987Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:26:35.987Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:26:35.987Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:26:35.992Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:26:35.992Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266795986, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:26:36.092Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:26:36.093Z||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-04-18T07:26:36.094Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:26:36.109Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:26:36.110Z||pool-133-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:26:36.997Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||Trying to download the artifact UUID: 6fab075c-b80b-4a93-af14-d7507b6564bf from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-04-18T07:26:36.998Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:26:36.998Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:26:37.647Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:26:37.647Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 6fab075c-b80b-4a93-af14-d7507b6564bf 903 2022-04-18T07:26:37.648Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:26:37.648Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:26:37.648Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:26:37.648Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:26:37.651Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:26:37.651Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266797648, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:26:37.750Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:26:37.751Z||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-04-18T07:26:37.752Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:26:37.773Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:26:37.773Z||pool-134-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:26:38.651Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Preparing to deploy Service: dea248b3-17fa-4eb4-ba29-8594ee72d96a 2022-04-18T07:26:38.652Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 20453022-2b48-46e7-979a-c12982e39950 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-04-18T07:26:38.673Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b92d71f, org.onap.sdc.toscaparser.api.parameters.Input@58368825, org.onap.sdc.toscaparser.api.parameters.Input@44fea131, org.onap.sdc.toscaparser.api.parameters.Input@4db83577, org.onap.sdc.toscaparser.api.parameters.Input@70af39f0] 2022-04-18T07:26:38.674Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:26:38.675Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:26:38.675Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||VF Category is: Generic 2022-04-18T07:26:38.675Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||VFCustomizationUUID= df969f64-8297-4be8-b284-3aec7d5b637b 2022-04-18T07:26:38.675Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: df969f64-8297-4be8-b284-3aec7d5b637b matches Tosca VF Customization UUID: df969f64-8297-4be8-b284-3aec7d5b637b 2022-04-18T07:26:38.676Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||vfCustomizationUUID: df969f64-8297-4be8-b284-3aec7d5b637b 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-04-18T07:26:38.679Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:26:38.679Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:26:38.680Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||resource request for resource customization id df969f64-8297-4be8-b284-3aec7d5b637b: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-04-18T07:26:38.680Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@21edb6aa 2022-04-18T07:26:38.680Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:26:38.680Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T07:26:38.680Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 37414b1b-6d39-4d31-937d-6c88964a67f7 2022-04-18T07:26:38.681Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 37414b1b-6d39-4d31-937d-6c88964a67f7 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-04-18T07:26:38.703Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:26:38.703Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-18T07:26:38.704Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:26:38.704Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:26:38.704Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-18T07:26:38.704Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:26:38.705Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:26:38.706Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-04-18T07:26:38.706Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-18T07:26:38.706Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-18T07:26:38.706Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fa3d1394-936d-4082-b858-d7abd9726ce0 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-04-18T07:26:38.710Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:26:38.710Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-18T07:26:38.711Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:26:38.711Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:26:38.711Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-18T07:26:38.712Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=df969f64-8297-4be8-b284-3aec7d5b637b 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-04-18T07:26:38.714Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:26:38.715Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:26:38.715Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500|| resourceSeq for service uuid dea248b3-17fa-4eb4-ba29-8594ee72d96a: basic_vm_macro 2022-04-18T07:26:38.715Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:26:38.715Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:26:38.716Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:26:38.716Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:26:38.716Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:26:38.716Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:26:38.717Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:26:38.717Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:26:38.717Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:26:38.718Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:26:38.718Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:26:38.844Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 20453022-2b48-46e7-979a-c12982e39950 1 ASDC deployResourceStructure 2022-04-18T07:26:38.844Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:26:38.844Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:26:38.845Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:26:38.845Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:26:38.847Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:26:38.848Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266798844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:26:38.947Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:26:38.949Z||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-04-18T07:26:38.949Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:26:38.959Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:26:38.960Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:26:39.848Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:26:39.849Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:26:39.851Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:26:39.852Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:26:39.855Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:26:39.855Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266799848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-18T07:26:39.955Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-18T07:26:39.956Z||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-04-18T07:26:39.956Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:26:39.974Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:26:39.975Z||pool-136-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:26:40.857Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:26:40.857Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|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-04-18T07:26:40.858Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:26:40.858Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:26:40.860Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:26:40.860Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266800857, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-18T07:26:40.960Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:26:40.961Z||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-04-18T07:26:40.961Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:26:40.982Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:26:40.983Z||pool-137-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:26:41.862Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-04-18T07:26:41.862Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-04-18T07:26:41.863Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:26:41.863Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:26:41.865Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:26:41.865Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||try to send status { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266801861, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:26:41.965Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:26:41.966Z||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-04-18T07:26:41.967Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:26:41.978Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:26:41.979Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:26:42.866Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27a2ac89-f3b1-4dde-a112-7a359317e130 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:26:42.882Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27a2ac89-f3b1-4dde-a112-7a359317e130 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-04-18T07:26:42.889Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:26:42.889Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T07:26:42.889Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T07:26:42.890Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T07:26:42.890Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-18T07:26:42.890Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:26:42.895Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T07:27:12.896Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 27a2ac89-f3b1-4dde-a112-7a359317e130 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-04-18T07:27:12.903Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 27a2ac89-f3b1-4dde-a112-7a359317e130 and serviceModelVersionId: dea248b3-17fa-4eb4-ba29-8594ee72d96a 2022-04-18T07:27:12.903Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8f2c4509-3f3a-4260-bbfe-d042595a782e 2022-04-18T07:27:12.904Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0 2022-04-18T07:27:12.911Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-18T07:27:12.973Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bc729e9-f66a-45cb-ad9b-aa8050e73d9d/model-vers/model-ver/6899afee-3fdb-42a5-a084-73978ddc48d4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?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-04-18T07:27:12.976Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||Invoke 2022-04-18T07:27:14.527Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?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-04-18T07:27:14.529Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||Invoke 2022-04-18T07:27:16.062Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?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-04-18T07:27:16.066Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||Invoke 2022-04-18T07:27:17.105Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:27:17.106Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-18T07:27:17.106Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:27:17.106Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-04-18T07:27:17.117Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|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-04-18T07:27:17.118Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 27a2ac89-f3b1-4dde-a112-7a359317e130 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:27:17.119Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-18T07:27:17.119Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:27:17.123Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:27:17.123Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||try to send status { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266837118, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:27:17.222Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-04-18T07:27:17.223Z||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-04-18T07:27:17.224Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:27:17.247Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:27:17.249Z||pool-139-thread-1|||||INFO|500||cambria reply ok (27 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-04-18T07:27:18.140Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:27:18.141Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:27:18.141Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:27:19.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:27:19.025Z||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-04-18T07:27:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:27:19.043Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:27:19.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T07:27:19.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:27:19.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-18T07:27:19.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T07:27:19.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-18T07:27:19.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-18T07:27:19.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T07:27:19.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-18T07:27:19.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-18T07:27:19.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T07:27:19.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:27:19.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-18T07:27:19.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T07:27:19.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-18T07:27:19.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-18T07:27:19.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T07:27:19.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:27:19.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-18T07:27:19.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T07:27:19.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:27:19.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-18T07:27:19.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T07:27:19.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266668212, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:27:19.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:27:19.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T07:27:19.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266672665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:27:19.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:27:19.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T07:27:19.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266674495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:27:19.050Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:27:19.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T07:27:19.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266676711, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:27:19.051Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:27:19.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T07:27:19.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266677935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:27:19.052Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:27:19.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T07:27:19.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266678943, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-18T07:27:19.053Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:27:19.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T07:27:19.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266679963, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-18T07:27:19.053Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:27:19.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T07:27:19.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266680972, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:27:19.054Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:27:19.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T07:27:19.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb084bc-0e3a-4594-bffe-7af779c61fda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266716250, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:27:19.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:27:19.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T07:27:19.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:27:19.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-18T07:27:19.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T07:27:19.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-04-18T07:27:19.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-18T07:27:27.682Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:27:27.685Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:27:27.685Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:27:27.686Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:27:37.243Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:27:37.244Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:27:37.245Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:27:37.246Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:27:46.774Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:27:46.775Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:27:46.776Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:27:46.776Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:27:56.311Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:27:56.311Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:27:56.312Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:27:56.312Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:28:05.845Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:28:05.846Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:28:05.847Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:28:05.847Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:28:15.421Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:28:15.422Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:28:15.423Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:28:15.423Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:28:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:28:19.025Z||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-04-18T07:28:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:28:19.051Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:28:19.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:28:19.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-04-18T07:28:19.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:28:19.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:28:19.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:28:19.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:28:19.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:28:19.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-04-18T07:28:19.056Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:28:19.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:28:19.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-04-18T07:28:19.056Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:28:19.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:28:19.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-04-18T07:28:19.057Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:28:19.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:28:19.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-18T07:28:19.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:28:19.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:28:19.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:28:19.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:28:19.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:28:19.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266521566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:28:19.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:28:19.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:28:19.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266728409, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:28:19.060Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:28:19.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:28:19.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266732198, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:28:19.061Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:28:19.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:28:19.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266733785, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:28:19.061Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:28:19.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:28:19.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266735292, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:28:19.062Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:28:19.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:28:19.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266736489, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:28:19.063Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:28:19.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:28:19.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266737665, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-04-18T07:28:19.064Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:28:19.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:28:19.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266738783, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:28:19.065Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:28:19.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:28:19.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266739791, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-04-18T07:28:19.065Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:28:19.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:28:19.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266740800, "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-04-18T07:28:19.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:28:19.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:28:19.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266741817, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-04-18T07:28:19.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:28:19.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:28:19.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266742833, "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-04-18T07:28:19.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:28:19.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:28:19.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266743843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:28:19.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:28:19.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:28:19.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266774954, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet" } 2022-04-18T07:28:19.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:28:19.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:28:19.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "915e8c6e-0c3d-4f7c-9e53-1bcc9c9e5b82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266775998, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection" } 2022-04-18T07:28:19.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:28:24.959Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:28:24.960Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:28:24.960Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:28:24.961Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:28:34.490Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:29:19.010Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:29:19.012Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:29:19.012Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:29:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:29:19.024Z||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-04-18T07:29:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:29:19.538Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:29:19.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:29:19.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266777017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:29:19.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:29:19.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:29:19.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266777017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-18T07:29:19.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:29:19.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:29:19.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266777017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-18T07:29:19.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:29:19.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:29:19.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266777017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:29:19.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:29:19.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:29:19.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266777017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-18T07:29:19.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:29:19.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:29:19.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266777017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-18T07:29:19.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:29:19.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:29:19.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266777017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:29:19.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:29:19.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:29:19.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266777017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:29:19.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:29:19.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:29:19.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266790897, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:29:19.548Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:29:19.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:29:19.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266794562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:29:19.548Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:29:19.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:29:19.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266795986, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:29:19.549Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:29:19.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:29:19.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266797648, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:29:19.553Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:29:19.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:29:19.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266798844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:29:19.554Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:29:19.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:29:19.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266799848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-18T07:29:19.554Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:29:19.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:29:19.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266800857, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-18T07:29:19.555Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:29:19.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:29:19.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266801861, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:29:19.555Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:29:19.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:29:19.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27a2ac89-f3b1-4dde-a112-7a359317e130", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266837118, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:29:19.556Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:29:23.849Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:29:23.850Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||received message from topic 2022-04-18T07:29:23.850Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"46be2307-e0d8-4481-ab62-364c27ef4c1b","serviceName":"vFW 2022-04-18 07-25-41","serviceVersion":"1.0","serviceUUID":"532bdfb0-9099-472c-9533-59d67b666ec3","serviceDescription":"catalog service description","serviceInvariantUUID":"5a9097df-8259-43e4-ad2d-0d2bf0b161ed","resources":[{"resourceInstanceName":"vFW b28c7592-b3a9 0","resourceName":"vFW b28c7592-b3a9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5c7ae6e8-5e1e-41a3-8c78-f3a1f5e314f2","resourceInvariantUUID":"5c31a888-d362-4bdc-8e1a-fff6867ada43","resourceCustomizationUUID":"54037202-11c7-457a-96d0-69a5e1ad0026","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vf-license-model.xml","artifactChecksum":"Y2Q0YWQ1ODIzMjMxNjFlNjA2ZmUxODM3NzZlZTY1OWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e631d05c-881c-47c4-aa2b-8694c1c73a4f","artifactVersion":"1"},{"artifactName":"vfwb28c7592b3a90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vfwb28c7592b3a90_modules.json","artifactChecksum":"MTI1MDgzNGVmNWRiMGE1NTJkYmM5YWI1NTIyN2IzZTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5e6b4ea2-c16f-47f9-9d1e-fbfbdde5c774","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8e7f975a-259c-40e8-9840-1af4004b0f49","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vendor-license-model.xml","artifactChecksum":"ZmMzNTAxNzg1YTgxMmE2ZjNmMGNmN2FhODI3YWRjMWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b2108420-74c2-43e2-bae1-d600e629bc27","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"558be729-6162-4f69-983a-84bd7fcdc316","artifactVersion":"2","generatedFromUUID":"8e7f975a-259c-40e8-9840-1af4004b0f49"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220418072541-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-template.yml","artifactChecksum":"ZjRlOTUxYWIwNDljNGJmZmY4NDM3ZTQ1Zjg4MzE2N2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dd4de43c-9d15-4d97-a5ca-b127c1b7be16","artifactVersion":"1"},{"artifactName":"service-Vfw20220418072541-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar","artifactChecksum":"ZTViMTJjZDNmZDEwMjI5MzAwMWU3YTQxODlhOTE2Mjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2314f15c-28ef-48e3-a665-49b9ae5e3f0f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T07:29:23.855Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:29:23.855Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:29:23.858Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:29:23.858Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||try to send status { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266959010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:29:23.960Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-04-18T07:29:23.962Z||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-04-18T07:29:23.962Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:29:23.972Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:29:23.973Z||pool-140-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:29:24.859Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:29:24.859Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:29:24.870Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:29:24.870Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||try to send status { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266959010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vfwb28c7592b3a90_modules.json", "status": "NOTIFIED" } 2022-04-18T07:29:24.969Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:29:24.970Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:29:24.970Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:29:24.997Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:29:24.998Z||pool-141-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:29:25.871Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:29:25.872Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:29:25.876Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:29:25.877Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||try to send status { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266959010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T07:29:25.976Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:29:25.977Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:29:25.978Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:29:25.998Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:29:25.999Z||pool-142-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:29:26.877Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:29:26.878Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:29:26.886Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:29:26.886Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||try to send status { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266959010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:29:26.986Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:29:26.988Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:29:26.988Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:29:27.003Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:29:27.004Z||pool-143-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:29:27.889Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:29:27.897Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:29:27.905Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:29:27.906Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||try to send status { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266959010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T07:29:28.006Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:29:28.007Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:29:28.007Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:29:28.028Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:29:28.030Z||pool-144-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:29:28.907Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:29:28.908Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:29:28.911Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:29:28.911Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||try to send status { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266959010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:29:29.011Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:29:29.012Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:29:29.012Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:29:29.023Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:29:29.024Z||pool-145-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:29:29.912Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:29:29.913Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:29:29.916Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:29:29.916Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||try to send status { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266959010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:29:30.016Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:29:30.017Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:29:30.017Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:29:30.030Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:29:30.031Z||pool-146-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:29:30.918Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||sending notification to client: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "serviceName": "vFW 2022-04-18 07-25-41", "serviceVersion": "1.0", "serviceUUID": "532bdfb0-9099-472c-9533-59d67b666ec3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "5a9097df-8259-43e4-ad2d-0d2bf0b161ed", "resources": [ { "resourceInstanceName": "vFW b28c7592-b3a9 0", "resourceCustomizationUUID": "54037202-11c7-457a-96d0-69a5e1ad0026", "resourceName": "vFW b28c7592-b3a9", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5c7ae6e8-5e1e-41a3-8c78-f3a1f5e314f2", "resourceInvariantUUID": "5c31a888-d362-4bdc-8e1a-fff6867ada43", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwb28c7592b3a90_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vfwb28c7592b3a90_modules.json", "artifactChecksum": "MTI1MDgzNGVmNWRiMGE1NTJkYmM5YWI1NTIyN2IzZTQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5e6b4ea2-c16f-47f9-9d1e-fbfbdde5c774", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8e7f975a-259c-40e8-9840-1af4004b0f49", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "558be729-6162-4f69-983a-84bd7fcdc316", "generatedFromUUID": "8e7f975a-259c-40e8-9840-1af4004b0f49" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "558be729-6162-4f69-983a-84bd7fcdc316", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220418072541-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar", "artifactChecksum": "ZTViMTJjZDNmZDEwMjI5MzAwMWU3YTQxODlhOTE2Mjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2314f15c-28ef-48e3-a665-49b9ae5e3f0f" } ], "workloadContext": "Production" } 2022-04-18T07:29:30.918Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T07:29:30.918Z|27a2ac89-f3b1-4dde-a112-7a359317e130|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 532bdfb0-9099-472c-9533-59d67b666ec3 ASDC 2022-04-18T07:29:30.919Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||ASDC Notification: DistributionID:46be2307-e0d8-4481-ab62-364c27ef4c1b ServiceName:vFW 2022-04-18 07-25-41 ServiceVersion:1.0 ServiceUUID:532bdfb0-9099-472c-9533-59d67b666ec3 ServiceInvariantUUID:5a9097df-8259-43e4-ad2d-0d2bf0b161ed ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220418072541-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar ArtifactUUID:2314f15c-28ef-48e3-a665-49b9ae5e3f0f ArtifactChecksum:ZTViMTJjZDNmZDEwMjI5MzAwMWU3YTQxODlhOTE2Mjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW b28c7592-b3a9 0 ResourceCustomizationUUID:54037202-11c7-457a-96d0-69a5e1ad0026 ResourceInvariantUUID:5c31a888-d362-4bdc-8e1a-fff6867ada43 ResourceName:vFW b28c7592-b3a9 ResourceType:VF ResourceUUID:5c7ae6e8-5e1e-41a3-8c78-f3a1f5e314f2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwb28c7592b3a90_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vfwb28c7592b3a90_modules.json ArtifactUUID:5e6b4ea2-c16f-47f9-9d1e-fbfbdde5c774 ArtifactChecksum:MTI1MDgzNGVmNWRiMGE1NTJkYmM5YWI1NTIyN2IzZTQ= 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/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.yaml ArtifactUUID:8e7f975a-259c-40e8-9840-1af4004b0f49 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/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.env ArtifactUUID:558be729-6162-4f69-983a-84bd7fcdc316 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/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.env ArtifactUUID:558be729-6162-4f69-983a-84bd7fcdc316 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-18T07:29:30.919Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 532bdfb0-9099-472c-9533-59d67b666ec3 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-04-18T07:29:30.960Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:29:30.962Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:29:30.962Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:29:30.962Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||Trying to download the artifact UUID: 2314f15c-28ef-48e3-a665-49b9ae5e3f0f from URL: /sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar 2022-04-18T07:29:30.963Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:29:30.963Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar 2022-04-18T07:29:31.298Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:29:31.303Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar 2314f15c-28ef-48e3-a665-49b9ae5e3f0f 98999 2022-04-18T07:29:31.304Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar ASDC sendASDCNotification 2022-04-18T07:29:31.304Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar 2022-04-18T07:29:31.304Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:29:31.305Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:29:31.308Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:29:31.309Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||try to send status { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266971304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:29:31.408Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:29:31.410Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:29:31.410Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:29:31.433Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:29:31.433Z||pool-147-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:29:32.309Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:29:32.313Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:29:32.314Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||Trying to write artifact UUID: 2314f15c-28ef-48e3-a665-49b9ae5e3f0f, URL: /sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar to file: /app/ASDC/1/service-Vfw20220418072541-csar.csar 2022-04-18T07:29:32.315Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220418072541-csar.csar 2022-04-18T07:29:32.316Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220418072541-csar.csar 2022-04-18T07:29:32.316Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220418072541-csar.csar 2022-04-18T07:29:32.674Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14265135005733434077/Definitions/service-Vfw20220418072541-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-04-18T07:29:36.138Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-18T07:29:36.139Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|WARN|500||#################################################################################################### 2022-04-18T07:29:36.139Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220418072541-csar.csar 2022-04-18T07:29:36.139Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-18T07:29:36.139Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220418072541-csar.csar 2022-04-18T07:29:36.140Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220418072541-csar.csar 2022-04-18T07:29:36.140Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|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-Vfw20220418072541-csar.csar 2022-04-18T07:29:36.140Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418072541-csar.csar 2022-04-18T07:29:36.140Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418072541-csar.csar 2022-04-18T07:29:36.140Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220418072541-csar.csar 2022-04-18T07:29:36.140Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|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-Vfw20220418072541-csar.csar 2022-04-18T07:29:36.140Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220418072541-csar.csar 2022-04-18T07:29:36.140Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b28c7592-b3a9 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220418072541-csar.csar 2022-04-18T07:29:36.141Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220418072541-csar.csar 2022-04-18T07:29:36.141Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|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-Vfw20220418072541-csar.csar 2022-04-18T07:29:36.141Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418072541-csar.csar 2022-04-18T07:29:36.141Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|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-Vfw20220418072541-csar.csar 2022-04-18T07:29:36.141Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|WARN|500||#################################################################################################### 2022-04-18T07:29:36.142Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:36.142Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-25-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:29:36.142Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vFW b28c7592-b3a9 0 is matching search criteria 2022-04-18T07:29:36.143Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T07:29:36.143Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Found topology templates [vFW b28c7592-b3a9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:29:36.144Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:36.144Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-25-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:29:36.144Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vFW b28c7592-b3a9 0 is matching search criteria 2022-04-18T07:29:36.144Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T07:29:36.145Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Found topology templates [vFW b28c7592-b3a9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:29:36.145Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:36.146Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-25-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:29:36.146Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:36.147Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vFW b28c7592-b3a9 0 is not matching search criteria 2022-04-18T07:29:36.147Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:29:36.147Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:29:36.147Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:29:36.148Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:29:36.148Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:29:36.148Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:29:36.148Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:29:36.148Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:29:36.149Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:29:36.149Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:29:36.149Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:29:36.149Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:29:36.149Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:29:36.150Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:29:36.150Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:29:36.150Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-18T07:29:36.150Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:36.151Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-25-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T07:29:36.151Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:36.151Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vFW b28c7592-b3a9 0 is matching search criteria 2022-04-18T07:29:36.151Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Found topology templates [vFW b28c7592-b3a9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:29:36.151Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:36.152Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vFW b28c7592-b3a9 0 is matching search criteria 2022-04-18T07:29:36.152Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Found topology templates [vFW b28c7592-b3a9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:29:36.152Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:36.152Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vFW b28c7592-b3a9 0 is matching search criteria 2022-04-18T07:29:36.152Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Found topology templates [vFW b28c7592-b3a9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:29:36.153Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:36.153Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vFW b28c7592-b3a9 0 is not matching search criteria 2022-04-18T07:29:36.153Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:29:36.153Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-18T07:29:36.154Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:29:36.154Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:29:36.154Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:29:36.154Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:29:36.154Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:29:36.154Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:29:36.155Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:29:36.155Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:29:36.155Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:29:36.155Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=802e74f4-e0e4-425b-89f5-2a282978e506 2022-04-18T07:29:36.155Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:36.156Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vFW b28c7592-b3a9 0 is not matching search criteria 2022-04-18T07:29:36.156Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:29:36.156Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:29:36.156Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:29:36.156Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:29:36.156Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:29:36.156Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:29:36.157Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:29:36.157Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-18T07:29:36.157Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:29:36.157Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:29:36.157Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:29:36.158Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:29:36.158Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=34fe58e0-7637-43ca-9548-40de0598f2fc 2022-04-18T07:29:36.158Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:36.159Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vFW b28c7592-b3a9 0 is not matching search criteria 2022-04-18T07:29:36.159Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:29:36.159Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:29:36.159Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:29:36.159Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:29:36.160Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:29:36.160Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:29:36.160Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:29:36.162Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:29:36.162Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:29:36.162Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:29:36.162Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:29:36.162Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-18T07:29:36.163Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5780648d-4020-44f6-b10e-8ae4f0739fd2 2022-04-18T07:29:36.163Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:36.164Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-25-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:29:36.164Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:36.164Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-25-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:29:36.165Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:36.165Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-25-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:29:36.165Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:36.165Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-25-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:29:36.166Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-18 07-25-41 Description:catalog service description Model UUID:532bdfb0-9099-472c-9533-59d67b666ec3 Model Version:NULL Model InvariantUuid:5a9097df-8259-43e4-ad2d-0d2bf0b161ed Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW b28c7592-b3a9 Model UUID:aa7e8202-524b-41b5-91fb-4e629d01fc0c Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:5c31a888-d362-4bdc-8e1a-fff6867ada43 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:54037202-11c7-457a-96d0-69a5e1ad0026 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:bc7f4dbf-3100-44f1-8bb0-dd17f392efba ModelName:VfwB28c7592B3a9..base_vfw..module-0 ModelUuid:83d498f7-aebe-4ba8-aa67-832154054c1a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:802e74f4-e0e4-425b-89f5-2a282978e506 ModelInvariantUuid:809bd0f9-e18b-4a7e-b63b-ca93f0fe5647 ModelName:vFW b28c7592-b3a9-nodes.vfwCvfc ModelUuid:da2f6f59-a5e7-479c-88ac-f8cf0864b03d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:5f8c2789-f533-48e3-a1b7-8062f9883741 ModelInvariantUuid:97cd4243-f4e2-4986-847f-19590321094a ModelName:VfwB28c7592B3a9.compute.nodes.heat.vfw ModelUuid:a1a0fbee-5ad0-461a-a13a-a7a63964ead0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:34fe58e0-7637-43ca-9548-40de0598f2fc ModelInvariantUuid:5adaa70b-a09f-465f-ad33-0d62b9407d5f ModelName:vFW b28c7592-b3a9-nodes.vsnCvfc ModelUuid:ccf96eb4-6451-4fde-9db5-abb45ae5589d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:3a28bb88-cf99-446f-bf20-ef6f48139e75 ModelInvariantUuid:0e030d3a-e35d-4b2d-948b-fca7539035f7 ModelName:VfwB28c7592B3a9.compute.nodes.heat.vsn ModelUuid:955d8282-42ad-4004-98c8-0489b87f3bd6 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:5780648d-4020-44f6-b10e-8ae4f0739fd2 ModelInvariantUuid:816a914c-8277-4908-96c0-d54af14305e3 ModelName:vFW b28c7592-b3a9-nodes.vpgCvfc ModelUuid:0c9e1cca-26b7-43cb-86a7-45c780092382 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:7f013b05-f0d8-49cb-b17f-a7aabf08eb43 ModelInvariantUuid:4b896af3-8f6b-4804-8b64-f2007c6e8172 ModelName:VfwB28c7592B3a9.compute.nodes.heat.vpg ModelUuid:1a1c6312-ff3f-4673-9c26-c39513dd349e 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-04-18T07:29:36.177Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 5c7ae6e8-5e1e-41a3-8c78-f3a1f5e314f2 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-04-18T07:29:36.190Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||vFW b28c7592-b3a9 0 2022-04-18T07:29:36.191Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 5c7ae6e8-5e1e-41a3-8c78-f3a1f5e314f2 2022-04-18T07:29:36.191Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||Trying to download the artifact UUID: 5e6b4ea2-c16f-47f9-9d1e-fbfbdde5c774 from URL: /sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vfwb28c7592b3a90_modules.json 2022-04-18T07:29:36.192Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:29:36.192Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vfwb28c7592b3a90_modules.json 2022-04-18T07:29:36.649Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:29:36.650Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vfwb28c7592b3a90_modules.json 5e6b4ea2-c16f-47f9-9d1e-fbfbdde5c774 785 2022-04-18T07:29:36.651Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vfwb28c7592b3a90_modules.json ASDC sendASDCNotification 2022-04-18T07:29:36.651Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vfwb28c7592b3a90_modules.json 2022-04-18T07:29:36.651Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:29:36.651Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:29:36.653Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:29:36.653Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||try to send status { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266976650, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vfwb28c7592b3a90_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:29:36.753Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:29:36.754Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:29:36.754Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:29:36.766Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:29:36.767Z||pool-148-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:29:37.654Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB28c7592B3a9..base_vfw..module-0", "vfModuleModelInvariantUUID": "bc7f4dbf-3100-44f1-8bb0-dd17f392efba", "vfModuleModelVersion": "1", "vfModuleModelUUID": "83d498f7-aebe-4ba8-aa67-832154054c1a", "vfModuleModelCustomizationUUID": "b9939d8b-f983-4b3a-b0a2-ecb9fb37cf78", "isBase": true, "artifacts": [ "8e7f975a-259c-40e8-9840-1af4004b0f49", "558be729-6162-4f69-983a-84bd7fcdc316" ], "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-04-18T07:29:37.659Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB28c7592B3a9..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:83d498f7-aebe-4ba8-aa67-832154054c1a VfModuleModelInvariantUUID:bc7f4dbf-3100-44f1-8bb0-dd17f392efba VfModuleModelDescription:NULL Artifacts UUID List:{ 8e7f975a-259c-40e8-9840-1af4004b0f49 , 558be729-6162-4f69-983a-84bd7fcdc316 } 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-04-18T07:29:37.663Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB28c7592B3a9..base_vfw..module-0", "vfModuleModelInvariantUUID": "bc7f4dbf-3100-44f1-8bb0-dd17f392efba", "vfModuleModelVersion": "1", "vfModuleModelUUID": "83d498f7-aebe-4ba8-aa67-832154054c1a", "vfModuleModelCustomizationUUID": "b9939d8b-f983-4b3a-b0a2-ecb9fb37cf78", "isBase": true, "artifacts": [ "8e7f975a-259c-40e8-9840-1af4004b0f49", "558be729-6162-4f69-983a-84bd7fcdc316" ], "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-04-18T07:29:37.663Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB28c7592B3a9..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:83d498f7-aebe-4ba8-aa67-832154054c1a VfModuleModelInvariantUUID:bc7f4dbf-3100-44f1-8bb0-dd17f392efba VfModuleModelDescription:NULL Artifacts UUID List:{ 8e7f975a-259c-40e8-9840-1af4004b0f49 , 558be729-6162-4f69-983a-84bd7fcdc316 } 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-04-18T07:29:37.663Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||Trying to download the artifact UUID: 8e7f975a-259c-40e8-9840-1af4004b0f49 from URL: /sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.yaml 2022-04-18T07:29:37.664Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:29:37.664Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.yaml 2022-04-18T07:29:37.985Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:29:37.986Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.yaml 8e7f975a-259c-40e8-9840-1af4004b0f49 20368 2022-04-18T07:29:37.987Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-18T07:29:37.987Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.yaml 2022-04-18T07:29:37.987Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:29:37.987Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:29:37.990Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:29:37.990Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||try to send status { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266977987, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:29:38.090Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:29:38.092Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:29:38.092Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:29:38.105Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:29:38.105Z||pool-149-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:29:38.991Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||Trying to download the artifact UUID: 558be729-6162-4f69-983a-84bd7fcdc316 from URL: /sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.env 2022-04-18T07:29:38.992Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:29:38.993Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.env 2022-04-18T07:29:39.191Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:29:39.192Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.env 558be729-6162-4f69-983a-84bd7fcdc316 2098 2022-04-18T07:29:39.192Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-18T07:29:39.193Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.env 2022-04-18T07:29:39.193Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:29:39.194Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:29:39.197Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:29:39.197Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||try to send status { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266979192, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:29:39.297Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-18T07:29:39.297Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:29:39.298Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:29:39.310Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:29:39.311Z||pool-150-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:29:40.199Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Preparing to deploy Service: 532bdfb0-9099-472c-9533-59d67b666ec3 2022-04-18T07:29:40.200Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b28c7592-b3a9 0 5c7ae6e8-5e1e-41a3-8c78-f3a1f5e314f2 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-04-18T07:29:40.229Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44067cf6, org.onap.sdc.toscaparser.api.parameters.Input@662462c, org.onap.sdc.toscaparser.api.parameters.Input@2409c3de, org.onap.sdc.toscaparser.api.parameters.Input@2bf159e8, org.onap.sdc.toscaparser.api.parameters.Input@5c6771ac] 2022-04-18T07:29:40.231Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:40.232Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-25-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:29:40.232Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||VF Category is: Generic 2022-04-18T07:29:40.232Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||VFCustomizationUUID= 54037202-11c7-457a-96d0-69a5e1ad0026 2022-04-18T07:29:40.232Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 54037202-11c7-457a-96d0-69a5e1ad0026 matches Tosca VF Customization UUID: 54037202-11c7-457a-96d0-69a5e1ad0026 2022-04-18T07:29:40.233Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||vfCustomizationUUID: 54037202-11c7-457a-96d0-69a5e1ad0026 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-04-18T07:29:40.236Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:40.236Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-25-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:29:40.237Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||resource request for resource customization id 54037202-11c7-457a-96d0-69a5e1ad0026: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-04-18T07:29:40.237Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3420179 2022-04-18T07:29:40.237Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:40.237Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-25-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T07:29:40.237Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b9939d8b-f983-4b3a-b0a2-ecb9fb37cf78 2022-04-18T07:29:40.238Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b9939d8b-f983-4b3a-b0a2-ecb9fb37cf78 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-04-18T07:29:40.240Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:40.241Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vFW b28c7592-b3a9 0 is matching search criteria 2022-04-18T07:29:40.241Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Found topology templates [vFW b28c7592-b3a9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:29:40.241Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:40.241Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vFW b28c7592-b3a9 0 is matching search criteria 2022-04-18T07:29:40.242Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Found topology templates [vFW b28c7592-b3a9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:29:40.242Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:40.242Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vFW b28c7592-b3a9 0 is not matching search criteria 2022-04-18T07:29:40.242Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:29:40.243Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-18T07:29:40.243Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:29:40.243Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:29:40.243Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:29:40.244Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:29:40.244Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:29:40.244Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:29:40.244Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:29:40.245Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:29:40.245Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:29:40.245Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=802e74f4-e0e4-425b-89f5-2a282978e506 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-04-18T07:29:40.248Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:40.248Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vFW b28c7592-b3a9 0 is matching search criteria 2022-04-18T07:29:40.248Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Found topology templates [vFW b28c7592-b3a9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:29:40.248Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:40.249Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vFW b28c7592-b3a9 0 is not matching search criteria 2022-04-18T07:29:40.249Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:29:40.249Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:29:40.249Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:29:40.249Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:29:40.250Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:29:40.250Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:29:40.250Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:29:40.250Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-18T07:29:40.251Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:29:40.251Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:29:40.251Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:29:40.251Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:29:40.252Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=34fe58e0-7637-43ca-9548-40de0598f2fc 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-04-18T07:29:40.254Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:40.254Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vFW b28c7592-b3a9 0 is matching search criteria 2022-04-18T07:29:40.255Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Found topology templates [vFW b28c7592-b3a9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:29:40.255Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:40.255Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vFW b28c7592-b3a9 0 is not matching search criteria 2022-04-18T07:29:40.255Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:29:40.256Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:29:40.256Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:29:40.256Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:29:40.256Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:29:40.256Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:29:40.257Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:29:40.257Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:29:40.257Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:29:40.257Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:29:40.257Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:29:40.258Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-18T07:29:40.258Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5780648d-4020-44f6-b10e-8ae4f0739fd2 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-04-18T07:29:40.260Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:40.260Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vFW b28c7592-b3a9 0 is matching search criteria 2022-04-18T07:29:40.261Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Found topology templates [vFW b28c7592-b3a9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:29:40.261Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:40.261Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Node template vFW b28c7592-b3a9 0 is matching search criteria 2022-04-18T07:29:40.262Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Found topology templates [vFW b28c7592-b3a9 0] matching following query criteria: sdcType=VF, customizationUUID=54037202-11c7-457a-96d0-69a5e1ad0026 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-04-18T07:29:40.263Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:40.264Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-25-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:29:40.264Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500|| resourceSeq for service uuid 532bdfb0-9099-472c-9533-59d67b666ec3: vFW b28c7592-b3a9 2022-04-18T07:29:40.264Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:40.264Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-25-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:29:40.264Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:40.265Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-25-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:29:40.265Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:40.265Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-25-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:29:40.265Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:40.265Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-25-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:29:40.266Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:29:40.266Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-25-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:29:40.266Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||Saving Service: vFW 2022-04-18 07-25-41 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-04-18T07:29:40.465Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b28c7592-b3a9 5c7ae6e8-5e1e-41a3-8c78-f3a1f5e314f2 1 ASDC deployResourceStructure 2022-04-18T07:29:40.466Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vfwb28c7592b3a90_modules.json ASDC sendASDCNotification 2022-04-18T07:29:40.467Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vfwb28c7592b3a90_modules.json 2022-04-18T07:29:40.467Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:29:40.467Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:29:40.470Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:29:40.470Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||try to send status { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266980466, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vfwb28c7592b3a90_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:29:40.570Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:29:40.572Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:29:40.572Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:29:40.586Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:29:40.587Z||pool-151-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:29:41.472Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-18T07:29:41.472Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.yaml 2022-04-18T07:29:41.472Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:29:41.473Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:29:41.476Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:29:41.476Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||try to send status { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266981472, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-18T07:29:41.575Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:29:41.576Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:29:41.577Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:29:41.598Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:29:41.599Z||pool-152-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:29:42.476Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-18T07:29:42.477Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.env 2022-04-18T07:29:42.478Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:29:42.478Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:29:42.480Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:29:42.480Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||try to send status { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266982476, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-18T07:29:42.580Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:29:42.581Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:29:42.582Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:29:42.594Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:29:42.595Z||pool-153-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:29:43.482Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar ASDC sendASDCNotification 2022-04-18T07:29:43.482Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar 2022-04-18T07:29:43.482Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:29:43.483Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:29:43.485Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:29:43.485Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||try to send status { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266983482, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:29:43.585Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:29:43.586Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:29:43.586Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:29:43.597Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:29:43.598Z||pool-154-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:29:44.486Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46be2307-e0d8-4481-ab62-364c27ef4c1b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:29:44.499Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46be2307-e0d8-4481-ab62-364c27ef4c1b 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-04-18T07:29:44.502Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:29:44.503Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:29:44.503Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:30:14.504Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46be2307-e0d8-4481-ab62-364c27ef4c1b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:30:14.525Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46be2307-e0d8-4481-ab62-364c27ef4c1b 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-04-18T07:30:14.528Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:30:14.528Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:30:14.528Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:30:19.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:30:19.028Z||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-04-18T07:30:19.030Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:30:19.664Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:30:19.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "clamp", "timestamp": 1650266955794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266959010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "aai-ml", "timestamp": 1650266958719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "cds", "timestamp": 1650266957205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266953088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "clamp", "timestamp": 1650266955794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vfwb28c7592b3a90_modules.json", "status": "NOTIFIED" } 2022-04-18T07:30:19.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266959010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vfwb28c7592b3a90_modules.json", "status": "NOTIFIED" } 2022-04-18T07:30:19.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "cds", "timestamp": 1650266957205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vfwb28c7592b3a90_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266953088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vfwb28c7592b3a90_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "aai-ml", "timestamp": 1650266958719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vfwb28c7592b3a90_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "multicloud-k8s-id", "timestamp": 1650266963381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "clamp", "timestamp": 1650266955794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "aai-ml", "timestamp": 1650266958719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "cds", "timestamp": 1650266957205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266953088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266959010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T07:30:19.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "ves-openapi-manager", "timestamp": 1650266964266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "multicloud-k8s-id", "timestamp": 1650266963381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vfwb28c7592b3a90_modules.json", "status": "NOTIFIED" } 2022-04-18T07:30:19.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "clamp", "timestamp": 1650266955794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "aai-ml", "timestamp": 1650266958719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "cds", "timestamp": 1650266957205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266953088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266959010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "ves-openapi-manager", "timestamp": 1650266964266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vfwb28c7592b3a90_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "multicloud-k8s-id", "timestamp": 1650266963381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T07:30:19.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "clamp", "timestamp": 1650266955794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "aai-ml", "timestamp": 1650266958719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "cds", "timestamp": 1650266957205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266953088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266959010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T07:30:19.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "ves-openapi-manager", "timestamp": 1650266964266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "multicloud-k8s-id", "timestamp": 1650266963381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "clamp", "timestamp": 1650266955794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "aai-ml", "timestamp": 1650266958719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "cds", "timestamp": 1650266957205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266953088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266959010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "ves-openapi-manager", "timestamp": 1650266964266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "policy-id", "timestamp": 1650266969244, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "multicloud-k8s-id", "timestamp": 1650266963381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T07:30:19.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "clamp", "timestamp": 1650266955794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:30:19.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "aai-ml", "timestamp": 1650266958719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:30:19.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266953088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:30:19.704Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "cds", "timestamp": 1650266957205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:30:19.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266959010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:30:19.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "ves-openapi-manager", "timestamp": 1650266964266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.707Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "policy-id", "timestamp": 1650266969244, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vfwb28c7592b3a90_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "multicloud-k8s-id", "timestamp": 1650266963381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "ves-openapi-manager", "timestamp": 1650266964266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "policy-id", "timestamp": 1650266969244, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T07:30:19.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "multicloud-k8s-id", "timestamp": 1650266963381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:30:19.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "cds", "timestamp": 1650266971032, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:30:19.711Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:30:19.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266970140, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:30:19.711Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:30:19.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "aai-ml", "timestamp": 1650266970380, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:30:19.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:30:19.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266971304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:30:19.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:30:19.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "ves-openapi-manager", "timestamp": 1650266964266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "policy-id", "timestamp": 1650266969244, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "cds", "timestamp": 1650266972044, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-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-04-18T07:30:19.727Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 46be2307-e0d8-4481-ab62-364c27ef4c1b 2022-04-18T07:30:19.728Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46be2307-e0d8-4481-ab62-364c27ef4c1b 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-04-18T07:30:19.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "multicloud-k8s-id", "timestamp": 1650266971340, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vfwb28c7592b3a90_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:30:19.741Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:30:19.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "policy-id", "timestamp": 1650266969244, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "multicloud-k8s-id", "timestamp": 1650266972925, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:30:19.743Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:30:19.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "policy-id", "timestamp": 1650266969244, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:30:19.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266973527, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:30:19.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:30:19.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "policy-id", "timestamp": 1650266969244, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:30:19.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:30:19.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "multicloud-k8s-id", "timestamp": 1650266974294, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:30:19.745Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:30:19.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650266974530, "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-04-18T07:30:19.751Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 46be2307-e0d8-4481-ab62-364c27ef4c1b 2022-04-18T07:30:19.751Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46be2307-e0d8-4481-ab62-364c27ef4c1b 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-04-18T07:30:19.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "multicloud-k8s-id", "timestamp": 1650266975364, "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-04-18T07:30:19.770Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46be2307-e0d8-4481-ab62-364c27ef4c1b 2022-04-18T07:30:19.770Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46be2307-e0d8-4481-ab62-364c27ef4c1b 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-04-18T07:30:19.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "policy-id", "timestamp": 1650266977480, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:30:19.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:30:19.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266976650, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vfwb28c7592b3a90_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:30:19.784Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:30:19.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "multicloud-k8s-id", "timestamp": 1650266976367, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vfwb28c7592b3a90_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:30:19.785Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:30:19.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "policy-id", "timestamp": 1650266978488, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:30:19.786Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:30:19.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266977987, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:30:19.787Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:30:19.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "policy-id", "timestamp": 1650266979491, "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-04-18T07:30:19.793Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46be2307-e0d8-4481-ab62-364c27ef4c1b 2022-04-18T07:30:19.794Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46be2307-e0d8-4481-ab62-364c27ef4c1b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-18T07:30:19.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266979192, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:30:19.807Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:30:19.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266980466, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/vfwb28c7592b3a90_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:30:19.808Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:30:19.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "clamp", "timestamp": 1650266982052, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:30:19.809Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:30:19.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266981472, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-18T07:30:19.809Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:30:19.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "aai-ml", "timestamp": 1650266981511, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-18T07:30:19.810Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:30:19.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266982476, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/resourceInstances/vfwb28c7592b3a90/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-18T07:30:19.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:30:19.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "clamp", "timestamp": 1650266984062, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:30:19.812Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:30:19.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "aai-ml", "timestamp": 1650266982517, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-04-18T07:30:19.826Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 46be2307-e0d8-4481-ab62-364c27ef4c1b 2022-04-18T07:30:19.827Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46be2307-e0d8-4481-ab62-364c27ef4c1b 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-04-18T07:30:19.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.845Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650266983482, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418072541/1.0/artifacts/service-Vfw20220418072541-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:30:19.845Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:30:19.845Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:30:19.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "clamp", "timestamp": 1650266985078, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:30:19.853Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 46be2307-e0d8-4481-ab62-364c27ef4c1b 2022-04-18T07:30:19.853Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46be2307-e0d8-4481-ab62-364c27ef4c1b and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T07:30:44.529Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46be2307-e0d8-4481-ab62-364c27ef4c1b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:30:44.545Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46be2307-e0d8-4481-ab62-364c27ef4c1b 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-04-18T07:30:44.548Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:30:44.549Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T07:30:44.549Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T07:30:44.549Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T07:30:44.549Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-18T07:30:44.549Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:30:44.556Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T07:31:14.557Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 46be2307-e0d8-4481-ab62-364c27ef4c1b 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-04-18T07:31:14.567Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 46be2307-e0d8-4481-ab62-364c27ef4c1b and serviceModelVersionId: 532bdfb0-9099-472c-9533-59d67b666ec3 2022-04-18T07:31:14.567Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5a9097df-8259-43e4-ad2d-0d2bf0b161ed 2022-04-18T07:31:14.569Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0 2022-04-18T07:31:14.582Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2c4509-3f3a-4260-bbfe-d042595a782e/model-vers/model-ver/dea248b3-17fa-4eb4-ba29-8594ee72d96a?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-18T07:31:14.666Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||Invoke 2022-04-18T07:31:14.667Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[46be2307-e0d8-4481-ab62-364c27ef4c1b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[754e2305-dcaa-41a2-bc2f-33fa5d3d12ad], X-ECOMP-RequestID=[46be2307-e0d8-4481-ab62-364c27ef4c1b], X-TransactionId=[], X-ONAP-RequestID=[46be2307-e0d8-4481-ab62-364c27ef4c1b], Content-Type=[application/merge-patch+json]} 2022-04-18T07:31:16.225Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||Invoke 2022-04-18T07:31:16.225Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[46be2307-e0d8-4481-ab62-364c27ef4c1b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b0b80133-0e48-41a6-b294-d4fd88671778], X-ECOMP-RequestID=[46be2307-e0d8-4481-ab62-364c27ef4c1b], X-TransactionId=[], X-ONAP-RequestID=[46be2307-e0d8-4481-ab62-364c27ef4c1b], Content-Type=[application/merge-patch+json]} 2022-04-18T07:31:17.770Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||Invoke 2022-04-18T07:31:17.771Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[46be2307-e0d8-4481-ab62-364c27ef4c1b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[05a865c4-7966-49e0-a42c-c17702f4f29e], X-ECOMP-RequestID=[46be2307-e0d8-4481-ab62-364c27ef4c1b], X-TransactionId=[], X-ONAP-RequestID=[46be2307-e0d8-4481-ab62-364c27ef4c1b], Content-Type=[application/merge-patch+json]} 2022-04-18T07:31:18.796Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:31:18.797Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-18T07:31:18.798Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:31:18.798Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-04-18T07:31:18.805Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|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-04-18T07:31:18.805Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 46be2307-e0d8-4481-ab62-364c27ef4c1b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:31:18.806Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-18T07:31:18.806Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:31:18.810Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:31:18.810Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||try to send status { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267078805, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:31:18.910Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:31:18.911Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:31:18.912Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:31:18.945Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:31:18.946Z||pool-155-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:31:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:31:19.025Z||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-04-18T07:31:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:31:19.658Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:31:19.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267043088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "multicloud-k8s-id", "timestamp": 1650267043381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "clamp", "timestamp": 1650267045794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "ves-openapi-manager", "timestamp": 1650267044266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267043088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "multicloud-k8s-id", "timestamp": 1650267043381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "clamp", "timestamp": 1650267045794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "ves-openapi-manager", "timestamp": 1650267044266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267043088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "multicloud-k8s-id", "timestamp": 1650267043381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "clamp", "timestamp": 1650267045794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "ves-openapi-manager", "timestamp": 1650267044266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "cds", "timestamp": 1650267047204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267043088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "multicloud-k8s-id", "timestamp": 1650267043381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "clamp", "timestamp": 1650267045794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "ves-openapi-manager", "timestamp": 1650267044266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "cds", "timestamp": 1650267047204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "policy-id", "timestamp": 1650267049244, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267043088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "multicloud-k8s-id", "timestamp": 1650267043381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "clamp", "timestamp": 1650267045794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "ves-openapi-manager", "timestamp": 1650267044266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "cds", "timestamp": 1650267047204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "policy-id", "timestamp": 1650267049244, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "aai-ml", "timestamp": 1650267048719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267043088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "multicloud-k8s-id", "timestamp": 1650267043381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "clamp", "timestamp": 1650267045794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "ves-openapi-manager", "timestamp": 1650267044266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-18T07:31:19.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "policy-id", "timestamp": 1650267049244, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "cds", "timestamp": 1650267047204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "aai-ml", "timestamp": 1650267048719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267043088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "multicloud-k8s-id", "timestamp": 1650267043381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "clamp", "timestamp": 1650267045794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "ves-openapi-manager", "timestamp": 1650267044266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "cds", "timestamp": 1650267047204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "policy-id", "timestamp": 1650267049244, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "aai-ml", "timestamp": 1650267048719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267043088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:31:19.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "multicloud-k8s-id", "timestamp": 1650267043381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:31:19.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "clamp", "timestamp": 1650267045794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:31:19.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "ves-openapi-manager", "timestamp": 1650267044266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "cds", "timestamp": 1650267047204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "policy-id", "timestamp": 1650267049244, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "aai-ml", "timestamp": 1650267048719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267052871, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:31:19.692Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:31:19.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "cds", "timestamp": 1650267047204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "policy-id", "timestamp": 1650267049244, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "aai-ml", "timestamp": 1650267048719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "ves-openapi-manager", "timestamp": 1650267053453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:31:19.695Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:31:19.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "cds", "timestamp": 1650267047204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:31:19.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "policy-id", "timestamp": 1650267049244, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "aai-ml", "timestamp": 1650267048719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "ves-openapi-manager", "timestamp": 1650267054506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-18T07:31:19.697Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:31:19.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267054761, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:31:19.698Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:31:19.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "policy-id", "timestamp": 1650267049244, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:31:19.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "aai-ml", "timestamp": 1650267048719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:19.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "cds", "timestamp": 1650267056332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:31:19.699Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:31:19.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "ves-openapi-manager", "timestamp": 1650267055510, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:31:19.717Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 69f4040f-e0eb-4c33-9a0e-a0babf0c5434 2022-04-18T07:31:19.717Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69f4040f-e0eb-4c33-9a0e-a0babf0c5434 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-04-18T07:31:19.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267055766, "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-04-18T07:31:19.733Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 69f4040f-e0eb-4c33-9a0e-a0babf0c5434 2022-04-18T07:31:19.733Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69f4040f-e0eb-4c33-9a0e-a0babf0c5434 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-04-18T07:31:19.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "aai-ml", "timestamp": 1650267048719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:31:19.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:31:19.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "cds", "timestamp": 1650267057338, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-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-04-18T07:31:19.750Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 69f4040f-e0eb-4c33-9a0e-a0babf0c5434 2022-04-18T07:31:19.750Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69f4040f-e0eb-4c33-9a0e-a0babf0c5434 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-04-18T07:31:19.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "policy-id", "timestamp": 1650267058485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:31:19.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:31:19.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "aai-ml", "timestamp": 1650267057670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:31:19.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:31:19.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "policy-id", "timestamp": 1650267059489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:31:19.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:31:19.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "policy-id", "timestamp": 1650267060492, "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-04-18T07:31:19.773Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 69f4040f-e0eb-4c33-9a0e-a0babf0c5434 2022-04-18T07:31:19.774Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69f4040f-e0eb-4c33-9a0e-a0babf0c5434 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-04-18T07:31:19.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "clamp", "timestamp": 1650267064073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:31:19.784Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:31:19.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "aai-ml", "timestamp": 1650267063393, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-18T07:31:19.785Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:31:19.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "clamp", "timestamp": 1650267066080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:31:19.785Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:31:19.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "aai-ml", "timestamp": 1650267064404, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-04-18T07:31:19.794Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 69f4040f-e0eb-4c33-9a0e-a0babf0c5434 2022-04-18T07:31:19.796Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69f4040f-e0eb-4c33-9a0e-a0babf0c5434 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-04-18T07:31:19.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "clamp", "timestamp": 1650267067084, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-18T07:31:19.820Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 69f4040f-e0eb-4c33-9a0e-a0babf0c5434 2022-04-18T07:31:19.820Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69f4040f-e0eb-4c33-9a0e-a0babf0c5434 and ComponentName clamp Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-04-18T07:31:19.833Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:31:19.834Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:31:19.834Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:31:19.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:31:19.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "46be2307-e0d8-4481-ab62-364c27ef4c1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267078805, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:31:19.838Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:31:20.453Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:31:20.455Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||received message from topic 2022-04-18T07:31:20.455Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"69f4040f-e0eb-4c33-9a0e-a0babf0c5434","serviceName":"Demo_pNF_Crk8JBZdJPH6BYLdCKtz","serviceVersion":"1.0","serviceUUID":"2cd616ac-0b61-4fb6-9b2b-272a6aa71081","serviceDescription":"catalog service description","serviceInvariantUUID":"c77be78f-53f7-422d-9f0d-a8c1c3ec078c","resources":[{"resourceInstanceName":"pNF 787df1ac-f2d4 0","resourceName":"pNF 787df1ac-f2d4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"619e08c6-0d6d-43cd-bfac-1302593fc2da","resourceInvariantUUID":"88842d25-322c-47dd-ac49-3471083a4e5e","resourceCustomizationUUID":"03eb4b65-830b-48d7-a569-4f0887baf65b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/vf-license-model.xml","artifactChecksum":"ODJjMDY1YzgxMmY3MzdlYjUwMTJmYWRmNGYyZTNmNzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7095ada3-3907-478e-8617-6b875456966b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/pNF.csar","artifactChecksum":"MjI1OTBkMzMxNGRjOGVjNTgxNjExOWYwY2IwMjk4NWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8816e0f9-79d1-496c-ba0d-7abe6215195e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"637df895-f9f1-4eb1-9099-b71ebef38c4e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/vendor-license-model.xml","artifactChecksum":"MzlmNzJhMjBlNjQwNmM3ZTkyMjY0OGFhNTk3YTU5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0062845a-ec8f-4ca5-ad06-97fb3fd2b0c0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ef8030cb-f753-4a80-871a-276a1b333e13","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2c78d9f4-82fd-4930-8949-3630a72b0449","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCrk8jbzdjph6byldcktz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-template.yml","artifactChecksum":"MDg1YWQyMDU0NjI2ZWVhYjE2OTE4NjZiY2Q0MTcxNjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc245e1b-5d90-4ca9-9fbd-834785d3d625","artifactVersion":"1"},{"artifactName":"service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar","artifactChecksum":"ODRhNTIxYTYzMzliYmZmODg5ZjFjMTlhZDc2NzQ4Mjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"713d3136-7527-426c-b645-b72e40e66cc3","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T07:31:20.459Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:31:20.460Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:31:20.462Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:31:20.462Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||try to send status { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267079833, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:20.563Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:31:20.564Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:31:20.564Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:31:20.577Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:31:20.578Z||pool-156-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:31:21.463Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:31:21.465Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:31:21.468Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:31:21.468Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||try to send status { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267079833, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:21.568Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:31:21.569Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:31:21.569Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:31:21.582Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:31:21.583Z||pool-157-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:31:22.469Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:31:22.470Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:31:22.473Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:31:22.473Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||try to send status { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267079833, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:22.573Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:31:22.574Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:31:22.575Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:31:22.586Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:31:22.587Z||pool-158-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:31:23.474Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:31:23.475Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:31:23.478Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:31:23.478Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||try to send status { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267079833, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:23.578Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:31:23.579Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:31:23.579Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:31:23.601Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:31:23.602Z||pool-159-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:31:24.479Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:31:24.480Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:31:24.497Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:31:24.498Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||try to send status { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267079833, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:24.585Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms 2022-04-18T07:31:24.586Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:31:24.586Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:31:24.600Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:31:24.601Z||pool-160-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:31:25.501Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:31:25.504Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:31:25.508Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:31:25.508Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||try to send status { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267079833, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:25.610Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-18T07:31:25.611Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:31:25.611Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:31:25.632Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:31:25.633Z||pool-161-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:31:26.509Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:31:26.511Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:31:26.515Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:31:26.515Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||try to send status { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267079833, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:31:26.614Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-18T07:31:26.615Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:31:26.616Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:31:26.634Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:31:26.635Z||pool-162-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:31:27.517Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:31:27.518Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:31:27.522Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:31:27.522Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||try to send status { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267079833, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:31:27.621Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:31:27.622Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:31:27.623Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:31:27.635Z||pool-163-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:31:27.636Z||pool-163-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:31:28.525Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||sending notification to client: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "serviceName": "Demo_pNF_Crk8JBZdJPH6BYLdCKtz", "serviceVersion": "1.0", "serviceUUID": "2cd616ac-0b61-4fb6-9b2b-272a6aa71081", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c77be78f-53f7-422d-9f0d-a8c1c3ec078c", "resources": [ { "resourceInstanceName": "pNF 787df1ac-f2d4 0", "resourceCustomizationUUID": "03eb4b65-830b-48d7-a569-4f0887baf65b", "resourceName": "pNF 787df1ac-f2d4", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "619e08c6-0d6d-43cd-bfac-1302593fc2da", "resourceInvariantUUID": "88842d25-322c-47dd-ac49-3471083a4e5e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar", "artifactChecksum": "ODRhNTIxYTYzMzliYmZmODg5ZjFjMTlhZDc2NzQ4Mjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "713d3136-7527-426c-b645-b72e40e66cc3" } ], "workloadContext": "Production" } 2022-04-18T07:31:28.525Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T07:31:28.526Z|46be2307-e0d8-4481-ab62-364c27ef4c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2cd616ac-0b61-4fb6-9b2b-272a6aa71081 ASDC 2022-04-18T07:31:28.527Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||ASDC Notification: DistributionID:69f4040f-e0eb-4c33-9a0e-a0babf0c5434 ServiceName:Demo_pNF_Crk8JBZdJPH6BYLdCKtz ServiceVersion:1.0 ServiceUUID:2cd616ac-0b61-4fb6-9b2b-272a6aa71081 ServiceInvariantUUID:c77be78f-53f7-422d-9f0d-a8c1c3ec078c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar ArtifactUUID:713d3136-7527-426c-b645-b72e40e66cc3 ArtifactChecksum:ODRhNTIxYTYzMzliYmZmODg5ZjFjMTlhZDc2NzQ4Mjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 787df1ac-f2d4 0 ResourceCustomizationUUID:03eb4b65-830b-48d7-a569-4f0887baf65b ResourceInvariantUUID:88842d25-322c-47dd-ac49-3471083a4e5e ResourceName:pNF 787df1ac-f2d4 ResourceType:PNF ResourceUUID:619e08c6-0d6d-43cd-bfac-1302593fc2da ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-18T07:31:28.527Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2cd616ac-0b61-4fb6-9b2b-272a6aa71081 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-04-18T07:31:28.562Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:31:28.563Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:31:28.564Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:31:28.564Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||Trying to download the artifact UUID: 713d3136-7527-426c-b645-b72e40e66cc3 from URL: /sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar 2022-04-18T07:31:28.564Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:31:28.564Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar 2022-04-18T07:31:28.991Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:31:29.001Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar 713d3136-7527-426c-b645-b72e40e66cc3 82660 2022-04-18T07:31:29.002Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar ASDC sendASDCNotification 2022-04-18T07:31:29.002Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar 2022-04-18T07:31:29.003Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:31:29.003Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:31:29.006Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:31:29.006Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||try to send status { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267089002, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:31:29.106Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:31:29.107Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:31:29.107Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:31:29.121Z||pool-164-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:31:29.122Z||pool-164-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:31:30.007Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:31:30.010Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:31:30.011Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||Trying to write artifact UUID: 713d3136-7527-426c-b645-b72e40e66cc3, URL: /sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar to file: /app/ASDC/1/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar 2022-04-18T07:31:30.013Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar 2022-04-18T07:31:30.014Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar 2022-04-18T07:31:30.014Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar 2022-04-18T07:31:30.350Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10878350278056827228/Definitions/service-DemoPnfCrk8jbzdjph6byldcktz-template.yml 2022-04-18T07:31:31.812Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-18T07:31:31.813Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|WARN|500||#################################################################################################### 2022-04-18T07:31:31.813Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar 2022-04-18T07:31:31.813Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-18T07:31:31.813Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|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-DemoPnfCrk8jbzdjph6byldcktz-csar.csar 2022-04-18T07:31:31.813Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar 2022-04-18T07:31:31.814Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|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-DemoPnfCrk8jbzdjph6byldcktz-csar.csar 2022-04-18T07:31:31.814Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|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-DemoPnfCrk8jbzdjph6byldcktz-csar.csar 2022-04-18T07:31:31.815Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|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-DemoPnfCrk8jbzdjph6byldcktz-csar.csar 2022-04-18T07:31:31.815Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 787df1ac-f2d4 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-DemoPnfCrk8jbzdjph6byldcktz-csar.csar 2022-04-18T07:31:31.815Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|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-DemoPnfCrk8jbzdjph6byldcktz-csar.csar 2022-04-18T07:31:31.816Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|WARN|500||#################################################################################################### 2022-04-18T07:31:31.816Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:31:31.817Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Service Demo_pNF_Crk8JBZdJPH6BYLdCKtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:31:31.819Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Node template pNF 787df1ac-f2d4 0 is matching search criteria 2022-04-18T07:31:31.819Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T07:31:31.819Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Found topology templates [pNF 787df1ac-f2d4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:31:31.820Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:31:31.820Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Service Demo_pNF_Crk8JBZdJPH6BYLdCKtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:31:31.820Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Node template pNF 787df1ac-f2d4 0 is matching search criteria 2022-04-18T07:31:31.820Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T07:31:31.820Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Found topology templates [pNF 787df1ac-f2d4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:31:31.820Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:31:31.821Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Service Demo_pNF_Crk8JBZdJPH6BYLdCKtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:31:31.821Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:31:31.821Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Service Demo_pNF_Crk8JBZdJPH6BYLdCKtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:31:31.821Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:31:31.821Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Service Demo_pNF_Crk8JBZdJPH6BYLdCKtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:31:31.821Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:31:31.822Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Service Demo_pNF_Crk8JBZdJPH6BYLdCKtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:31:31.822Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:31:31.822Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Service Demo_pNF_Crk8JBZdJPH6BYLdCKtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:31:31.822Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_Crk8JBZdJPH6BYLdCKtz Description:catalog service description Model UUID:2cd616ac-0b61-4fb6-9b2b-272a6aa71081 Model Version:NULL Model InvariantUuid:c77be78f-53f7-422d-9f0d-a8c1c3ec078c 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-04-18T07:31:31.834Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 619e08c6-0d6d-43cd-bfac-1302593fc2da 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-04-18T07:31:31.839Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||pNF 787df1ac-f2d4 0 2022-04-18T07:31:31.839Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 619e08c6-0d6d-43cd-bfac-1302593fc2da 2022-04-18T07:31:31.839Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||No resources found for Service: 2cd616ac-0b61-4fb6-9b2b-272a6aa71081 2022-04-18T07:31:31.840Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Preparing to deploy Service: 2cd616ac-0b61-4fb6-9b2b-272a6aa71081 2022-04-18T07:31:31.840Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 787df1ac-f2d4 0 619e08c6-0d6d-43cd-bfac-1302593fc2da 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-04-18T07:31:31.850Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a76e14a, org.onap.sdc.toscaparser.api.parameters.Input@20efc4a4, org.onap.sdc.toscaparser.api.parameters.Input@7ddf5dd7, org.onap.sdc.toscaparser.api.parameters.Input@3a7fe291, org.onap.sdc.toscaparser.api.parameters.Input@67de2825] 2022-04-18T07:31:31.850Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:31:31.851Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Service Demo_pNF_Crk8JBZdJPH6BYLdCKtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:31:31.851Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500|| resourceSeq for service uuid 2cd616ac-0b61-4fb6-9b2b-272a6aa71081: pNF 787df1ac-f2d4 2022-04-18T07:31:31.851Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||Processing PNF resource: 619e08c6-0d6d-43cd-bfac-1302593fc2da 2022-04-18T07:31:31.851Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:31:31.852Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Service Demo_pNF_Crk8JBZdJPH6BYLdCKtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:31:31.852Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||Resource customization UUID: 03eb4b65-830b-48d7-a569-4f0887baf65b is the same as notified resource customizationUUID: 03eb4b65-830b-48d7-a569-4f0887baf65b 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-04-18T07:31:31.927Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 787df1ac-f2d4 619e08c6-0d6d-43cd-bfac-1302593fc2da 0 ASDC deployResourceStructure 2022-04-18T07:31:31.928Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar ASDC sendASDCNotification 2022-04-18T07:31:31.929Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar 2022-04-18T07:31:31.929Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:31:31.929Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:31:31.933Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:31:31.933Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||try to send status { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267091928, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:31:32.033Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:31:32.035Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:31:32.036Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:31:32.048Z||pool-165-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:31:32.049Z||pool-165-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:31:32.934Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69f4040f-e0eb-4c33-9a0e-a0babf0c5434 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:31:32.950Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69f4040f-e0eb-4c33-9a0e-a0babf0c5434 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-04-18T07:31:32.958Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:31:32.958Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T07:31:32.958Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T07:31:32.959Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T07:31:32.959Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T07:31:32.959Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-18T07:31:32.959Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:31:32.969Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T07:32:02.970Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 69f4040f-e0eb-4c33-9a0e-a0babf0c5434 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-04-18T07:32:02.983Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 69f4040f-e0eb-4c33-9a0e-a0babf0c5434 and serviceModelVersionId: 2cd616ac-0b61-4fb6-9b2b-272a6aa71081 2022-04-18T07:32:02.983Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c77be78f-53f7-422d-9f0d-a8c1c3ec078c 2022-04-18T07:32:02.984Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0 2022-04-18T07:32:02.991Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a9097df-8259-43e4-ad2d-0d2bf0b161ed/model-vers/model-ver/532bdfb0-9099-472c-9533-59d67b666ec3?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-18T07:32:03.047Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500||Invoke 2022-04-18T07:32:03.047Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[69f4040f-e0eb-4c33-9a0e-a0babf0c5434], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f5c5d90b-8af9-4186-b2d6-57dd2d7ee98f], X-ECOMP-RequestID=[69f4040f-e0eb-4c33-9a0e-a0babf0c5434], X-TransactionId=[], X-ONAP-RequestID=[69f4040f-e0eb-4c33-9a0e-a0babf0c5434], Content-Type=[application/merge-patch+json]} 2022-04-18T07:32:04.582Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500||Invoke 2022-04-18T07:32:04.583Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[69f4040f-e0eb-4c33-9a0e-a0babf0c5434], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bcf27af8-76de-41c9-a021-be139084a8dc], X-ECOMP-RequestID=[69f4040f-e0eb-4c33-9a0e-a0babf0c5434], X-TransactionId=[], X-ONAP-RequestID=[69f4040f-e0eb-4c33-9a0e-a0babf0c5434], Content-Type=[application/merge-patch+json]} 2022-04-18T07:32:06.116Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500||Invoke 2022-04-18T07:32:06.117Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[69f4040f-e0eb-4c33-9a0e-a0babf0c5434], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4b7b9e94-0083-482f-9b1f-237ea5a6851e], X-ECOMP-RequestID=[69f4040f-e0eb-4c33-9a0e-a0babf0c5434], X-TransactionId=[], X-ONAP-RequestID=[69f4040f-e0eb-4c33-9a0e-a0babf0c5434], Content-Type=[application/merge-patch+json]} 2022-04-18T07:32:07.148Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:32:07.150Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-18T07:32:07.150Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:32:07.150Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-04-18T07:32:07.157Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|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-04-18T07:32:07.157Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 69f4040f-e0eb-4c33-9a0e-a0babf0c5434 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:32:07.158Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-18T07:32:07.158Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:32:07.162Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:32:07.162Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|DEBUG|500||try to send status { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267127158, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:32:07.261Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:32:07.263Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:32:07.263Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:32:07.283Z||pool-166-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:32:07.285Z||pool-166-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-18T07:32:08.189Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:32:08.191Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:32:08.191Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:32:17.754Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:32:19.011Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:32:19.012Z||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-04-18T07:32:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:32:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:32:19.025Z||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-04-18T07:32:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:32:19.652Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:32:19.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:32:19.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267079833, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:32:19.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:32:19.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:32:19.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267079833, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:32:19.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:32:19.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:32:19.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267079833, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:32:19.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:32:19.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:32:19.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267079833, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:32:19.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:32:19.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:32:19.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267079833, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:32:19.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:32:19.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:32:19.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267079833, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/resourceInstances/pnf787df1acf2d40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:32:19.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:32:19.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:32:19.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267079833, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:32:19.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:32:19.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:32:19.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267079833, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:32:19.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:32:19.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:32:19.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267089002, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:32:19.658Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:32:19.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:32:19.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267091928, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrk8jbzdjph6byldcktz/1.0/artifacts/service-DemoPnfCrk8jbzdjph6byldcktz-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:32:19.658Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:32:19.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:32:19.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f4040f-e0eb-4c33-9a0e-a0babf0c5434", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267127158, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:32:19.659Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:32:28.561Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:33:19.013Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:33:19.015Z||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-04-18T07:33:19.015Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:33:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:33:19.024Z||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-04-18T07:33:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:33:28.601Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:33:28.602Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:34:19.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:34:19.014Z||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-04-18T07:34:19.014Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:34:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:34:19.025Z||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-04-18T07:34:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:34:19.654Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:34:19.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"9a7f4ef1-15d6-4326-a1e3-6976c4590357","serviceName":"Demo_pNF_KCYh5Wj1Tjb3haYpZm3M","serviceVersion":"1.0","serviceUUID":"6f7fb031-e97f-4c10-8685-73a342a42d58","serviceDescription":"catalog service description","serviceInvariantUUID":"c474bdca-29c2-4b90-bdad-bb2c9919d9d8","resources":[{"resourceInstanceName":"pNF 4364582d-5e20 0","resourceName":"pNF 4364582d-5e20","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0fd30ccf-8b10-4d12-9f2d-d13fe67e839a","resourceInvariantUUID":"70597136-efe4-4c74-918f-e85a4cc6a8d3","resourceCustomizationUUID":"062fb35e-65ea-419a-a113-85a67704facc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/vf-license-model.xml","artifactChecksum":"YjI2MDk3MmM3MWE5MjMwNzQ0MWI4YWU4NTk3ZjI4MDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"97067ea7-6e25-447b-a828-d5309f76949d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/pNF.csar","artifactChecksum":"MjI1OTBkMzMxNGRjOGVjNTgxNjExOWYwY2IwMjk4NWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2e1b328c-7d70-4e5c-8142-fbf21fc4ae30","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1fe087be-b73e-4b9f-9fb9-961752c3df77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/vendor-license-model.xml","artifactChecksum":"Zjg5ZWQ1YWVhMjM2MDI0ZWVkYWNlNGQ2MzA2MmJjNTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8da599ac-c719-4e04-ad16-0851ef8d2eff","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2977d313-cb0d-4a2b-a5bb-3db936fb1c4f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"581f492d-9599-4b33-a1c0-233b8eb85477","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKcyh5wj1tjb3haypzm3m-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-template.yml","artifactChecksum":"MWIyNWVkNGY2ODViNmEzZDBjOWVhMWFlYTJjNmZhNjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6287e7f0-9b94-4afc-a5f3-df324866fb65","artifactVersion":"1"},{"artifactName":"service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar","artifactChecksum":"ZmRiOGQ1YWE1Yjc1OWRjYzJjZTEzNzAzNTBjZWRlMGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d9620cf1-b456-4fa9-9915-1884a1a143a7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T07:34:19.657Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:34:19.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "ves-openapi-manager", "timestamp": 1650267204266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "multicloud-k8s-id", "timestamp": 1650267203381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "policy-id", "timestamp": 1650267209243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "ves-openapi-manager", "timestamp": 1650267204266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.662Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:34:19.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "multicloud-k8s-id", "timestamp": 1650267203381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.662Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:34:19.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "policy-id", "timestamp": 1650267209243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "ves-openapi-manager", "timestamp": 1650267204266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "multicloud-k8s-id", "timestamp": 1650267203381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "policy-id", "timestamp": 1650267209243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "cds", "timestamp": 1650267212204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "ves-openapi-manager", "timestamp": 1650267204266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.667Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:34:19.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "multicloud-k8s-id", "timestamp": 1650267203381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.667Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267259012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "policy-id", "timestamp": 1650267209243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "cds", "timestamp": 1650267212204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "ves-openapi-manager", "timestamp": 1650267204266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "multicloud-k8s-id", "timestamp": 1650267203381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "policy-id", "timestamp": 1650267209243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "cds", "timestamp": 1650267212204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "ves-openapi-manager", "timestamp": 1650267204266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-18T07:34:19.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "multicloud-k8s-id", "timestamp": 1650267203381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "policy-id", "timestamp": 1650267209243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "cds", "timestamp": 1650267212204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "ves-openapi-manager", "timestamp": 1650267204266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "multicloud-k8s-id", "timestamp": 1650267203381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "policy-id", "timestamp": 1650267209243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "cds", "timestamp": 1650267212204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "ves-openapi-manager", "timestamp": 1650267204266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "multicloud-k8s-id", "timestamp": 1650267203381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:34:19.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "policy-id", "timestamp": 1650267209243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:34:19.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "cds", "timestamp": 1650267212204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "ves-openapi-manager", "timestamp": 1650267217581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:34:19.682Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:34:19.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "policy-id", "timestamp": 1650267219558, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:34:19.683Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:34:19.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "cds", "timestamp": 1650267212204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "ves-openapi-manager", "timestamp": 1650267218606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-18T07:34:19.684Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:34:19.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "policy-id", "timestamp": 1650267220563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:34:19.685Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:34:19.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "cds", "timestamp": 1650267212204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:34:19.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "ves-openapi-manager", "timestamp": 1650267219609, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:34:19.711Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 9a7f4ef1-15d6-4326-a1e3-6976c4590357 2022-04-18T07:34:19.711Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a7f4ef1-15d6-4326-a1e3-6976c4590357 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-04-18T07:34:19.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "policy-id", "timestamp": 1650267221566, "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-04-18T07:34:19.733Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9a7f4ef1-15d6-4326-a1e3-6976c4590357 2022-04-18T07:34:19.734Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a7f4ef1-15d6-4326-a1e3-6976c4590357 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-04-18T07:34:19.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "cds", "timestamp": 1650267221118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:34:19.750Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:34:19.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "cds", "timestamp": 1650267222124, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-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-04-18T07:34:19.756Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9a7f4ef1-15d6-4326-a1e3-6976c4590357 2022-04-18T07:34:19.757Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a7f4ef1-15d6-4326-a1e3-6976c4590357 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-04-18T07:34:19.767Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:34:19.769Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:34:19.769Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:34:19.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267223088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "clamp", "timestamp": 1650267225794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267223088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "clamp", "timestamp": 1650267225794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.773Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267223088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.774Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "clamp", "timestamp": 1650267225794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.774Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267223088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "clamp", "timestamp": 1650267225794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267223088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.776Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "clamp", "timestamp": 1650267225794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.776Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267223088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.777Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "aai-ml", "timestamp": 1650267228720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "clamp", "timestamp": 1650267225794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267223088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "aai-ml", "timestamp": 1650267228720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "clamp", "timestamp": 1650267225794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267223088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:34:19.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "aai-ml", "timestamp": 1650267228720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "clamp", "timestamp": 1650267225794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:34:19.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267232116, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:34:19.781Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:34:19.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "aai-ml", "timestamp": 1650267228720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "aai-ml", "timestamp": 1650267228720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267234030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:34:19.782Z||pool-167-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:34:19.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:34:19.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "aai-ml", "timestamp": 1650267228720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267235033, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } 2022-04-18T07:34:19.783Z||pool-167-thread-1|||||INFO|500||cambria reply ok (15 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=? 2022-04-18T07:34:19.792Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9a7f4ef1-15d6-4326-a1e3-6976c4590357 2022-04-18T07:34:19.792Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a7f4ef1-15d6-4326-a1e3-6976c4590357 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-04-18T07:34:19.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "aai-ml", "timestamp": 1650267228720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:19.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "aai-ml", "timestamp": 1650267228720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:34:19.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:34:19.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "aai-ml", "timestamp": 1650267237682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:34:19.803Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:34:19.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "aai-ml", "timestamp": 1650267243203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-18T07:34:19.803Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:34:19.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "aai-ml", "timestamp": 1650267244209, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-04-18T07:34:19.809Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9a7f4ef1-15d6-4326-a1e3-6976c4590357 2022-04-18T07:34:19.809Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a7f4ef1-15d6-4326-a1e3-6976c4590357 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-04-18T07:34:19.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "clamp", "timestamp": 1650267246118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:34:19.826Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:34:19.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "clamp", "timestamp": 1650267248124, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:34:19.827Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:34:19.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:34:19.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "clamp", "timestamp": 1650267249127, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:34:19.834Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9a7f4ef1-15d6-4326-a1e3-6976c4590357 2022-04-18T07:34:19.834Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a7f4ef1-15d6-4326-a1e3-6976c4590357 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T07:34:20.668Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:34:20.670Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:34:20.673Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:34:20.674Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267259012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:20.773Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:34:20.774Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:34:20.774Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:34:20.788Z||pool-168-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:34:20.788Z||pool-168-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:34:21.674Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:34:21.676Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:34:21.678Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:34:21.679Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267259012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:21.779Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:34:21.780Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:34:21.780Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:34:21.793Z||pool-169-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:34:21.793Z||pool-169-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:34:22.679Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:34:22.681Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:34:22.683Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:34:22.684Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267259012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:22.783Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:34:22.784Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:34:22.784Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:34:22.797Z||pool-170-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:34:22.798Z||pool-170-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:34:23.685Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:34:23.686Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:34:23.689Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:34:23.690Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267259012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:23.792Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-04-18T07:34:23.793Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:34:23.794Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:34:23.805Z||pool-171-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:34:23.806Z||pool-171-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:34:24.692Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:34:24.693Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:34:24.697Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:34:24.697Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267259012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:24.797Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-04-18T07:34:24.798Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:34:24.798Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:34:24.808Z||pool-172-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:34:24.809Z||pool-172-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:34:25.699Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:34:25.701Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:34:25.703Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:34:25.704Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267259012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:34:25.803Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:34:25.805Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:34:25.805Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:34:25.822Z||pool-173-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:34:25.823Z||pool-173-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:34:26.704Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:34:26.706Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:34:26.709Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:34:26.709Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267259012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:34:26.808Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:34:26.809Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:34:26.810Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:34:26.825Z||pool-174-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:34:26.826Z||pool-174-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:34:27.712Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "serviceName": "Demo_pNF_KCYh5Wj1Tjb3haYpZm3M", "serviceVersion": "1.0", "serviceUUID": "6f7fb031-e97f-4c10-8685-73a342a42d58", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c474bdca-29c2-4b90-bdad-bb2c9919d9d8", "resources": [ { "resourceInstanceName": "pNF 4364582d-5e20 0", "resourceCustomizationUUID": "062fb35e-65ea-419a-a113-85a67704facc", "resourceName": "pNF 4364582d-5e20", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "0fd30ccf-8b10-4d12-9f2d-d13fe67e839a", "resourceInvariantUUID": "70597136-efe4-4c74-918f-e85a4cc6a8d3", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar", "artifactChecksum": "ZmRiOGQ1YWE1Yjc1OWRjYzJjZTEzNzAzNTBjZWRlMGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d9620cf1-b456-4fa9-9915-1884a1a143a7" } ], "workloadContext": "Production" } 2022-04-18T07:34:27.713Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T07:34:27.713Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6f7fb031-e97f-4c10-8685-73a342a42d58 ASDC 2022-04-18T07:34:27.714Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:9a7f4ef1-15d6-4326-a1e3-6976c4590357 ServiceName:Demo_pNF_KCYh5Wj1Tjb3haYpZm3M ServiceVersion:1.0 ServiceUUID:6f7fb031-e97f-4c10-8685-73a342a42d58 ServiceInvariantUUID:c474bdca-29c2-4b90-bdad-bb2c9919d9d8 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar ArtifactUUID:d9620cf1-b456-4fa9-9915-1884a1a143a7 ArtifactChecksum:ZmRiOGQ1YWE1Yjc1OWRjYzJjZTEzNzAzNTBjZWRlMGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 4364582d-5e20 0 ResourceCustomizationUUID:062fb35e-65ea-419a-a113-85a67704facc ResourceInvariantUUID:70597136-efe4-4c74-918f-e85a4cc6a8d3 ResourceName:pNF 4364582d-5e20 ResourceType:PNF ResourceUUID:0fd30ccf-8b10-4d12-9f2d-d13fe67e839a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-18T07:34:27.714Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f7fb031-e97f-4c10-8685-73a342a42d58 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-04-18T07:34:27.761Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:34:27.763Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-18T07:34:27.763Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-18T07:34:27.763Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d9620cf1-b456-4fa9-9915-1884a1a143a7 from URL: /sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar 2022-04-18T07:34:27.765Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-18T07:34:27.766Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar 2022-04-18T07:34:28.095Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-18T07:34:28.107Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar d9620cf1-b456-4fa9-9915-1884a1a143a7 82662 2022-04-18T07:34:28.108Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar ASDC sendASDCNotification 2022-04-18T07:34:28.108Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar 2022-04-18T07:34:28.108Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:34:28.109Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:34:28.112Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:34:28.112Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267268108, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:34:28.212Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:34:28.213Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:34:28.213Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:34:28.225Z||pool-175-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:34:28.226Z||pool-175-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:34:29.113Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:34:29.114Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-18T07:34:29.114Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: d9620cf1-b456-4fa9-9915-1884a1a143a7, URL: /sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar to file: /app/ASDC/1/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar 2022-04-18T07:34:29.115Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar 2022-04-18T07:34:29.116Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar 2022-04-18T07:34:29.116Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar 2022-04-18T07:34:29.335Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5385508357536154013/Definitions/service-DemoPnfKcyh5wj1tjb3haypzm3m-template.yml 2022-04-18T07:34:30.799Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-18T07:34:30.800Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-04-18T07:34:30.800Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar 2022-04-18T07:34:30.800Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-18T07:34:30.801Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||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-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar 2022-04-18T07:34:30.801Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar 2022-04-18T07:34:30.801Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||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-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar 2022-04-18T07:34:30.802Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||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-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar 2022-04-18T07:34:30.802Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||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-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar 2022-04-18T07:34:30.802Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4364582d-5e20 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-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar 2022-04-18T07:34:30.802Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||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-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar 2022-04-18T07:34:30.802Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-04-18T07:34:30.803Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:34:30.803Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_KCYh5Wj1Tjb3haYpZm3M is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:34:30.803Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Node template pNF 4364582d-5e20 0 is matching search criteria 2022-04-18T07:34:30.804Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-04-18T07:34:30.804Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 4364582d-5e20 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:34:30.804Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:34:30.805Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_KCYh5Wj1Tjb3haYpZm3M is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:34:30.806Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Node template pNF 4364582d-5e20 0 is matching search criteria 2022-04-18T07:34:30.806Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-04-18T07:34:30.806Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 4364582d-5e20 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:34:30.807Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:34:30.807Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_KCYh5Wj1Tjb3haYpZm3M is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:34:30.807Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:34:30.807Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_KCYh5Wj1Tjb3haYpZm3M is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:34:30.808Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:34:30.808Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_KCYh5Wj1Tjb3haYpZm3M is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:34:30.808Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:34:30.808Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_KCYh5Wj1Tjb3haYpZm3M is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:34:30.809Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:34:30.809Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_KCYh5Wj1Tjb3haYpZm3M is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:34:30.809Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_KCYh5Wj1Tjb3haYpZm3M Description:catalog service description Model UUID:6f7fb031-e97f-4c10-8685-73a342a42d58 Model Version:NULL Model InvariantUuid:c474bdca-29c2-4b90-bdad-bb2c9919d9d8 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-04-18T07:34:30.821Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0fd30ccf-8b10-4d12-9f2d-d13fe67e839a 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-04-18T07:34:30.825Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||INFO|500||pNF 4364582d-5e20 0 2022-04-18T07:34:30.825Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0fd30ccf-8b10-4d12-9f2d-d13fe67e839a 2022-04-18T07:34:30.826Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 6f7fb031-e97f-4c10-8685-73a342a42d58 2022-04-18T07:34:30.826Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 6f7fb031-e97f-4c10-8685-73a342a42d58 2022-04-18T07:34:30.826Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4364582d-5e20 0 0fd30ccf-8b10-4d12-9f2d-d13fe67e839a 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-04-18T07:34:30.835Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@615b5889, org.onap.sdc.toscaparser.api.parameters.Input@60e7c329, org.onap.sdc.toscaparser.api.parameters.Input@4d4eb91c, org.onap.sdc.toscaparser.api.parameters.Input@2c8d2cb3, org.onap.sdc.toscaparser.api.parameters.Input@17a9a6bb] 2022-04-18T07:34:30.836Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:34:30.836Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_KCYh5Wj1Tjb3haYpZm3M is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:34:30.836Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 6f7fb031-e97f-4c10-8685-73a342a42d58: pNF 4364582d-5e20 2022-04-18T07:34:30.837Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||INFO|500||Processing PNF resource: 0fd30ccf-8b10-4d12-9f2d-d13fe67e839a 2022-04-18T07:34:30.837Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:34:30.837Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_KCYh5Wj1Tjb3haYpZm3M is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:34:30.837Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||INFO|500||Resource customization UUID: 062fb35e-65ea-419a-a113-85a67704facc is the same as notified resource customizationUUID: 062fb35e-65ea-419a-a113-85a67704facc 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-04-18T07:34:30.895Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4364582d-5e20 0fd30ccf-8b10-4d12-9f2d-d13fe67e839a 0 ASDC deployResourceStructure 2022-04-18T07:34:30.895Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar ASDC sendASDCNotification 2022-04-18T07:34:30.896Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar 2022-04-18T07:34:30.896Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:34:30.896Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:34:30.907Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:34:30.907Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267270895, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:34:31.007Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:34:31.008Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:34:31.008Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:34:31.027Z||pool-176-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:34:31.028Z||pool-176-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:34:31.908Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a7f4ef1-15d6-4326-a1e3-6976c4590357 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:34:31.922Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a7f4ef1-15d6-4326-a1e3-6976c4590357 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-04-18T07:34:31.926Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:34:31.926Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T07:34:31.926Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T07:34:31.927Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T07:34:31.927Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T07:34:31.927Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-18T07:34:31.927Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:34:31.933Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T07:35:01.933Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9a7f4ef1-15d6-4326-a1e3-6976c4590357 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-04-18T07:35:01.940Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9a7f4ef1-15d6-4326-a1e3-6976c4590357 and serviceModelVersionId: 6f7fb031-e97f-4c10-8685-73a342a42d58 2022-04-18T07:35:01.940Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c474bdca-29c2-4b90-bdad-bb2c9919d9d8 2022-04-18T07:35:01.942Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0 2022-04-18T07:35:01.948Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-04-18T07:35:02.000Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500||Invoke 2022-04-18T07:35:02.001Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9a7f4ef1-15d6-4326-a1e3-6976c4590357], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7ea9c388-1b71-4314-a837-4b846cfc0f84], X-ECOMP-RequestID=[9a7f4ef1-15d6-4326-a1e3-6976c4590357], X-TransactionId=[], X-ONAP-RequestID=[9a7f4ef1-15d6-4326-a1e3-6976c4590357], Content-Type=[application/merge-patch+json]} 2022-04-18T07:35:03.552Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500||Invoke 2022-04-18T07:35:03.553Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9a7f4ef1-15d6-4326-a1e3-6976c4590357], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d0867336-03bb-453e-a652-d0b7037271b1], X-ECOMP-RequestID=[9a7f4ef1-15d6-4326-a1e3-6976c4590357], X-TransactionId=[], X-ONAP-RequestID=[9a7f4ef1-15d6-4326-a1e3-6976c4590357], Content-Type=[application/merge-patch+json]} 2022-04-18T07:35:05.097Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500||Invoke 2022-04-18T07:35:05.098Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9a7f4ef1-15d6-4326-a1e3-6976c4590357], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5136e085-d220-47ae-85b7-359d483dc392], X-ECOMP-RequestID=[9a7f4ef1-15d6-4326-a1e3-6976c4590357], X-TransactionId=[], X-ONAP-RequestID=[9a7f4ef1-15d6-4326-a1e3-6976c4590357], Content-Type=[application/merge-patch+json]} 2022-04-18T07:35:06.125Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:35:06.126Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-18T07:35:06.126Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:35:06.127Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-04-18T07:35:06.135Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|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-04-18T07:35:06.135Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9a7f4ef1-15d6-4326-a1e3-6976c4590357 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:35:06.136Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-18T07:35:06.136Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:35:06.138Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:35:06.138Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|DEBUG|500||try to send status { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267306135, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:35:06.238Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:35:06.239Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:35:06.239Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:35:06.258Z||pool-177-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:35:06.259Z||pool-177-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-18T07:35:19.010Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:35:19.011Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:35:19.011Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:35:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:35:19.025Z||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-04-18T07:35:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:35:19.158Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:35:19.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:35:19.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267259012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:35:19.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:35:28.564Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:36:19.010Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:36:19.012Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:36:19.012Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:36:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:36:19.025Z||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-04-18T07:36:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:36:19.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:36:19.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:36:19.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267259012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:36:19.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:36:19.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:36:19.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267259012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:36:19.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:36:19.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:36:19.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267259012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:36:19.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:36:19.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:36:19.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267259012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:36:19.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:36:19.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:36:19.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267259012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/resourceInstances/pnf4364582d5e200/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:36:19.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:36:19.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:36:19.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267259012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:36:19.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:36:19.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:36:19.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267259012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:36:19.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T07:36:19.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:36:19.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267268108, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:36:19.566Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:36:19.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:36:19.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267270895, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKcyh5wj1tjb3haypzm3m/1.0/artifacts/service-DemoPnfKcyh5wj1tjb3haypzm3m-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:36:19.567Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:36:19.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T07:36:19.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a7f4ef1-15d6-4326-a1e3-6976c4590357", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267306135, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:36:19.567Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:36:28.574Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:37:19.010Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:37:19.011Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:37:19.012Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:37:19.024Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:37:19.025Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:37:19.025Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:37:28.562Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:37:28.575Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:38:19.010Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:38:19.012Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:38:19.012Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:38:19.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:38:19.025Z||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-04-18T07:38:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:38:28.560Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:38:28.573Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:39:19.011Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:39:19.013Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:39:19.013Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:39:19.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:39:19.024Z||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-04-18T07:39:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:39:28.568Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:39:28.568Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:40:19.011Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:40:19.012Z||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-04-18T07:40:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:40:19.024Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:40:19.025Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:40:19.025Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:40:28.580Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:40:28.585Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:41:19.011Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:41:19.012Z||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-04-18T07:41:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:41:19.024Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:41:19.025Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:41:19.026Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:41:19.197Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:41:19.198Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:41:19.199Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "ves-openapi-manager", "timestamp": 1650267664266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:41:19.200Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:41:19.201Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:41:19.201Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "multicloud-k8s-id", "timestamp": 1650267663381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:41:19.202Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:41:19.202Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:41:19.203Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "policy-id", "timestamp": 1650267669243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:41:19.203Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:41:19.204Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:41:19.204Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267673088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:41:19.205Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:41:19.205Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:41:19.206Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "ves-openapi-manager", "timestamp": 1650267664266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vfw068f3924de270_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:41:19.206Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:41:19.206Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:41:19.207Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "multicloud-k8s-id", "timestamp": 1650267663381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vfw068f3924de270_modules.json", "status": "NOTIFIED" } 2022-04-18T07:41:19.207Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:41:19.207Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:41:19.208Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "policy-id", "timestamp": 1650267669243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vfw068f3924de270_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:41:19.208Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:41:19.208Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:41:19.209Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "clamp", "timestamp": 1650267675794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:41:19.209Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:41:19.210Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:41:19.210Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267673088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vfw068f3924de270_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:41:19.210Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:41:19.211Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:41:19.211Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "ves-openapi-manager", "timestamp": 1650267664266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:41:19.211Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:41:19.212Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:41:19.212Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "multicloud-k8s-id", "timestamp": 1650267663381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T07:41:19.212Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:41:19.213Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:41:19.213Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "policy-id", "timestamp": 1650267669243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T07:41:19.214Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:41:19.214Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:41:19.214Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "clamp", "timestamp": 1650267675794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vfw068f3924de270_modules.json", "status": "NOTIFIED" } 2022-04-18T07:41:19.214Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:41:19.215Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:41:19.215Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267673088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:41:19.215Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:41:19.216Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:41:19.216Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "ves-openapi-manager", "timestamp": 1650267664266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:41:19.216Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:41:19.217Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:41:19.217Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "multicloud-k8s-id", "timestamp": 1650267663381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:41:19.217Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:41:19.218Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:41:19.218Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "policy-id", "timestamp": 1650267669243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:41:19.218Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:41:19.219Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:41:19.219Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "clamp", "timestamp": 1650267675794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:41:19.219Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:41:19.220Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:41:19.220Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267673088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:41:19.220Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:41:19.220Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:41:19.221Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "cds", "timestamp": 1650267677204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:41:19.221Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:41:19.221Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:41:19.222Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "ves-openapi-manager", "timestamp": 1650267664266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:41:19.222Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:41:19.222Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:41:19.223Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "multicloud-k8s-id", "timestamp": 1650267663381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T07:41:19.223Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:41:19.223Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:41:19.224Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "policy-id", "timestamp": 1650267669243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:41:19.224Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:41:19.224Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:41:19.225Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "clamp", "timestamp": 1650267675794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:41:19.225Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:41:19.225Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:41:19.226Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267673088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:41:19.226Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:41:19.701Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:41:19.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-18T07:41:19.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"a88e720c-4021-42c1-b829-c28b0955fbc7","serviceName":"vFW 2022-04-18 07-37-45","serviceVersion":"1.0","serviceUUID":"a12adf37-866e-44f3-ab5e-35f155e2c489","serviceDescription":"catalog service description","serviceInvariantUUID":"bc90d2f6-077a-428f-b9ef-ee4a8b707f40","resources":[{"resourceInstanceName":"vFW 068f3924-de27 0","resourceName":"vFW 068f3924-de27","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"309c550a-cef5-4db6-81ca-98574d398be6","resourceInvariantUUID":"4c648111-77d4-4a12-ba6b-dcd0db95fb92","resourceCustomizationUUID":"e48ef2ea-bfaf-477a-9c31-a4086ea72fb6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vf-license-model.xml","artifactChecksum":"ZmE3YWZmMjIxYzdmOTkwZjAxZTQyNDJlYTk3NmU5Njc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8629e983-ece6-484d-aa50-e529e213a065","artifactVersion":"1"},{"artifactName":"vfw068f3924de270_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vfw068f3924de270_modules.json","artifactChecksum":"N2EyMDRjOTQ0OTJkNGIxYzhjNjgyNjE5NThkN2E0YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a6310c5c-75ed-45f6-9701-8e34a3368559","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"74e9b062-7dc9-4347-bf19-e7955efd35e9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vendor-license-model.xml","artifactChecksum":"MmE3ODljMzliZjY3ZTllYzk5ODRiN2M3OGJhN2M3MjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3533d56e-4cc5-4549-ba8b-f4af175a2b17","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3661e4aa-297a-4c1b-880e-484531047832","artifactVersion":"2","generatedFromUUID":"74e9b062-7dc9-4347-bf19-e7955efd35e9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220418073745-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-template.yml","artifactChecksum":"NzkzZjA4NjM3MDFiMGNlNjY5YjNhMjEyMThjYjRmMmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3912296e-17ee-4a5f-bd06-e6c5596cf03e","artifactVersion":"1"},{"artifactName":"service-Vfw20220418073745-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar","artifactChecksum":"Y2M1MGU4ZDVmZTZlMTk5Zjk0NWRhMmVlMzUzZmRiMjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"68d7a811-8942-4418-9962-af59782b1916","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T07:41:19.707Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:41:19.709Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:41:19.721Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:41:19.721Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267679010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:41:19.820Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-18T07:41:19.822Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:41:19.822Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:41:19.838Z||pool-178-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:41:19.839Z||pool-178-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:41:20.723Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:41:20.724Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:41:20.728Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:41:20.728Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267679010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vfw068f3924de270_modules.json", "status": "NOTIFIED" } 2022-04-18T07:41:20.828Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:41:20.829Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:41:20.829Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:41:20.860Z||pool-179-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:41:20.861Z||pool-179-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:41:21.728Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:41:21.729Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:41:21.733Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:41:21.734Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267679010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T07:41:21.833Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:41:21.835Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:41:21.835Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:41:21.850Z||pool-180-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:41:21.851Z||pool-180-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:41:22.735Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:41:22.737Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:41:22.741Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:41:22.741Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267679010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:41:22.840Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-18T07:41:22.841Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:41:22.841Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:41:22.860Z||pool-181-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:41:22.861Z||pool-181-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:41:23.743Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:41:23.745Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:41:23.750Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:41:23.750Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267679010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T07:41:23.849Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:41:23.850Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:41:23.850Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:41:23.873Z||pool-182-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:41:23.874Z||pool-182-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:41:24.752Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:41:24.753Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:41:24.756Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:41:24.756Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267679010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:41:24.856Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:41:24.857Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:41:24.858Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:41:24.887Z||pool-183-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:41:24.889Z||pool-183-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:41:25.757Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:41:25.759Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:41:25.762Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:41:25.762Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267679010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:41:25.861Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:41:25.862Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:41:25.863Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:41:25.880Z||pool-184-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:41:25.880Z||pool-184-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:41:26.764Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "serviceName": "vFW 2022-04-18 07-37-45", "serviceVersion": "1.0", "serviceUUID": "a12adf37-866e-44f3-ab5e-35f155e2c489", "serviceDescription": "catalog service description", "serviceInvariantUUID": "bc90d2f6-077a-428f-b9ef-ee4a8b707f40", "resources": [ { "resourceInstanceName": "vFW 068f3924-de27 0", "resourceCustomizationUUID": "e48ef2ea-bfaf-477a-9c31-a4086ea72fb6", "resourceName": "vFW 068f3924-de27", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "309c550a-cef5-4db6-81ca-98574d398be6", "resourceInvariantUUID": "4c648111-77d4-4a12-ba6b-dcd0db95fb92", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw068f3924de270_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vfw068f3924de270_modules.json", "artifactChecksum": "N2EyMDRjOTQ0OTJkNGIxYzhjNjgyNjE5NThkN2E0YTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a6310c5c-75ed-45f6-9701-8e34a3368559", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "74e9b062-7dc9-4347-bf19-e7955efd35e9", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3661e4aa-297a-4c1b-880e-484531047832", "generatedFromUUID": "74e9b062-7dc9-4347-bf19-e7955efd35e9" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3661e4aa-297a-4c1b-880e-484531047832", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220418073745-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar", "artifactChecksum": "Y2M1MGU4ZDVmZTZlMTk5Zjk0NWRhMmVlMzUzZmRiMjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "68d7a811-8942-4418-9962-af59782b1916" } ], "workloadContext": "Production" } 2022-04-18T07:41:26.764Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T07:41:26.764Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a12adf37-866e-44f3-ab5e-35f155e2c489 ASDC 2022-04-18T07:41:26.766Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:a88e720c-4021-42c1-b829-c28b0955fbc7 ServiceName:vFW 2022-04-18 07-37-45 ServiceVersion:1.0 ServiceUUID:a12adf37-866e-44f3-ab5e-35f155e2c489 ServiceInvariantUUID:bc90d2f6-077a-428f-b9ef-ee4a8b707f40 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220418073745-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar ArtifactUUID:68d7a811-8942-4418-9962-af59782b1916 ArtifactChecksum:Y2M1MGU4ZDVmZTZlMTk5Zjk0NWRhMmVlMzUzZmRiMjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 068f3924-de27 0 ResourceCustomizationUUID:e48ef2ea-bfaf-477a-9c31-a4086ea72fb6 ResourceInvariantUUID:4c648111-77d4-4a12-ba6b-dcd0db95fb92 ResourceName:vFW 068f3924-de27 ResourceType:VF ResourceUUID:309c550a-cef5-4db6-81ca-98574d398be6 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw068f3924de270_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vfw068f3924de270_modules.json ArtifactUUID:a6310c5c-75ed-45f6-9701-8e34a3368559 ArtifactChecksum:N2EyMDRjOTQ0OTJkNGIxYzhjNjgyNjE5NThkN2E0YTg= 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/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.yaml ArtifactUUID:74e9b062-7dc9-4347-bf19-e7955efd35e9 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/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.env ArtifactUUID:3661e4aa-297a-4c1b-880e-484531047832 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/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.env ArtifactUUID:3661e4aa-297a-4c1b-880e-484531047832 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-18T07:41:26.766Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a12adf37-866e-44f3-ab5e-35f155e2c489 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-04-18T07:41:26.851Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:41:26.853Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-18T07:41:26.853Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-18T07:41:26.853Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 68d7a811-8942-4418-9962-af59782b1916 from URL: /sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar 2022-04-18T07:41:26.853Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-18T07:41:26.854Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar 2022-04-18T07:41:27.153Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-18T07:41:27.161Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar 68d7a811-8942-4418-9962-af59782b1916 98937 2022-04-18T07:41:27.162Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar ASDC sendASDCNotification 2022-04-18T07:41:27.162Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar 2022-04-18T07:41:27.162Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:41:27.163Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:41:27.166Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:41:27.166Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267687162, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:41:27.266Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:41:27.268Z||pool-185-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:41:27.268Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:41:27.293Z||pool-185-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:41:27.294Z||pool-185-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:41:28.168Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:41:28.170Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-18T07:41:28.171Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 68d7a811-8942-4418-9962-af59782b1916, URL: /sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar to file: /app/ASDC/1/service-Vfw20220418073745-csar.csar 2022-04-18T07:41:28.172Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220418073745-csar.csar 2022-04-18T07:41:28.173Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220418073745-csar.csar 2022-04-18T07:41:28.174Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220418073745-csar.csar 2022-04-18T07:41:28.742Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3685381540279640554/Definitions/service-Vfw20220418073745-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-04-18T07:41:33.046Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-18T07:41:33.047Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-04-18T07:41:33.047Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220418073745-csar.csar 2022-04-18T07:41:33.047Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-18T07:41:33.048Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220418073745-csar.csar 2022-04-18T07:41:33.048Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220418073745-csar.csar 2022-04-18T07:41:33.048Z|a88e720c-4021-42c1-b829-c28b0955fbc7|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-Vfw20220418073745-csar.csar 2022-04-18T07:41:33.049Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418073745-csar.csar 2022-04-18T07:41:33.049Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418073745-csar.csar 2022-04-18T07:41:33.049Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220418073745-csar.csar 2022-04-18T07:41:33.050Z|a88e720c-4021-42c1-b829-c28b0955fbc7|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-Vfw20220418073745-csar.csar 2022-04-18T07:41:33.050Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220418073745-csar.csar 2022-04-18T07:41:33.050Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220418073745-csar.csar 2022-04-18T07:41:33.050Z|a88e720c-4021-42c1-b829-c28b0955fbc7|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-Vfw20220418073745-csar.csar 2022-04-18T07:41:33.051Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418073745-csar.csar 2022-04-18T07:41:33.051Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 068f3924-de27 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220418073745-csar.csar 2022-04-18T07:41:33.051Z|a88e720c-4021-42c1-b829-c28b0955fbc7|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-Vfw20220418073745-csar.csar 2022-04-18T07:41:33.051Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-04-18T07:41:33.052Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:33.052Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-18 07-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:41:33.053Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vFW 068f3924-de27 0 is matching search criteria 2022-04-18T07:41:33.053Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-04-18T07:41:33.053Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 068f3924-de27 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:41:33.054Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:33.054Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-18 07-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:41:33.054Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vFW 068f3924-de27 0 is matching search criteria 2022-04-18T07:41:33.055Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-04-18T07:41:33.055Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 068f3924-de27 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:41:33.055Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:33.056Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-18 07-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:41:33.056Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:33.056Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vFW 068f3924-de27 0 is not matching search criteria 2022-04-18T07:41:33.057Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:41:33.057Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:41:33.057Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:41:33.057Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:41:33.058Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:41:33.058Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:41:33.058Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:41:33.059Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:41:33.059Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:41:33.059Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:41:33.059Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:41:33.060Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:41:33.060Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:41:33.060Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:41:33.060Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:41:33.061Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-18T07:41:33.061Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:33.061Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-18 07-37-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T07:41:33.062Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:33.062Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vFW 068f3924-de27 0 is matching search criteria 2022-04-18T07:41:33.062Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 068f3924-de27 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:41:33.063Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:33.063Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vFW 068f3924-de27 0 is matching search criteria 2022-04-18T07:41:33.063Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 068f3924-de27 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:41:33.064Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:33.064Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vFW 068f3924-de27 0 is matching search criteria 2022-04-18T07:41:33.064Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 068f3924-de27 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:41:33.065Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:33.065Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vFW 068f3924-de27 0 is not matching search criteria 2022-04-18T07:41:33.065Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:41:33.065Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-18T07:41:33.066Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:41:33.066Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:41:33.066Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:41:33.067Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:41:33.067Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:41:33.067Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:41:33.068Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:41:33.068Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:41:33.068Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:41:33.068Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e183211c-eed0-46bc-ba57-1dab5663b4ba 2022-04-18T07:41:33.069Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:33.069Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vFW 068f3924-de27 0 is not matching search criteria 2022-04-18T07:41:33.069Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:41:33.070Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:41:33.070Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:41:33.070Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:41:33.070Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:41:33.070Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:41:33.071Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:41:33.071Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-18T07:41:33.071Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:41:33.071Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:41:33.072Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:41:33.072Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:41:33.072Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2bcc75ed-3113-47f9-a42b-58a6d40c627c 2022-04-18T07:41:33.073Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:33.073Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vFW 068f3924-de27 0 is not matching search criteria 2022-04-18T07:41:33.073Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:41:33.073Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:41:33.073Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:41:33.074Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:41:33.074Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:41:33.074Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:41:33.074Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:41:33.074Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:41:33.074Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:41:33.075Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:41:33.075Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:41:33.075Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-18T07:41:33.075Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2c52911c-7f52-4ab2-b831-c775faf3155f 2022-04-18T07:41:33.076Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:33.076Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-18 07-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:41:33.076Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:33.076Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-18 07-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:41:33.076Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:33.077Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-18 07-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:41:33.077Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:33.077Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-18 07-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:41:33.077Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-18 07-37-45 Description:catalog service description Model UUID:a12adf37-866e-44f3-ab5e-35f155e2c489 Model Version:NULL Model InvariantUuid:bc90d2f6-077a-428f-b9ef-ee4a8b707f40 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 068f3924-de27 Model UUID:9b9fece4-6531-4ecb-ada4-ad82ea9077fc Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:4c648111-77d4-4a12-ba6b-dcd0db95fb92 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e48ef2ea-bfaf-477a-9c31-a4086ea72fb6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c0af8e51-e190-45b9-88cc-aaf9a243f16d ModelName:Vfw068f3924De27..base_vfw..module-0 ModelUuid:79376c13-29b9-473b-a18c-4f4e2984db33 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e183211c-eed0-46bc-ba57-1dab5663b4ba ModelInvariantUuid:dfbeb20b-629f-438f-a606-7e6713017069 ModelName:vFW 068f3924-de27-nodes.vfwCvfc ModelUuid:2982b0c2-7181-4cde-aaa4-cb20b12fd0c5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:7935304a-5bc3-482c-bf3e-93c7973aeac5 ModelInvariantUuid:7ef673e4-7888-4f0d-89cf-5aefb26892c2 ModelName:Vfw068f3924De27.compute.nodes.heat.vfw ModelUuid:9748156b-baa7-48ec-a25d-da1a19175ec2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:2bcc75ed-3113-47f9-a42b-58a6d40c627c ModelInvariantUuid:d455849e-f72c-4a1b-84ce-932c490d40c6 ModelName:vFW 068f3924-de27-nodes.vsnCvfc ModelUuid:833d5c1d-08c2-4da1-9bc2-db1960e0c497 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:472f6454-6131-4a4a-8c23-5032e7913b8c ModelInvariantUuid:c6ee389d-fa41-4d73-89de-5b5abfc21caa ModelName:Vfw068f3924De27.compute.nodes.heat.vsn ModelUuid:3f838f13-6d82-4df2-9555-72f04f711029 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:2c52911c-7f52-4ab2-b831-c775faf3155f ModelInvariantUuid:159d92bc-6e91-4d23-a345-20ef8eec5843 ModelName:vFW 068f3924-de27-nodes.vpgCvfc ModelUuid:e92a41c6-ba5b-438f-9137-a294a502c44d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:c8819bc1-c3fc-407f-8aff-49312300203a ModelInvariantUuid:a0000ecb-bd42-485a-bd7d-74102aafd8e1 ModelName:Vfw068f3924De27.compute.nodes.heat.vpg ModelUuid:adf117e1-9285-44b8-a487-416fca32555e 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-04-18T07:41:33.088Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 309c550a-cef5-4db6-81ca-98574d398be6 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-04-18T07:41:33.099Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||vFW 068f3924-de27 0 2022-04-18T07:41:33.100Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 309c550a-cef5-4db6-81ca-98574d398be6 2022-04-18T07:41:33.100Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a6310c5c-75ed-45f6-9701-8e34a3368559 from URL: /sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vfw068f3924de270_modules.json 2022-04-18T07:41:33.100Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-18T07:41:33.100Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vfw068f3924de270_modules.json 2022-04-18T07:41:33.846Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-18T07:41:33.847Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vfw068f3924de270_modules.json a6310c5c-75ed-45f6-9701-8e34a3368559 785 2022-04-18T07:41:33.848Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vfw068f3924de270_modules.json ASDC sendASDCNotification 2022-04-18T07:41:33.848Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vfw068f3924de270_modules.json 2022-04-18T07:41:33.848Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:41:33.849Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:41:33.853Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:41:33.853Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267693848, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vfw068f3924de270_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:41:33.953Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:41:33.954Z||pool-186-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:41:33.954Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:41:33.976Z||pool-186-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:41:33.977Z||pool-186-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:41:34.854Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw068f3924De27..base_vfw..module-0", "vfModuleModelInvariantUUID": "c0af8e51-e190-45b9-88cc-aaf9a243f16d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "79376c13-29b9-473b-a18c-4f4e2984db33", "vfModuleModelCustomizationUUID": "d104d3c3-f9b0-4abd-b4cd-bed3b80540f8", "isBase": true, "artifacts": [ "74e9b062-7dc9-4347-bf19-e7955efd35e9", "3661e4aa-297a-4c1b-880e-484531047832" ], "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-04-18T07:41:34.860Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw068f3924De27..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:79376c13-29b9-473b-a18c-4f4e2984db33 VfModuleModelInvariantUUID:c0af8e51-e190-45b9-88cc-aaf9a243f16d VfModuleModelDescription:NULL Artifacts UUID List:{ 74e9b062-7dc9-4347-bf19-e7955efd35e9 , 3661e4aa-297a-4c1b-880e-484531047832 } 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-04-18T07:41:34.863Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw068f3924De27..base_vfw..module-0", "vfModuleModelInvariantUUID": "c0af8e51-e190-45b9-88cc-aaf9a243f16d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "79376c13-29b9-473b-a18c-4f4e2984db33", "vfModuleModelCustomizationUUID": "d104d3c3-f9b0-4abd-b4cd-bed3b80540f8", "isBase": true, "artifacts": [ "74e9b062-7dc9-4347-bf19-e7955efd35e9", "3661e4aa-297a-4c1b-880e-484531047832" ], "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-04-18T07:41:34.863Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw068f3924De27..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:79376c13-29b9-473b-a18c-4f4e2984db33 VfModuleModelInvariantUUID:c0af8e51-e190-45b9-88cc-aaf9a243f16d VfModuleModelDescription:NULL Artifacts UUID List:{ 74e9b062-7dc9-4347-bf19-e7955efd35e9 , 3661e4aa-297a-4c1b-880e-484531047832 } 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-04-18T07:41:34.863Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 74e9b062-7dc9-4347-bf19-e7955efd35e9 from URL: /sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.yaml 2022-04-18T07:41:34.863Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-18T07:41:34.864Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.yaml 2022-04-18T07:41:35.249Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-18T07:41:35.250Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.yaml 74e9b062-7dc9-4347-bf19-e7955efd35e9 20368 2022-04-18T07:41:35.251Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-18T07:41:35.251Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.yaml 2022-04-18T07:41:35.251Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:41:35.251Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:41:35.254Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:41:35.254Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267695251, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:41:35.354Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:41:35.355Z||pool-187-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:41:35.356Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:41:35.369Z||pool-187-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:41:35.371Z||pool-187-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:41:36.258Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3661e4aa-297a-4c1b-880e-484531047832 from URL: /sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.env 2022-04-18T07:41:36.259Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-18T07:41:36.259Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.env 2022-04-18T07:41:36.693Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-18T07:41:36.694Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.env 3661e4aa-297a-4c1b-880e-484531047832 2098 2022-04-18T07:41:36.695Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-18T07:41:36.695Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.env 2022-04-18T07:41:36.695Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:41:36.695Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:41:36.698Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:41:36.699Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267696695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:41:36.798Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:41:36.800Z||pool-188-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:41:36.801Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:41:36.811Z||pool-188-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:41:36.812Z||pool-188-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:41:37.699Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a12adf37-866e-44f3-ab5e-35f155e2c489 2022-04-18T07:41:37.701Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 068f3924-de27 0 309c550a-cef5-4db6-81ca-98574d398be6 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-04-18T07:41:37.726Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56b735db, org.onap.sdc.toscaparser.api.parameters.Input@577617b8, org.onap.sdc.toscaparser.api.parameters.Input@1634b938, org.onap.sdc.toscaparser.api.parameters.Input@21be6f3a, org.onap.sdc.toscaparser.api.parameters.Input@4ec88f3b] 2022-04-18T07:41:37.728Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:37.729Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-18 07-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:41:37.729Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-04-18T07:41:37.729Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= e48ef2ea-bfaf-477a-9c31-a4086ea72fb6 2022-04-18T07:41:37.730Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e48ef2ea-bfaf-477a-9c31-a4086ea72fb6 matches Tosca VF Customization UUID: e48ef2ea-bfaf-477a-9c31-a4086ea72fb6 2022-04-18T07:41:37.730Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: e48ef2ea-bfaf-477a-9c31-a4086ea72fb6 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-04-18T07:41:37.733Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:37.733Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-18 07-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:41:37.734Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id e48ef2ea-bfaf-477a-9c31-a4086ea72fb6: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-04-18T07:41:37.735Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@48bf7030 2022-04-18T07:41:37.735Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:37.735Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-18 07-37-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T07:41:37.735Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d104d3c3-f9b0-4abd-b4cd-bed3b80540f8 2022-04-18T07:41:37.735Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d104d3c3-f9b0-4abd-b4cd-bed3b80540f8 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-04-18T07:41:37.738Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:37.738Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vFW 068f3924-de27 0 is matching search criteria 2022-04-18T07:41:37.739Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 068f3924-de27 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:41:37.739Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:37.739Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vFW 068f3924-de27 0 is matching search criteria 2022-04-18T07:41:37.739Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 068f3924-de27 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:41:37.740Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:37.740Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vFW 068f3924-de27 0 is not matching search criteria 2022-04-18T07:41:37.740Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:41:37.740Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-18T07:41:37.741Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:41:37.741Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:41:37.741Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:41:37.741Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:41:37.742Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:41:37.742Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:41:37.742Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:41:37.742Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:41:37.742Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:41:37.743Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e183211c-eed0-46bc-ba57-1dab5663b4ba 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-04-18T07:41:37.746Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:37.746Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vFW 068f3924-de27 0 is matching search criteria 2022-04-18T07:41:37.746Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 068f3924-de27 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:41:37.746Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:37.746Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vFW 068f3924-de27 0 is not matching search criteria 2022-04-18T07:41:37.747Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:41:37.747Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:41:37.747Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:41:37.748Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:41:37.748Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:41:37.748Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:41:37.749Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:41:37.749Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-18T07:41:37.749Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:41:37.749Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:41:37.749Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:41:37.750Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:41:37.750Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2bcc75ed-3113-47f9-a42b-58a6d40c627c 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-04-18T07:41:37.753Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:37.753Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vFW 068f3924-de27 0 is matching search criteria 2022-04-18T07:41:37.753Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 068f3924-de27 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:41:37.754Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:37.754Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vFW 068f3924-de27 0 is not matching search criteria 2022-04-18T07:41:37.754Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:41:37.754Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:41:37.755Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:41:37.755Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:41:37.755Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:41:37.755Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:41:37.756Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:41:37.756Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:41:37.756Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:41:37.756Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:41:37.756Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:41:37.757Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-18T07:41:37.757Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2c52911c-7f52-4ab2-b831-c775faf3155f 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-04-18T07:41:37.759Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:37.760Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vFW 068f3924-de27 0 is matching search criteria 2022-04-18T07:41:37.760Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 068f3924-de27 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:41:37.760Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:37.761Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Node template vFW 068f3924-de27 0 is matching search criteria 2022-04-18T07:41:37.761Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 068f3924-de27 0] matching following query criteria: sdcType=VF, customizationUUID=e48ef2ea-bfaf-477a-9c31-a4086ea72fb6 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-04-18T07:41:37.763Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:37.763Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-18 07-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:41:37.763Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a12adf37-866e-44f3-ab5e-35f155e2c489: vFW 068f3924-de27 2022-04-18T07:41:37.764Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:37.764Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-18 07-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:41:37.764Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:37.765Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-18 07-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:41:37.765Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:37.765Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-18 07-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:41:37.766Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:37.766Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-18 07-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:41:37.766Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:41:37.767Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-18 07-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:41:37.767Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-04-18 07-37-45 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-04-18T07:41:37.989Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 068f3924-de27 309c550a-cef5-4db6-81ca-98574d398be6 1 ASDC deployResourceStructure 2022-04-18T07:41:37.994Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vfw068f3924de270_modules.json ASDC sendASDCNotification 2022-04-18T07:41:37.996Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vfw068f3924de270_modules.json 2022-04-18T07:41:37.996Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:41:37.996Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:41:38.004Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:41:38.004Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267697994, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vfw068f3924de270_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:41:38.101Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-04-18T07:41:38.103Z||pool-189-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:41:38.103Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:41:38.122Z||pool-189-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:41:38.123Z||pool-189-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:41:39.012Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-18T07:41:39.012Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.yaml 2022-04-18T07:41:39.012Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:41:39.015Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:41:39.017Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:41:39.017Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267699012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-18T07:41:39.117Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:41:39.118Z||pool-190-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:41:39.118Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:41:39.136Z||pool-190-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:41:39.136Z||pool-190-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:41:40.018Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-18T07:41:40.019Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.env 2022-04-18T07:41:40.019Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:41:40.020Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:41:40.024Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:41:40.024Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267700018, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-18T07:41:40.124Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:41:40.125Z||pool-191-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:41:40.125Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:41:40.138Z||pool-191-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:41:40.138Z||pool-191-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:41:41.025Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar ASDC sendASDCNotification 2022-04-18T07:41:41.026Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar 2022-04-18T07:41:41.027Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:41:41.028Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:41:41.034Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:41:41.034Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267701025, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:41:41.131Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-04-18T07:41:41.133Z||pool-192-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:41:41.133Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:41:41.180Z||pool-192-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:41:41.181Z||pool-192-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:41:42.035Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a88e720c-4021-42c1-b829-c28b0955fbc7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:41:42.048Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a88e720c-4021-42c1-b829-c28b0955fbc7 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-04-18T07:41:42.051Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:41:42.051Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:41:42.051Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:42:12.052Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a88e720c-4021-42c1-b829-c28b0955fbc7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:42:12.072Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a88e720c-4021-42c1-b829-c28b0955fbc7 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-04-18T07:42:12.076Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:42:12.076Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:42:12.077Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:42:19.024Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:42:19.026Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:42:19.026Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:42:19.049Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:42:19.050Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:42:19.051Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "cds", "timestamp": 1650267677204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vfw068f3924de270_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:42:19.052Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:42:42.077Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a88e720c-4021-42c1-b829-c28b0955fbc7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:42:42.099Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a88e720c-4021-42c1-b829-c28b0955fbc7 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-04-18T07:42:42.103Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:42:42.103Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:42:42.103Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:43:12.104Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a88e720c-4021-42c1-b829-c28b0955fbc7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:43:12.143Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a88e720c-4021-42c1-b829-c28b0955fbc7 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-04-18T07:43:12.146Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:43:12.146Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:43:12.146Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:43:19.024Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:43:19.025Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:43:19.025Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:43:19.044Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:43:19.046Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:43:19.046Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "ves-openapi-manager", "timestamp": 1650267664266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:43:19.046Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:43:42.147Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a88e720c-4021-42c1-b829-c28b0955fbc7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:43:42.161Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a88e720c-4021-42c1-b829-c28b0955fbc7 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-04-18T07:43:42.165Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:43:42.165Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:43:42.165Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:44:12.166Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a88e720c-4021-42c1-b829-c28b0955fbc7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:44:12.179Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a88e720c-4021-42c1-b829-c28b0955fbc7 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-04-18T07:44:12.182Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:44:12.182Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:44:12.183Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:44:19.024Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:44:19.025Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:44:19.026Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:44:19.055Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:44:19.057Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.058Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "multicloud-k8s-id", "timestamp": 1650267663381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:44:19.059Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.059Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.059Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "policy-id", "timestamp": 1650267669243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:44:19.060Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.060Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.060Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "clamp", "timestamp": 1650267675794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:44:19.061Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.061Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.063Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267679010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:44:19.063Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.063Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.064Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267673088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:44:19.064Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.065Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.065Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "cds", "timestamp": 1650267677204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:44:19.065Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.065Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.066Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "aai-ml", "timestamp": 1650267678719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:44:19.066Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.067Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.067Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "ves-openapi-manager", "timestamp": 1650267664266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:44:19.067Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.067Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.068Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "multicloud-k8s-id", "timestamp": 1650267663381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:44:19.068Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.068Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.069Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "policy-id", "timestamp": 1650267669243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:44:19.069Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.069Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.070Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "clamp", "timestamp": 1650267675794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:44:19.070Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.070Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.071Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267679010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vfw068f3924de270_modules.json", "status": "NOTIFIED" } 2022-04-18T07:44:19.071Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.071Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.071Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267673088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:44:19.072Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.072Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.073Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "cds", "timestamp": 1650267677204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:44:19.073Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.073Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.074Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "aai-ml", "timestamp": 1650267678719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vfw068f3924de270_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:44:19.074Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.074Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.074Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "clamp", "timestamp": 1650267675794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:44:19.074Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.075Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.075Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267679010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T07:44:19.075Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.075Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.075Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "policy-id", "timestamp": 1650267682809, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:44:19.075Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:44:19.075Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.075Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "cds", "timestamp": 1650267677204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:44:19.075Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.076Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.076Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "multicloud-k8s-id", "timestamp": 1650267680997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vfw068f3924de270_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:44:19.076Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:44:19.076Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.076Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "aai-ml", "timestamp": 1650267678719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:44:19.076Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.076Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.076Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267681507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:44:19.076Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:44:19.076Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.077Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267679010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:44:19.077Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.077Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.077Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "policy-id", "timestamp": 1650267683814, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:44:19.077Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:44:19.077Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.078Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "cds", "timestamp": 1650267677204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:44:19.078Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.078Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.079Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "aai-ml", "timestamp": 1650267678719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:44:19.079Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.079Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.079Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267679010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T07:44:19.079Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.079Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.079Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "multicloud-k8s-id", "timestamp": 1650267682698, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:44:19.080Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:44:19.080Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.080Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "policy-id", "timestamp": 1650267684817, "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-04-18T07:44:19.091Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a88e720c-4021-42c1-b829-c28b0955fbc7 2022-04-18T07:44:19.091Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId a88e720c-4021-42c1-b829-c28b0955fbc7 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-04-18T07:44:19.104Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.105Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "cds", "timestamp": 1650267677204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:44:19.105Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.105Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.106Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "aai-ml", "timestamp": 1650267678719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:44:19.106Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.107Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.107Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267679010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:44:19.107Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.107Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.108Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "aai-ml", "timestamp": 1650267678719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:44:19.108Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.108Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.108Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "multicloud-k8s-id", "timestamp": 1650267684192, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:44:19.108Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:44:19.109Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.109Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "cds", "timestamp": 1650267685232, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:44:19.109Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:44:19.110Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.110Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267679010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:44:19.110Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.111Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.111Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267684878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:44:19.111Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:44:19.111Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.112Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "aai-ml", "timestamp": 1650267678719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:44:19.112Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:44:19.112Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.112Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "multicloud-k8s-id", "timestamp": 1650267685226, "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-04-18T07:44:19.120Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a88e720c-4021-42c1-b829-c28b0955fbc7 2022-04-18T07:44:19.121Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId a88e720c-4021-42c1-b829-c28b0955fbc7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-18T07:44:19.131Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.131Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "cds", "timestamp": 1650267686242, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-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-04-18T07:44:19.138Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a88e720c-4021-42c1-b829-c28b0955fbc7 2022-04-18T07:44:19.139Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId a88e720c-4021-42c1-b829-c28b0955fbc7 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-04-18T07:44:19.149Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.149Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267685882, "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-04-18T07:44:19.156Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a88e720c-4021-42c1-b829-c28b0955fbc7 2022-04-18T07:44:19.156Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId a88e720c-4021-42c1-b829-c28b0955fbc7 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-04-18T07:44:19.165Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.165Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267687162, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:44:19.166Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:44:19.166Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.166Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "multicloud-k8s-id", "timestamp": 1650267686230, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vfw068f3924de270_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:44:19.167Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:44:19.167Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.167Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "aai-ml", "timestamp": 1650267686871, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:44:19.167Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:44:19.167Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.168Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267693848, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vfw068f3924de270_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:44:19.168Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:44:19.168Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.169Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267695251, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:44:19.169Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:44:19.170Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.170Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "clamp", "timestamp": 1650267696518, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:44:19.170Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:44:19.170Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.171Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "clamp", "timestamp": 1650267697532, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:44:19.171Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:44:19.171Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.172Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267696695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:44:19.172Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:44:19.172Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.173Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "clamp", "timestamp": 1650267698536, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:44:19.180Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a88e720c-4021-42c1-b829-c28b0955fbc7 2022-04-18T07:44:19.181Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId a88e720c-4021-42c1-b829-c28b0955fbc7 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T07:44:19.190Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.191Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267697994, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/vfw068f3924de270_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:44:19.191Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:44:19.192Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.192Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "aai-ml", "timestamp": 1650267697382, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-18T07:44:19.193Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:44:19.193Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.193Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267699012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-18T07:44:19.194Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:44:19.194Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.195Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "aai-ml", "timestamp": 1650267698387, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-04-18T07:44:19.202Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a88e720c-4021-42c1-b829-c28b0955fbc7 2022-04-18T07:44:19.202Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId a88e720c-4021-42c1-b829-c28b0955fbc7 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-04-18T07:44:19.213Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.213Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267700018, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/resourceInstances/vfw068f3924de270/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-18T07:44:19.214Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:44:19.214Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:44:19.215Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267701025, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418073745/1.0/artifacts/service-Vfw20220418073745-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:44:19.215Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:44:42.184Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a88e720c-4021-42c1-b829-c28b0955fbc7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:44:42.197Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a88e720c-4021-42c1-b829-c28b0955fbc7 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-04-18T07:44:42.200Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:44:42.200Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T07:44:42.200Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T07:44:42.200Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T07:44:42.201Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-18T07:44:42.201Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:44:42.206Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T07:45:12.207Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a88e720c-4021-42c1-b829-c28b0955fbc7 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-04-18T07:45:12.216Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a88e720c-4021-42c1-b829-c28b0955fbc7 and serviceModelVersionId: a12adf37-866e-44f3-ab5e-35f155e2c489 2022-04-18T07:45:12.216Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc90d2f6-077a-428f-b9ef-ee4a8b707f40 2022-04-18T07:45:12.218Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0 2022-04-18T07:45:12.226Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-04-18T07:45:12.286Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||Invoke 2022-04-18T07:45:12.287Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a88e720c-4021-42c1-b829-c28b0955fbc7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e32bbbfc-d2cd-4a25-b3ef-451a9d90b14f], X-ECOMP-RequestID=[a88e720c-4021-42c1-b829-c28b0955fbc7], X-TransactionId=[], X-ONAP-RequestID=[a88e720c-4021-42c1-b829-c28b0955fbc7], Content-Type=[application/merge-patch+json]} 2022-04-18T07:45:13.823Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||Invoke 2022-04-18T07:45:13.824Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a88e720c-4021-42c1-b829-c28b0955fbc7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[46a25d52-a94e-4d55-9147-8a7285eb498f], X-ECOMP-RequestID=[a88e720c-4021-42c1-b829-c28b0955fbc7], X-TransactionId=[], X-ONAP-RequestID=[a88e720c-4021-42c1-b829-c28b0955fbc7], Content-Type=[application/merge-patch+json]} 2022-04-18T07:45:15.359Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||Invoke 2022-04-18T07:45:15.359Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a88e720c-4021-42c1-b829-c28b0955fbc7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9e2d7111-7c78-4baf-9105-e147071efc6e], X-ECOMP-RequestID=[a88e720c-4021-42c1-b829-c28b0955fbc7], X-TransactionId=[], X-ONAP-RequestID=[a88e720c-4021-42c1-b829-c28b0955fbc7], Content-Type=[application/merge-patch+json]} 2022-04-18T07:45:16.399Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:45:16.400Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-18T07:45:16.400Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:45:16.400Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-04-18T07:45:16.407Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|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-04-18T07:45:16.408Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a88e720c-4021-42c1-b829-c28b0955fbc7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:45:16.408Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-18T07:45:16.409Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:45:16.412Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:45:16.412Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||try to send status { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267916408, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:45:16.511Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:45:16.512Z||pool-193-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:45:16.513Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:45:16.534Z||pool-193-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:45:16.534Z||pool-193-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-18T07:45:17.427Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:45:17.429Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:45:17.429Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:45:19.024Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:45:19.025Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:45:19.025Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:45:19.043Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:45:19.045Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.045Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "cds", "timestamp": 1650267782204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.046Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.046Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.047Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "cds", "timestamp": 1650267782204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.047Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.048Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.048Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "cds", "timestamp": 1650267782204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.048Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.049Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.049Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "multicloud-k8s-id", "timestamp": 1650267783381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.050Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.050Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.050Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "ves-openapi-manager", "timestamp": 1650267784266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.051Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.051Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.051Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "cds", "timestamp": 1650267782204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.051Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.052Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.052Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "multicloud-k8s-id", "timestamp": 1650267783381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.052Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.053Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.053Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "ves-openapi-manager", "timestamp": 1650267784266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.053Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.053Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.054Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "cds", "timestamp": 1650267782204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.054Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.055Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.055Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "multicloud-k8s-id", "timestamp": 1650267783381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.055Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.055Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.056Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "ves-openapi-manager", "timestamp": 1650267784266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.056Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.056Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.056Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "cds", "timestamp": 1650267782204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.057Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.057Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.057Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "multicloud-k8s-id", "timestamp": 1650267783381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.059Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.059Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.060Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "policy-id", "timestamp": 1650267789243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.060Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.060Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.060Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "ves-openapi-manager", "timestamp": 1650267784266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.061Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.061Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.062Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "cds", "timestamp": 1650267782204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.063Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.063Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.063Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "multicloud-k8s-id", "timestamp": 1650267783381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.064Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.064Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.064Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "policy-id", "timestamp": 1650267789243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.064Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.064Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.065Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "ves-openapi-manager", "timestamp": 1650267784266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.065Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.065Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.065Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "cds", "timestamp": 1650267782204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:45:19.066Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.066Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.066Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "multicloud-k8s-id", "timestamp": 1650267783381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.066Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.067Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.067Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "policy-id", "timestamp": 1650267789243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.067Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.067Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.067Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "ves-openapi-manager", "timestamp": 1650267784266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-18T07:45:19.068Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.068Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.068Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "multicloud-k8s-id", "timestamp": 1650267783381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.068Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.068Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.069Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "cds", "timestamp": 1650267791495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:45:19.069Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:45:19.069Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.069Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "policy-id", "timestamp": 1650267789243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.069Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.069Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.070Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "ves-openapi-manager", "timestamp": 1650267784266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.070Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.070Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.070Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "multicloud-k8s-id", "timestamp": 1650267783381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:45:19.070Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.070Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.070Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "cds", "timestamp": 1650267792502, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-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-04-18T07:45:19.093Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dc98a01c-7e0f-4e72-a5e0-9e9121d1f841 2022-04-18T07:45:19.094Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId dc98a01c-7e0f-4e72-a5e0-9e9121d1f841 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-04-18T07:45:19.104Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.106Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "policy-id", "timestamp": 1650267789243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.107Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.107Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.107Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "ves-openapi-manager", "timestamp": 1650267784266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.107Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.108Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.108Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "policy-id", "timestamp": 1650267789243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.108Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.108Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.109Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "ves-openapi-manager", "timestamp": 1650267793165, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:45:19.109Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:45:19.109Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.110Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267793088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.110Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.110Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.110Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "policy-id", "timestamp": 1650267789243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.111Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.111Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.111Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "ves-openapi-manager", "timestamp": 1650267794191, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-18T07:45:19.112Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:45:19.112Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.112Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "clamp", "timestamp": 1650267795794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.113Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.113Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.113Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267793088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.114Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.114Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.114Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "policy-id", "timestamp": 1650267789243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:45:19.115Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.115Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.115Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "ves-openapi-manager", "timestamp": 1650267795194, "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-04-18T07:45:19.129Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of dc98a01c-7e0f-4e72-a5e0-9e9121d1f841 2022-04-18T07:45:19.130Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId dc98a01c-7e0f-4e72-a5e0-9e9121d1f841 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-04-18T07:45:19.144Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.145Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "clamp", "timestamp": 1650267795794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.146Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.146Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.146Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267793088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.146Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.146Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.147Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "policy-id", "timestamp": 1650267798296, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:45:19.147Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:45:19.147Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.147Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "clamp", "timestamp": 1650267795794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.148Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.148Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.148Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267793088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.149Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.149Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.149Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "policy-id", "timestamp": 1650267799301, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:45:19.149Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:45:19.149Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.149Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "clamp", "timestamp": 1650267795794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.150Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:19.150Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:19.150Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267793088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:19.150Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:45:21.755Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:45:21.756Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||received message from topic 2022-04-18T07:45:21.756Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"dc98a01c-7e0f-4e72-a5e0-9e9121d1f841","serviceName":"Demo_pNF_ZOCikQndwDHQJvMZiDde","serviceVersion":"1.0","serviceUUID":"440f1148-f548-47dd-8892-e1b8a62fb797","serviceDescription":"catalog service description","serviceInvariantUUID":"6c2c6b63-82e4-4ff9-add7-90e8638bb0a6","resources":[{"resourceInstanceName":"pNF 7d460da8-f1c9 0","resourceName":"pNF 7d460da8-f1c9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"29bab904-b5a5-4ba5-8eca-2e86055b6c3c","resourceInvariantUUID":"c3c418b3-ad35-4e06-9398-a8ca5fb8f662","resourceCustomizationUUID":"1b4f452a-4e1e-40d8-b520-324fa011ea56","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/vf-license-model.xml","artifactChecksum":"MDY3NTJiYmYwMDM0YjFiNDU3NmI2MDY2NzEyNGQzOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"77a0898a-1eda-47c5-88ce-cbc42258ebd1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/pNF.csar","artifactChecksum":"MjI1OTBkMzMxNGRjOGVjNTgxNjExOWYwY2IwMjk4NWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"93cb9811-d358-42b5-81f5-8fcd2981202c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"91c25cf8-c114-415e-b5a2-18b03b258745","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/vendor-license-model.xml","artifactChecksum":"MjZmN2ZiMGYwYzEyYjUzOTk0Y2ExNWMyYWJmZjJiYTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"309df70b-866c-4063-bb09-b20b6f6597db","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0714da3-62b1-4306-ba86-067e65135742","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ca0a9f4a-ddd3-4f72-894e-30043828b298","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZocikqndwdhqjvmzidde-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-template.yml","artifactChecksum":"NTc5ODMyYThjNDVmZDRhYWM2NDRjODM0NDdmNjgxMWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"35f4f7de-b6f1-4142-8193-967891685696","artifactVersion":"1"},{"artifactName":"service-DemoPnfZocikqndwdhqjvmzidde-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar","artifactChecksum":"ZDI0ZjU5MjQ0MmY5ZTc2MGU4ZDhiNzUwNTdiMGY4MDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"29adc67f-f33a-4aac-812d-d5afa67b48c2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T07:45:21.760Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:45:21.760Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:45:21.762Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:45:21.762Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||try to send status { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267917427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:21.862Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:45:21.863Z||pool-194-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:45:21.863Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:45:21.891Z||pool-194-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:45:21.893Z||pool-194-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:45:22.763Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:45:22.764Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:45:22.766Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:45:22.767Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||try to send status { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267917427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:22.866Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:45:22.868Z||pool-195-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:45:22.868Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:45:22.882Z||pool-195-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:45:22.883Z||pool-195-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:45:23.769Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:45:23.771Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:45:23.773Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:45:23.774Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||try to send status { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267917427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:23.874Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:45:23.875Z||pool-196-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:45:23.875Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:45:23.892Z||pool-196-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:45:23.893Z||pool-196-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:45:24.776Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:45:24.777Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:45:24.779Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:45:24.779Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||try to send status { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267917427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:24.879Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-04-18T07:45:24.880Z||pool-197-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:45:24.888Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:45:24.905Z||pool-197-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:45:24.906Z||pool-197-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:45:25.783Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:45:25.783Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:45:25.787Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:45:25.788Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||try to send status { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267917427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:25.887Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:45:25.889Z||pool-198-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:45:25.889Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:45:25.903Z||pool-198-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:45:25.904Z||pool-198-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:45:26.789Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:45:26.790Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:45:26.797Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:45:26.798Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||try to send status { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267917427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:26.897Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:45:26.898Z||pool-199-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:45:26.898Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:45:26.912Z||pool-199-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:45:26.913Z||pool-199-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:45:27.802Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:45:27.803Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:45:27.806Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:45:27.807Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||try to send status { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267917427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:45:27.906Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-04-18T07:45:27.907Z||pool-200-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:45:27.907Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:45:27.919Z||pool-200-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:45:27.920Z||pool-200-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:45:28.808Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:45:28.809Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:45:28.813Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:45:28.813Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||try to send status { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267917427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:45:28.913Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:45:28.914Z||pool-201-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:45:28.914Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:45:28.925Z||pool-201-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:45:28.926Z||pool-201-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:45:29.816Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||sending notification to client: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "serviceName": "Demo_pNF_ZOCikQndwDHQJvMZiDde", "serviceVersion": "1.0", "serviceUUID": "440f1148-f548-47dd-8892-e1b8a62fb797", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6c2c6b63-82e4-4ff9-add7-90e8638bb0a6", "resources": [ { "resourceInstanceName": "pNF 7d460da8-f1c9 0", "resourceCustomizationUUID": "1b4f452a-4e1e-40d8-b520-324fa011ea56", "resourceName": "pNF 7d460da8-f1c9", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "29bab904-b5a5-4ba5-8eca-2e86055b6c3c", "resourceInvariantUUID": "c3c418b3-ad35-4e06-9398-a8ca5fb8f662", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfZocikqndwdhqjvmzidde-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar", "artifactChecksum": "ZDI0ZjU5MjQ0MmY5ZTc2MGU4ZDhiNzUwNTdiMGY4MDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "29adc67f-f33a-4aac-812d-d5afa67b48c2" } ], "workloadContext": "Production" } 2022-04-18T07:45:29.818Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T07:45:29.818Z|a88e720c-4021-42c1-b829-c28b0955fbc7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 440f1148-f548-47dd-8892-e1b8a62fb797 ASDC 2022-04-18T07:45:29.819Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||ASDC Notification: DistributionID:dc98a01c-7e0f-4e72-a5e0-9e9121d1f841 ServiceName:Demo_pNF_ZOCikQndwDHQJvMZiDde ServiceVersion:1.0 ServiceUUID:440f1148-f548-47dd-8892-e1b8a62fb797 ServiceInvariantUUID:6c2c6b63-82e4-4ff9-add7-90e8638bb0a6 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfZocikqndwdhqjvmzidde-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar ArtifactUUID:29adc67f-f33a-4aac-812d-d5afa67b48c2 ArtifactChecksum:ZDI0ZjU5MjQ0MmY5ZTc2MGU4ZDhiNzUwNTdiMGY4MDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 7d460da8-f1c9 0 ResourceCustomizationUUID:1b4f452a-4e1e-40d8-b520-324fa011ea56 ResourceInvariantUUID:c3c418b3-ad35-4e06-9398-a8ca5fb8f662 ResourceName:pNF 7d460da8-f1c9 ResourceType:PNF ResourceUUID:29bab904-b5a5-4ba5-8eca-2e86055b6c3c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-18T07:45:29.820Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 440f1148-f548-47dd-8892-e1b8a62fb797 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-04-18T07:45:29.860Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:45:29.861Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:45:29.862Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:45:29.862Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||Trying to download the artifact UUID: 29adc67f-f33a-4aac-812d-d5afa67b48c2 from URL: /sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar 2022-04-18T07:45:29.862Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:45:29.863Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar 2022-04-18T07:45:30.203Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:45:30.207Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar 29adc67f-f33a-4aac-812d-d5afa67b48c2 82654 2022-04-18T07:45:30.207Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar ASDC sendASDCNotification 2022-04-18T07:45:30.207Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar 2022-04-18T07:45:30.207Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:45:30.208Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:45:30.212Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:45:30.213Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||try to send status { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267930207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:45:30.311Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-18T07:45:30.312Z||pool-202-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:45:30.312Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:45:30.325Z||pool-202-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:45:30.326Z||pool-202-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:45:31.213Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:45:31.214Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:45:31.215Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||Trying to write artifact UUID: 29adc67f-f33a-4aac-812d-d5afa67b48c2, URL: /sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar to file: /app/ASDC/1/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar 2022-04-18T07:45:31.216Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZocikqndwdhqjvmzidde-csar.csar 2022-04-18T07:45:31.216Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar 2022-04-18T07:45:31.217Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar 2022-04-18T07:45:31.387Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16554319942829912692/Definitions/service-DemoPnfZocikqndwdhqjvmzidde-template.yml 2022-04-18T07:45:32.789Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-18T07:45:32.790Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|WARN|500||#################################################################################################### 2022-04-18T07:45:32.790Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar 2022-04-18T07:45:32.790Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-18T07:45:32.791Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|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-DemoPnfZocikqndwdhqjvmzidde-csar.csar 2022-04-18T07:45:32.791Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar 2022-04-18T07:45:32.791Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|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-DemoPnfZocikqndwdhqjvmzidde-csar.csar 2022-04-18T07:45:32.792Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|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-DemoPnfZocikqndwdhqjvmzidde-csar.csar 2022-04-18T07:45:32.792Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|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-DemoPnfZocikqndwdhqjvmzidde-csar.csar 2022-04-18T07:45:32.792Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|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-DemoPnfZocikqndwdhqjvmzidde-csar.csar 2022-04-18T07:45:32.792Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7d460da8-f1c9 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-DemoPnfZocikqndwdhqjvmzidde-csar.csar 2022-04-18T07:45:32.793Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|WARN|500||#################################################################################################### 2022-04-18T07:45:32.793Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:45:32.794Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Service Demo_pNF_ZOCikQndwDHQJvMZiDde is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:45:32.794Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Node template pNF 7d460da8-f1c9 0 is matching search criteria 2022-04-18T07:45:32.795Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T07:45:32.795Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Found topology templates [pNF 7d460da8-f1c9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:45:32.796Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:45:32.796Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Service Demo_pNF_ZOCikQndwDHQJvMZiDde is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:45:32.797Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Node template pNF 7d460da8-f1c9 0 is matching search criteria 2022-04-18T07:45:32.797Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T07:45:32.797Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Found topology templates [pNF 7d460da8-f1c9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:45:32.798Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:45:32.798Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Service Demo_pNF_ZOCikQndwDHQJvMZiDde is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:45:32.799Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:45:32.799Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Service Demo_pNF_ZOCikQndwDHQJvMZiDde is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:45:32.800Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:45:32.800Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Service Demo_pNF_ZOCikQndwDHQJvMZiDde is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:45:32.801Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:45:32.801Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Service Demo_pNF_ZOCikQndwDHQJvMZiDde is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:45:32.801Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:45:32.802Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Service Demo_pNF_ZOCikQndwDHQJvMZiDde is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:45:32.802Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_ZOCikQndwDHQJvMZiDde Description:catalog service description Model UUID:440f1148-f548-47dd-8892-e1b8a62fb797 Model Version:NULL Model InvariantUuid:6c2c6b63-82e4-4ff9-add7-90e8638bb0a6 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-04-18T07:45:32.810Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 29bab904-b5a5-4ba5-8eca-2e86055b6c3c 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-04-18T07:45:32.814Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||pNF 7d460da8-f1c9 0 2022-04-18T07:45:32.815Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 29bab904-b5a5-4ba5-8eca-2e86055b6c3c 2022-04-18T07:45:32.815Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||No resources found for Service: 440f1148-f548-47dd-8892-e1b8a62fb797 2022-04-18T07:45:32.816Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Preparing to deploy Service: 440f1148-f548-47dd-8892-e1b8a62fb797 2022-04-18T07:45:32.816Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7d460da8-f1c9 0 29bab904-b5a5-4ba5-8eca-2e86055b6c3c 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-04-18T07:45:32.823Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52b24e74, org.onap.sdc.toscaparser.api.parameters.Input@19ff55e, org.onap.sdc.toscaparser.api.parameters.Input@72914389, org.onap.sdc.toscaparser.api.parameters.Input@47cd9ae3, org.onap.sdc.toscaparser.api.parameters.Input@74cad80] 2022-04-18T07:45:32.824Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:45:32.824Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Service Demo_pNF_ZOCikQndwDHQJvMZiDde is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:45:32.825Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500|| resourceSeq for service uuid 440f1148-f548-47dd-8892-e1b8a62fb797: pNF 7d460da8-f1c9 2022-04-18T07:45:32.825Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||Processing PNF resource: 29bab904-b5a5-4ba5-8eca-2e86055b6c3c 2022-04-18T07:45:32.825Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:45:32.826Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Service Demo_pNF_ZOCikQndwDHQJvMZiDde is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:45:32.826Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||Resource customization UUID: 1b4f452a-4e1e-40d8-b520-324fa011ea56 is the same as notified resource customizationUUID: 1b4f452a-4e1e-40d8-b520-324fa011ea56 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-04-18T07:45:32.869Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7d460da8-f1c9 29bab904-b5a5-4ba5-8eca-2e86055b6c3c 0 ASDC deployResourceStructure 2022-04-18T07:45:32.870Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar ASDC sendASDCNotification 2022-04-18T07:45:32.871Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar 2022-04-18T07:45:32.871Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:45:32.872Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:45:32.874Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:45:32.875Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||try to send status { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267932870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:45:32.974Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:45:32.976Z||pool-203-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:45:32.976Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:45:32.996Z||pool-203-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:45:32.997Z||pool-203-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:45:33.876Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc98a01c-7e0f-4e72-a5e0-9e9121d1f841 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:45:33.893Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc98a01c-7e0f-4e72-a5e0-9e9121d1f841 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-04-18T07:45:33.897Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:45:33.899Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:45:33.899Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:46:03.900Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc98a01c-7e0f-4e72-a5e0-9e9121d1f841 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:46:03.912Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc98a01c-7e0f-4e72-a5e0-9e9121d1f841 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-04-18T07:46:03.916Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:46:03.916Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:46:03.916Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:46:19.024Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:46:19.025Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:46:19.026Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:46:19.051Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:46:19.053Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:46:19.053Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "policy-id", "timestamp": 1650267800304, "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-04-18T07:46:19.062Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc98a01c-7e0f-4e72-a5e0-9e9121d1f841 2022-04-18T07:46:19.062Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId dc98a01c-7e0f-4e72-a5e0-9e9121d1f841 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-04-18T07:46:19.071Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:46:19.072Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "clamp", "timestamp": 1650267795794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:46:19.072Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:46:19.072Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:46:19.072Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267793088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:46:19.073Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:46:19.073Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:46:19.073Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "aai-ml", "timestamp": 1650267798719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:46:19.073Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:46:19.073Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:46:19.073Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "clamp", "timestamp": 1650267795794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:46:19.074Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:46:19.074Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:46:19.074Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267793088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:46:19.074Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:46:19.074Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:46:19.074Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "aai-ml", "timestamp": 1650267798719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:46:19.074Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:46:19.074Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:46:19.074Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "clamp", "timestamp": 1650267795794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:46:19.075Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:46:19.075Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:46:19.075Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267793088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:46:19.075Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:46:19.075Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:46:19.075Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "aai-ml", "timestamp": 1650267798719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:46:19.075Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:46:19.075Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:46:19.076Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "clamp", "timestamp": 1650267795794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:46:19.076Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:46:19.076Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:46:19.076Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "aai-ml", "timestamp": 1650267798719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:46:19.076Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:46:19.076Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:46:19.077Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267802667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:46:19.077Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:46:19.077Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:46:19.077Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "aai-ml", "timestamp": 1650267798719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:46:19.077Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:46:19.078Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:46:19.078Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "aai-ml", "timestamp": 1650267798719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:46:19.078Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:46:19.078Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:46:19.078Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267804678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:46:19.078Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:46:19.079Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:46:19.079Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "aai-ml", "timestamp": 1650267798719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:46:19.079Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:46:19.079Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:46:19.079Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650267805682, "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-04-18T07:46:19.086Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc98a01c-7e0f-4e72-a5e0-9e9121d1f841 2022-04-18T07:46:19.086Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId dc98a01c-7e0f-4e72-a5e0-9e9121d1f841 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-04-18T07:46:19.094Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:46:19.095Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "aai-ml", "timestamp": 1650267798719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:46:19.095Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:46:19.095Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:46:19.095Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "aai-ml", "timestamp": 1650267807766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:46:19.095Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:46:19.095Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:46:19.096Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "clamp", "timestamp": 1650267810256, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:46:19.096Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:46:19.096Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:46:19.096Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "clamp", "timestamp": 1650267812262, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:46:19.096Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:46:19.096Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:46:19.097Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "clamp", "timestamp": 1650267813266, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:46:19.106Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dc98a01c-7e0f-4e72-a5e0-9e9121d1f841 2022-04-18T07:46:19.106Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId dc98a01c-7e0f-4e72-a5e0-9e9121d1f841 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T07:46:19.115Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:46:19.115Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "aai-ml", "timestamp": 1650267813383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-18T07:46:19.116Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:46:19.116Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:46:19.116Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "aai-ml", "timestamp": 1650267814390, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-04-18T07:46:19.121Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of dc98a01c-7e0f-4e72-a5e0-9e9121d1f841 2022-04-18T07:46:19.121Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId dc98a01c-7e0f-4e72-a5e0-9e9121d1f841 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-04-18T07:46:33.917Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc98a01c-7e0f-4e72-a5e0-9e9121d1f841 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:46:33.935Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc98a01c-7e0f-4e72-a5e0-9e9121d1f841 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-04-18T07:46:33.939Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:46:33.939Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T07:46:33.940Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T07:46:33.940Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T07:46:33.940Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T07:46:33.940Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-18T07:46:33.940Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:46:33.948Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T07:47:03.948Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: dc98a01c-7e0f-4e72-a5e0-9e9121d1f841 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-04-18T07:47:03.958Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc98a01c-7e0f-4e72-a5e0-9e9121d1f841 and serviceModelVersionId: 440f1148-f548-47dd-8892-e1b8a62fb797 2022-04-18T07:47:03.959Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6c2c6b63-82e4-4ff9-add7-90e8638bb0a6 2022-04-18T07:47:03.960Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0 2022-04-18T07:47:03.968Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc90d2f6-077a-428f-b9ef-ee4a8b707f40/model-vers/model-ver/a12adf37-866e-44f3-ab5e-35f155e2c489?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-18T07:47:04.036Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||Invoke 2022-04-18T07:47:04.037Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dc98a01c-7e0f-4e72-a5e0-9e9121d1f841], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c58beac9-91ce-4621-9ae5-7c54a0cce05e], X-ECOMP-RequestID=[dc98a01c-7e0f-4e72-a5e0-9e9121d1f841], X-TransactionId=[], X-ONAP-RequestID=[dc98a01c-7e0f-4e72-a5e0-9e9121d1f841], Content-Type=[application/merge-patch+json]} 2022-04-18T07:47:05.569Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||Invoke 2022-04-18T07:47:05.569Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dc98a01c-7e0f-4e72-a5e0-9e9121d1f841], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[95c41d38-f6f7-42ea-801e-732796b0ae84], X-ECOMP-RequestID=[dc98a01c-7e0f-4e72-a5e0-9e9121d1f841], X-TransactionId=[], X-ONAP-RequestID=[dc98a01c-7e0f-4e72-a5e0-9e9121d1f841], Content-Type=[application/merge-patch+json]} 2022-04-18T07:47:07.136Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||Invoke 2022-04-18T07:47:07.138Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dc98a01c-7e0f-4e72-a5e0-9e9121d1f841], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2f9605d9-616d-4da4-acba-2c231db92833], X-ECOMP-RequestID=[dc98a01c-7e0f-4e72-a5e0-9e9121d1f841], X-TransactionId=[], X-ONAP-RequestID=[dc98a01c-7e0f-4e72-a5e0-9e9121d1f841], Content-Type=[application/merge-patch+json]} 2022-04-18T07:47:08.169Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:47:08.170Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-18T07:47:08.170Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:47:08.170Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-04-18T07:47:08.176Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|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-04-18T07:47:08.177Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc98a01c-7e0f-4e72-a5e0-9e9121d1f841 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:47:08.177Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-18T07:47:08.178Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:47:08.180Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:47:08.180Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||try to send status { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268028177, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:47:08.281Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-18T07:47:08.282Z||pool-204-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:47:08.282Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:47:08.306Z||pool-204-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:47:08.307Z||pool-204-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-18T07:47:09.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:47:09.231Z||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-04-18T07:47:09.231Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:47:18.780Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:47:18.794Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:47:18.795Z||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-04-18T07:47:18.795Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:47:19.024Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:47:19.025Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:47:19.025Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:47:19.039Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:47:19.039Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:47:19.039Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a88e720c-4021-42c1-b829-c28b0955fbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267916408, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:47:19.041Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:47:28.325Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:47:28.326Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:47:28.326Z||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-04-18T07:47:28.326Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:47:37.891Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:47:37.893Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:47:37.896Z||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-04-18T07:47:37.896Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:47:47.434Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:47:47.436Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:47:47.437Z||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-04-18T07:47:47.437Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:47:56.992Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:48:19.011Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:48:19.012Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:48:19.012Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:48:19.024Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:48:19.025Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:48:19.025Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:48:19.055Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:48:19.056Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:48:19.056Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267917427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:48:19.059Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:48:19.059Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:48:19.059Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267917427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:48:19.059Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:48:19.060Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:48:19.060Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267917427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:48:19.060Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:48:19.060Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:48:19.061Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267917427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:48:19.061Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:48:19.061Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:48:19.062Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267917427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:48:19.062Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:48:19.062Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:48:19.062Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267917427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/resourceInstances/pnf7d460da8f1c90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:48:19.063Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:48:19.063Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:48:19.063Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267917427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:48:19.063Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:48:19.063Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:48:19.064Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267917427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:48:19.064Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T07:48:19.064Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:48:19.065Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267930207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:48:19.065Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:48:19.065Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:48:19.066Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650267932870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZocikqndwdhqjvmzidde/1.0/artifacts/service-DemoPnfZocikqndwdhqjvmzidde-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:48:19.066Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:48:28.553Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:49:19.012Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:49:19.014Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:49:19.014Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:49:19.024Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:49:19.025Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:49:19.026Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:49:19.539Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:49:19.540Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T07:49:19.541Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dc98a01c-7e0f-4e72-a5e0-9e9121d1f841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268028177, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:49:19.542Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:49:28.563Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:50:19.013Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:50:19.015Z||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-04-18T07:50:19.015Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:50:19.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:50:19.025Z||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-04-18T07:50:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:50:28.554Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:50:28.557Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:51:19.010Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:51:19.012Z||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-04-18T07:51:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:51:19.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:51:19.025Z||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-04-18T07:51:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:51:19.145Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:51:19.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "multicloud-k8s-id", "timestamp": 1650268263381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:19.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:51:19.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "ves-openapi-manager", "timestamp": 1650268264266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:19.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:51:19.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "policy-id", "timestamp": 1650268269244, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:19.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:51:19.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "ves-openapi-manager", "timestamp": 1650268264266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:19.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:51:19.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "multicloud-k8s-id", "timestamp": 1650268263381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:19.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:51:19.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "policy-id", "timestamp": 1650268269244, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:19.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:51:19.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268273088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:19.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:51:19.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "multicloud-k8s-id", "timestamp": 1650268263381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:19.156Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:51:19.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "ves-openapi-manager", "timestamp": 1650268264266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:19.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:51:19.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "policy-id", "timestamp": 1650268269244, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:19.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:51:19.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "clamp", "timestamp": 1650268275794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:19.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:51:19.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268273088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:19.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:51:19.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "multicloud-k8s-id", "timestamp": 1650268263381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:19.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:51:19.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "ves-openapi-manager", "timestamp": 1650268264266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:19.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:51:19.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "policy-id", "timestamp": 1650268269244, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:19.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:51:19.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "clamp", "timestamp": 1650268275794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:19.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:51:19.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268273088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:19.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:51:19.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "multicloud-k8s-id", "timestamp": 1650268263381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:19.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:51:19.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "ves-openapi-manager", "timestamp": 1650268264266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:19.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:51:19.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "policy-id", "timestamp": 1650268269244, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:19.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:51:19.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "clamp", "timestamp": 1650268275794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:19.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:51:19.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268273088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:19.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:51:19.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "cds", "timestamp": 1650268277204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:19.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:51:19.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "multicloud-k8s-id", "timestamp": 1650268263381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:19.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:51:19.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "ves-openapi-manager", "timestamp": 1650268264266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-18T07:51:19.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:51:19.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "policy-id", "timestamp": 1650268269244, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:19.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:51:19.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "clamp", "timestamp": 1650268275794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:19.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:51:19.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268273088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:19.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:51:19.637Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:51:19.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-18T07:51:19.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"e96e6bad-8d07-429f-9080-b73f27eac4ec","serviceName":"Demo_pNF_QucemcJs9ro4UtCdrjkK","serviceVersion":"1.0","serviceUUID":"bf158aff-463c-4e8d-86e6-6d1d2457277a","serviceDescription":"catalog service description","serviceInvariantUUID":"e49de07a-3ce8-4c06-ae61-beb403b713b2","resources":[{"resourceInstanceName":"pNF 3f0ef459-4f3e 0","resourceName":"pNF 3f0ef459-4f3e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7b60e917-e87e-4fcb-a803-1bac6eb53048","resourceInvariantUUID":"1293740e-d0b3-4f38-bc4d-2ea3145945e9","resourceCustomizationUUID":"4c2b985c-9cb4-42ac-b8ed-34378221b0ea","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/vf-license-model.xml","artifactChecksum":"OTZkOWRiYTQ5NzQ1ZjhlNDJiMTM3ZDc0ZmE0ZTQ4ZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dd5ade5f-523d-47f3-895f-35f48ad443aa","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/pNF.csar","artifactChecksum":"MjI1OTBkMzMxNGRjOGVjNTgxNjExOWYwY2IwMjk4NWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b851011a-c799-4e4d-9996-ab272dfacc6d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e508df68-13aa-49ce-84d8-8d8a06e6d4a5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/vendor-license-model.xml","artifactChecksum":"NzExZjBkYmNhMTc2ZDMxYmU0Y2ZiODUxNzA1ZjM4NDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"860e77ab-2bff-41d4-b947-4f41d9983fe1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b096df8d-92e1-4a5d-a586-2573af10d3fd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f2a3b7d1-8260-4298-880c-c1e0db70388c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQucemcjs9ro4utcdrjkk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-template.yml","artifactChecksum":"ZDhkODc4OTA5NTMwY2ZkZTkzNjE5NzFkYWQwYzYyZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7fe89e5-a1b0-4a34-84ed-e862d92a5d42","artifactVersion":"1"},{"artifactName":"service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar","artifactChecksum":"ZGRjODM4MWMwNTlkNDk1YjJlNGRkNTE4NzhmNTZkMDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bf1c4cd6-9450-487a-91ef-33507b4b5e52","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T07:51:19.642Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:51:19.642Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:51:19.649Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:51:19.650Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268279010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:19.748Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-18T07:51:19.749Z||pool-205-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:51:19.749Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:51:19.761Z||pool-205-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:51:19.762Z||pool-205-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:51:20.651Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:51:20.652Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:51:20.655Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:51:20.655Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268279010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:20.755Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:51:20.756Z||pool-206-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:51:20.756Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:51:20.773Z||pool-206-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:51:20.774Z||pool-206-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:51:21.656Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:51:21.657Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:51:21.660Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:51:21.661Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268279010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:21.761Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:51:21.762Z||pool-207-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:51:21.763Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:51:21.788Z||pool-207-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:51:21.790Z||pool-207-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:51:22.662Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:51:22.663Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:51:22.666Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:51:22.667Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268279010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:22.766Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-18T07:51:22.768Z||pool-208-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:51:22.768Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:51:22.794Z||pool-208-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:51:22.794Z||pool-208-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:51:23.668Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:51:23.671Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:51:23.675Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:51:23.676Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268279010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:23.775Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:51:23.776Z||pool-209-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:51:23.776Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:51:23.793Z||pool-209-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:51:23.794Z||pool-209-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:51:24.677Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:51:24.678Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:51:24.693Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:51:24.693Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268279010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:24.786Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-04-18T07:51:24.790Z||pool-210-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:51:24.790Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:51:24.825Z||pool-210-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:51:24.825Z||pool-210-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:51:25.694Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:51:25.695Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:51:25.701Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:51:25.701Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268279010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:51:25.801Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:51:25.802Z||pool-211-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:51:25.802Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:51:25.832Z||pool-211-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:51:25.832Z||pool-211-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:51:26.704Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:51:26.705Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:51:26.708Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:51:26.708Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268279010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:51:26.808Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:51:26.809Z||pool-212-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:51:26.809Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:51:26.821Z||pool-212-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:51:26.822Z||pool-212-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:51:27.709Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "serviceName": "Demo_pNF_QucemcJs9ro4UtCdrjkK", "serviceVersion": "1.0", "serviceUUID": "bf158aff-463c-4e8d-86e6-6d1d2457277a", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e49de07a-3ce8-4c06-ae61-beb403b713b2", "resources": [ { "resourceInstanceName": "pNF 3f0ef459-4f3e 0", "resourceCustomizationUUID": "4c2b985c-9cb4-42ac-b8ed-34378221b0ea", "resourceName": "pNF 3f0ef459-4f3e", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "7b60e917-e87e-4fcb-a803-1bac6eb53048", "resourceInvariantUUID": "1293740e-d0b3-4f38-bc4d-2ea3145945e9", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar", "artifactChecksum": "ZGRjODM4MWMwNTlkNDk1YjJlNGRkNTE4NzhmNTZkMDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bf1c4cd6-9450-487a-91ef-33507b4b5e52" } ], "workloadContext": "Production" } 2022-04-18T07:51:27.710Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T07:51:27.710Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bf158aff-463c-4e8d-86e6-6d1d2457277a ASDC 2022-04-18T07:51:27.711Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:e96e6bad-8d07-429f-9080-b73f27eac4ec ServiceName:Demo_pNF_QucemcJs9ro4UtCdrjkK ServiceVersion:1.0 ServiceUUID:bf158aff-463c-4e8d-86e6-6d1d2457277a ServiceInvariantUUID:e49de07a-3ce8-4c06-ae61-beb403b713b2 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar ArtifactUUID:bf1c4cd6-9450-487a-91ef-33507b4b5e52 ArtifactChecksum:ZGRjODM4MWMwNTlkNDk1YjJlNGRkNTE4NzhmNTZkMDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 3f0ef459-4f3e 0 ResourceCustomizationUUID:4c2b985c-9cb4-42ac-b8ed-34378221b0ea ResourceInvariantUUID:1293740e-d0b3-4f38-bc4d-2ea3145945e9 ResourceName:pNF 3f0ef459-4f3e ResourceType:PNF ResourceUUID:7b60e917-e87e-4fcb-a803-1bac6eb53048 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-18T07:51:27.711Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bf158aff-463c-4e8d-86e6-6d1d2457277a 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-04-18T07:51:27.765Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:51:27.768Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-04-18T07:51:27.768Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-04-18T07:51:27.769Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bf1c4cd6-9450-487a-91ef-33507b4b5e52 from URL: /sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar 2022-04-18T07:51:27.770Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-04-18T07:51:27.773Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar 2022-04-18T07:51:28.191Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-04-18T07:51:28.207Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar bf1c4cd6-9450-487a-91ef-33507b4b5e52 82639 2022-04-18T07:51:28.208Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar ASDC sendASDCNotification 2022-04-18T07:51:28.208Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar 2022-04-18T07:51:28.208Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:51:28.212Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:51:28.215Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:51:28.216Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268288208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:51:28.315Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:51:28.316Z||pool-213-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:51:28.316Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:51:28.330Z||pool-213-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:51:28.330Z||pool-213-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:51:29.217Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:51:29.218Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-04-18T07:51:29.219Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: bf1c4cd6-9450-487a-91ef-33507b4b5e52, URL: /sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar to file: /app/ASDC/1/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar 2022-04-18T07:51:29.219Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar 2022-04-18T07:51:29.220Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar 2022-04-18T07:51:29.220Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar 2022-04-18T07:51:29.547Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1270644451580961668/Definitions/service-DemoPnfQucemcjs9ro4utcdrjkk-template.yml 2022-04-18T07:51:31.198Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-18T07:51:31.199Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-04-18T07:51:31.199Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar 2022-04-18T07:51:31.200Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-18T07:51:31.200Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||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-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar 2022-04-18T07:51:31.200Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar 2022-04-18T07:51:31.200Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||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-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar 2022-04-18T07:51:31.200Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar 2022-04-18T07:51:31.201Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar 2022-04-18T07:51:31.201Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3f0ef459-4f3e 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-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar 2022-04-18T07:51:31.201Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar 2022-04-18T07:51:31.202Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-04-18T07:51:31.202Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:51:31.203Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_QucemcJs9ro4UtCdrjkK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:51:31.204Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Node template pNF 3f0ef459-4f3e 0 is matching search criteria 2022-04-18T07:51:31.205Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-04-18T07:51:31.205Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 3f0ef459-4f3e 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:51:31.206Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:51:31.206Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_QucemcJs9ro4UtCdrjkK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:51:31.206Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Node template pNF 3f0ef459-4f3e 0 is matching search criteria 2022-04-18T07:51:31.207Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-04-18T07:51:31.207Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 3f0ef459-4f3e 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:51:31.208Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:51:31.208Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_QucemcJs9ro4UtCdrjkK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:51:31.209Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:51:31.209Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_QucemcJs9ro4UtCdrjkK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:51:31.209Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:51:31.210Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_QucemcJs9ro4UtCdrjkK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:51:31.210Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:51:31.211Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_QucemcJs9ro4UtCdrjkK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:51:31.211Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:51:31.211Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_QucemcJs9ro4UtCdrjkK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:51:31.212Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_QucemcJs9ro4UtCdrjkK Description:catalog service description Model UUID:bf158aff-463c-4e8d-86e6-6d1d2457277a Model Version:NULL Model InvariantUuid:e49de07a-3ce8-4c06-ae61-beb403b713b2 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-04-18T07:51:31.226Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7b60e917-e87e-4fcb-a803-1bac6eb53048 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-04-18T07:51:31.231Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||INFO|500||pNF 3f0ef459-4f3e 0 2022-04-18T07:51:31.232Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7b60e917-e87e-4fcb-a803-1bac6eb53048 2022-04-18T07:51:31.232Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||No resources found for Service: bf158aff-463c-4e8d-86e6-6d1d2457277a 2022-04-18T07:51:31.232Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: bf158aff-463c-4e8d-86e6-6d1d2457277a 2022-04-18T07:51:31.233Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3f0ef459-4f3e 0 7b60e917-e87e-4fcb-a803-1bac6eb53048 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-04-18T07:51:31.242Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6cda2fee, org.onap.sdc.toscaparser.api.parameters.Input@2f1ac723, org.onap.sdc.toscaparser.api.parameters.Input@6baeff29, org.onap.sdc.toscaparser.api.parameters.Input@a078375, org.onap.sdc.toscaparser.api.parameters.Input@379f6884] 2022-04-18T07:51:31.243Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:51:31.243Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_QucemcJs9ro4UtCdrjkK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:51:31.243Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid bf158aff-463c-4e8d-86e6-6d1d2457277a: pNF 3f0ef459-4f3e 2022-04-18T07:51:31.244Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||INFO|500||Processing PNF resource: 7b60e917-e87e-4fcb-a803-1bac6eb53048 2022-04-18T07:51:31.244Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:51:31.244Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_QucemcJs9ro4UtCdrjkK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:51:31.244Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||INFO|500||Resource customization UUID: 4c2b985c-9cb4-42ac-b8ed-34378221b0ea is the same as notified resource customizationUUID: 4c2b985c-9cb4-42ac-b8ed-34378221b0ea 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-04-18T07:51:31.289Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3f0ef459-4f3e 7b60e917-e87e-4fcb-a803-1bac6eb53048 0 ASDC deployResourceStructure 2022-04-18T07:51:31.289Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar ASDC sendASDCNotification 2022-04-18T07:51:31.290Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar 2022-04-18T07:51:31.290Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:51:31.291Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-18T07:51:31.294Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:51:31.294Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268291289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:51:31.394Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:51:31.396Z||pool-214-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:51:31.396Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:51:31.428Z||pool-214-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:51:31.429Z||pool-214-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:51:32.296Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e96e6bad-8d07-429f-9080-b73f27eac4ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:51:32.310Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e96e6bad-8d07-429f-9080-b73f27eac4ec 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-04-18T07:51:32.313Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:51:32.313Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:51:32.313Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:52:02.314Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e96e6bad-8d07-429f-9080-b73f27eac4ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:52:02.332Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e96e6bad-8d07-429f-9080-b73f27eac4ec 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-04-18T07:52:02.336Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:52:02.336Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:52:02.336Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:52:19.025Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:52:19.027Z||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-04-18T07:52:19.027Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:52:19.052Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:52:19.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:52:19.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "cds", "timestamp": 1650268277204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:52:19.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:52:32.337Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e96e6bad-8d07-429f-9080-b73f27eac4ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:52:32.356Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e96e6bad-8d07-429f-9080-b73f27eac4ec 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-04-18T07:52:32.360Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:52:32.360Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:52:32.360Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:53:02.360Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e96e6bad-8d07-429f-9080-b73f27eac4ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:53:02.377Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e96e6bad-8d07-429f-9080-b73f27eac4ec 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-04-18T07:53:02.384Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:53:02.385Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:53:02.385Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:53:19.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:53:19.025Z||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-04-18T07:53:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:53:19.058Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:53:19.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:53:19.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "multicloud-k8s-id", "timestamp": 1650268263381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:53:19.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:53:32.388Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e96e6bad-8d07-429f-9080-b73f27eac4ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:53:32.407Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e96e6bad-8d07-429f-9080-b73f27eac4ec 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-04-18T07:53:32.409Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:53:32.410Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:53:32.410Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:54:02.410Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e96e6bad-8d07-429f-9080-b73f27eac4ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:54:02.432Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e96e6bad-8d07-429f-9080-b73f27eac4ec 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-04-18T07:54:02.436Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:54:02.436Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:54:02.440Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:54:19.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:54:19.025Z||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-04-18T07:54:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:54:19.048Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:54:19.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "ves-openapi-manager", "timestamp": 1650268264266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:54:19.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "policy-id", "timestamp": 1650268269244, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:54:19.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "clamp", "timestamp": 1650268275794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:54:19.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268279010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:54:19.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268273088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:54:19.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "cds", "timestamp": 1650268277204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:54:19.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "aai-ml", "timestamp": 1650268278719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:54:19.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "multicloud-k8s-id", "timestamp": 1650268263381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:54:19.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "ves-openapi-manager", "timestamp": 1650268264266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:54:19.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "policy-id", "timestamp": 1650268269244, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:54:19.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "clamp", "timestamp": 1650268275794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:54:19.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268279010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:54:19.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268273088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:54:19.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "cds", "timestamp": 1650268277204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:54:19.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "aai-ml", "timestamp": 1650268278719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:54:19.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "clamp", "timestamp": 1650268275794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:54:19.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268279010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:54:19.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268273088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:54:19.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "cds", "timestamp": 1650268277204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:54:19.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "ves-openapi-manager", "timestamp": 1650268281055, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:54:19.059Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:54:19.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "aai-ml", "timestamp": 1650268278719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T07:54:19.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "policy-id", "timestamp": 1650268283234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:54:19.060Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:54:19.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "clamp", "timestamp": 1650268275794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:54:19.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268279010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:54:19.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "cds", "timestamp": 1650268277204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:54:19.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "ves-openapi-manager", "timestamp": 1650268282081, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-18T07:54:19.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:54:19.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "aai-ml", "timestamp": 1650268278719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:54:19.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "policy-id", "timestamp": 1650268284239, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:54:19.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:54:19.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268282469, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:54:19.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:54:19.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268279010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:54:19.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "cds", "timestamp": 1650268277204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:54:19.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "ves-openapi-manager", "timestamp": 1650268283084, "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-04-18T07:54:19.072Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e96e6bad-8d07-429f-9080-b73f27eac4ec 2022-04-18T07:54:19.073Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e96e6bad-8d07-429f-9080-b73f27eac4ec 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-04-18T07:54:19.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "aai-ml", "timestamp": 1650268278719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:54:19.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "policy-id", "timestamp": 1650268285243, "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-04-18T07:54:19.092Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e96e6bad-8d07-429f-9080-b73f27eac4ec 2022-04-18T07:54:19.092Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e96e6bad-8d07-429f-9080-b73f27eac4ec 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-04-18T07:54:19.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268279010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:54:19.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "cds", "timestamp": 1650268277204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:54:19.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "aai-ml", "timestamp": 1650268278719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/resourceInstances/pnf3f0ef4594f3e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:54:19.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268284466, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:54:19.112Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:54:19.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268279010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:54:19.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "aai-ml", "timestamp": 1650268278719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:54:19.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268285470, "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-04-18T07:54:19.118Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e96e6bad-8d07-429f-9080-b73f27eac4ec 2022-04-18T07:54:19.119Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e96e6bad-8d07-429f-9080-b73f27eac4ec 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-04-18T07:54:19.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "cds", "timestamp": 1650268286439, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:54:19.129Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:54:19.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268279010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:54:19.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "aai-ml", "timestamp": 1650268278719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:54:19.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:54:19.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "cds", "timestamp": 1650268287450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-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-04-18T07:54:19.136Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e96e6bad-8d07-429f-9080-b73f27eac4ec 2022-04-18T07:54:19.136Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e96e6bad-8d07-429f-9080-b73f27eac4ec 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-04-18T07:54:19.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268288208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:54:19.147Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:54:19.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "aai-ml", "timestamp": 1650268287581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:54:19.147Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:54:19.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "clamp", "timestamp": 1650268291386, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:54:19.147Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:54:19.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268291289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:54:19.148Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:54:19.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "clamp", "timestamp": 1650268293406, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:54:19.148Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:54:19.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "clamp", "timestamp": 1650268294414, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:54:19.159Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e96e6bad-8d07-429f-9080-b73f27eac4ec 2022-04-18T07:54:19.160Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e96e6bad-8d07-429f-9080-b73f27eac4ec and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T07:54:19.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "aai-ml", "timestamp": 1650268293385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQucemcjs9ro4utcdrjkk/1.0/artifacts/service-DemoPnfQucemcjs9ro4utcdrjkk-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-18T07:54:19.174Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:54:19.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:54:19.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "aai-ml", "timestamp": 1650268294393, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-04-18T07:54:19.180Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e96e6bad-8d07-429f-9080-b73f27eac4ec 2022-04-18T07:54:19.180Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e96e6bad-8d07-429f-9080-b73f27eac4ec 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-04-18T07:54:32.442Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e96e6bad-8d07-429f-9080-b73f27eac4ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:54:32.462Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e96e6bad-8d07-429f-9080-b73f27eac4ec 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-04-18T07:54:32.466Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:54:32.466Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T07:54:32.466Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T07:54:32.466Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T07:54:32.467Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T07:54:32.467Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-18T07:54:32.467Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:54:32.473Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T07:55:02.474Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e96e6bad-8d07-429f-9080-b73f27eac4ec 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-04-18T07:55:02.481Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e96e6bad-8d07-429f-9080-b73f27eac4ec and serviceModelVersionId: bf158aff-463c-4e8d-86e6-6d1d2457277a 2022-04-18T07:55:02.481Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e49de07a-3ce8-4c06-ae61-beb403b713b2 2022-04-18T07:55:02.483Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0 2022-04-18T07:55:02.494Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-04-18T07:55:02.559Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?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-04-18T07:55:02.562Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||Invoke 2022-04-18T07:55:04.100Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?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-04-18T07:55:04.102Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||Invoke 2022-04-18T07:55:05.636Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?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-04-18T07:55:05.637Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||Invoke 2022-04-18T07:55:06.665Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:55:06.667Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-18T07:55:06.668Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:55:06.668Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-04-18T07:55:06.676Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|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-04-18T07:55:06.676Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e96e6bad-8d07-429f-9080-b73f27eac4ec and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:55:06.677Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-18T07:55:06.678Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:55:06.681Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:55:06.681Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||try to send status { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268506677, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:55:06.781Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:55:06.782Z||pool-215-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:55:06.782Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:55:06.799Z||pool-215-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:55:06.800Z||pool-215-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-18T07:55:07.706Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:55:07.712Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:55:07.712Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:55:12.042Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:55:12.043Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||received message from topic 2022-04-18T07:55:12.043Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"1528f8bb-67c5-4b80-8666-bd0eb398d2d8","serviceName":"vFW 2022-04-18 07-50-12","serviceVersion":"1.0","serviceUUID":"10353167-3dbf-4029-a6eb-d16c8509b833","serviceDescription":"catalog service description","serviceInvariantUUID":"ccb0c36d-1542-4f0e-a120-644017be269c","resources":[{"resourceInstanceName":"vFW b1336678-7a0e 0","resourceName":"vFW b1336678-7a0e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a4802581-47c5-467b-80a6-d7ded57ab030","resourceInvariantUUID":"910930a9-35f6-40f5-854c-263b3699bcf3","resourceCustomizationUUID":"e89a5ce6-ab9e-4160-894b-b952099131b7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vf-license-model.xml","artifactChecksum":"MDQ1MzIzZmYxMTNhYjZjMjY5N2NkNjY3MWQ0MzZkMGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3e17cdbd-20b4-46c6-83fe-7375ca443451","artifactVersion":"1"},{"artifactName":"vfwb13366787a0e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vfwb13366787a0e0_modules.json","artifactChecksum":"ZjIzOGQ2NzcwNWExMWQ2NTUyNDhlMzI2Mjg0Yjg1MzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6e767a0c-70b0-44a5-a7a1-04707dca4aad","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c894e1a6-f3c8-4a26-ba26-5d0b68c92147","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vendor-license-model.xml","artifactChecksum":"YWJhZjY2NjYwZGFhNGQ5ODQyMzRlNzRiYTc2YmU4NWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"87cc1a00-7b62-4909-b6b7-b0236d2076da","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"807ff9c9-6676-4b78-a87c-3c843ce241ac","artifactVersion":"2","generatedFromUUID":"c894e1a6-f3c8-4a26-ba26-5d0b68c92147"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220418075012-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-template.yml","artifactChecksum":"ZjAwYWRiM2IyOTcxYmM1ZTlmZmJhZTdjNjdiNWY5NTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ff4f3c04-56db-4474-9041-af20327bdd97","artifactVersion":"1"},{"artifactName":"service-Vfw20220418075012-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar","artifactChecksum":"NDU3MTczMGE2Y2I4NzlkOWNlN2ZlMjdhYjM3MGEwNDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cd4f6e9f-ebeb-4956-98d0-f00a41c1a8a1","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T07:55:12.048Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:55:12.049Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:55:12.051Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:55:12.052Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||try to send status { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268507706, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:12.152Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:55:12.153Z||pool-216-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:55:12.153Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:55:12.186Z||pool-216-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:55:12.186Z||pool-216-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:55:13.053Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:55:13.055Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:55:13.059Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:55:13.060Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||try to send status { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268507706, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vfwb13366787a0e0_modules.json", "status": "NOTIFIED" } 2022-04-18T07:55:13.159Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:55:13.160Z||pool-217-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:55:13.160Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:55:13.172Z||pool-217-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:55:13.173Z||pool-217-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:55:14.061Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:55:14.062Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:55:14.066Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:55:14.066Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||try to send status { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268507706, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T07:55:14.166Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:55:14.167Z||pool-218-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:55:14.167Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:55:14.189Z||pool-218-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:55:14.189Z||pool-218-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:55:15.067Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:55:15.069Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:55:15.075Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:55:15.075Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||try to send status { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268507706, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:15.174Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-18T07:55:15.175Z||pool-219-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:55:15.175Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:55:15.204Z||pool-219-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:55:15.205Z||pool-219-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:55:16.076Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:55:16.078Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:55:16.089Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:55:16.089Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||try to send status { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268507706, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T07:55:16.186Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-04-18T07:55:16.187Z||pool-220-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:55:16.189Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:55:16.202Z||pool-220-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:55:16.202Z||pool-220-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:55:17.093Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:55:17.110Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:55:17.113Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:55:17.113Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||try to send status { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268507706, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:17.214Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-18T07:55:17.216Z||pool-221-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:55:17.216Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:55:17.231Z||pool-221-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:55:17.232Z||pool-221-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:55:18.114Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T07:55:18.115Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:55:18.118Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:55:18.119Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||try to send status { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268507706, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:55:18.217Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-04-18T07:55:18.219Z||pool-222-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:55:18.219Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:55:18.231Z||pool-222-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:55:18.231Z||pool-222-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:55:19.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:55:19.025Z||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-04-18T07:55:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:55:19.073Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:55:19.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "cds", "timestamp": 1650268427204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "aai-ml", "timestamp": 1650268428719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "policy-id", "timestamp": 1650268429243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "cds", "timestamp": 1650268427204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vfwb13366787a0e0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.080Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "aai-ml", "timestamp": 1650268428719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vfwb13366787a0e0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.080Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "policy-id", "timestamp": 1650268429243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vfwb13366787a0e0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.081Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "cds", "timestamp": 1650268427204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.081Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "aai-ml", "timestamp": 1650268428719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "policy-id", "timestamp": 1650268429243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T07:55:19.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "cds", "timestamp": 1650268427204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "aai-ml", "timestamp": 1650268428719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "policy-id", "timestamp": 1650268429243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "cds", "timestamp": 1650268427204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "aai-ml", "timestamp": 1650268428719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "policy-id", "timestamp": 1650268429243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "cds", "timestamp": 1650268427204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "aai-ml", "timestamp": 1650268428719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "policy-id", "timestamp": 1650268429243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "cds", "timestamp": 1650268427204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:55:19.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "aai-ml", "timestamp": 1650268428719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:55:19.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "policy-id", "timestamp": 1650268429243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:55:19.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "policy-id", "timestamp": 1650268444940, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:55:19.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:55:19.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "aai-ml", "timestamp": 1650268443266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:55:19.090Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:55:19.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "cds", "timestamp": 1650268444046, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:55:19.090Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:55:19.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "policy-id", "timestamp": 1650268445946, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:55:19.090Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:55:19.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "multicloud-k8s-id", "timestamp": 1650268443381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "cds", "timestamp": 1650268445055, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-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=? 2022-04-18T07:55:19.125Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||sending notification to client: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "serviceName": "vFW 2022-04-18 07-50-12", "serviceVersion": "1.0", "serviceUUID": "10353167-3dbf-4029-a6eb-d16c8509b833", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ccb0c36d-1542-4f0e-a120-644017be269c", "resources": [ { "resourceInstanceName": "vFW b1336678-7a0e 0", "resourceCustomizationUUID": "e89a5ce6-ab9e-4160-894b-b952099131b7", "resourceName": "vFW b1336678-7a0e", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a4802581-47c5-467b-80a6-d7ded57ab030", "resourceInvariantUUID": "910930a9-35f6-40f5-854c-263b3699bcf3", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwb13366787a0e0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vfwb13366787a0e0_modules.json", "artifactChecksum": "ZjIzOGQ2NzcwNWExMWQ2NTUyNDhlMzI2Mjg0Yjg1MzA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6e767a0c-70b0-44a5-a7a1-04707dca4aad", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c894e1a6-f3c8-4a26-ba26-5d0b68c92147", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "807ff9c9-6676-4b78-a87c-3c843ce241ac", "generatedFromUUID": "c894e1a6-f3c8-4a26-ba26-5d0b68c92147" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "807ff9c9-6676-4b78-a87c-3c843ce241ac", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220418075012-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar", "artifactChecksum": "NDU3MTczMGE2Y2I4NzlkOWNlN2ZlMjdhYjM3MGEwNDg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cd4f6e9f-ebeb-4956-98d0-f00a41c1a8a1" } ], "workloadContext": "Production" } 2022-04-18T07:55:19.125Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T07:55:19.126Z|e96e6bad-8d07-429f-9080-b73f27eac4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 10353167-3dbf-4029-a6eb-d16c8509b833 ASDC 2022-04-18T07:55:19.127Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||ASDC Notification: DistributionID:1528f8bb-67c5-4b80-8666-bd0eb398d2d8 ServiceName:vFW 2022-04-18 07-50-12 ServiceVersion:1.0 ServiceUUID:10353167-3dbf-4029-a6eb-d16c8509b833 ServiceInvariantUUID:ccb0c36d-1542-4f0e-a120-644017be269c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220418075012-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar ArtifactUUID:cd4f6e9f-ebeb-4956-98d0-f00a41c1a8a1 ArtifactChecksum:NDU3MTczMGE2Y2I4NzlkOWNlN2ZlMjdhYjM3MGEwNDg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW b1336678-7a0e 0 ResourceCustomizationUUID:e89a5ce6-ab9e-4160-894b-b952099131b7 ResourceInvariantUUID:910930a9-35f6-40f5-854c-263b3699bcf3 ResourceName:vFW b1336678-7a0e ResourceType:VF ResourceUUID:a4802581-47c5-467b-80a6-d7ded57ab030 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwb13366787a0e0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vfwb13366787a0e0_modules.json ArtifactUUID:6e767a0c-70b0-44a5-a7a1-04707dca4aad ArtifactChecksum:ZjIzOGQ2NzcwNWExMWQ2NTUyNDhlMzI2Mjg0Yjg1MzA= 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/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.yaml ArtifactUUID:c894e1a6-f3c8-4a26-ba26-5d0b68c92147 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/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.env ArtifactUUID:807ff9c9-6676-4b78-a87c-3c843ce241ac 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/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.env ArtifactUUID:807ff9c9-6676-4b78-a87c-3c843ce241ac ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-18T07:55:19.127Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 10353167-3dbf-4029-a6eb-d16c8509b833 ASDC treatNotification 2022-04-18T07:55:19.139Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1528f8bb-67c5-4b80-8666-bd0eb398d2d8 2022-04-18T07:55:19.151Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1528f8bb-67c5-4b80-8666-bd0eb398d2d8 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-04-18T07:55:19.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "policy-id", "timestamp": 1650268446951, "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-04-18T07:55:19.181Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1528f8bb-67c5-4b80-8666-bd0eb398d2d8 2022-04-18T07:55:19.182Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1528f8bb-67c5-4b80-8666-bd0eb398d2d8 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: 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_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) 2022-04-18T07:55:19.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "ves-openapi-manager", "timestamp": 1650268444266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "multicloud-k8s-id", "timestamp": 1650268443381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vfwb13366787a0e0_modules.json", "status": "NOTIFIED" } 2022-04-18T07:55:19.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "ves-openapi-manager", "timestamp": 1650268444266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vfwb13366787a0e0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "multicloud-k8s-id", "timestamp": 1650268443381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T07:55:19.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "ves-openapi-manager", "timestamp": 1650268444266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "multicloud-k8s-id", "timestamp": 1650268443381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "ves-openapi-manager", "timestamp": 1650268444266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "multicloud-k8s-id", "timestamp": 1650268443381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T07:55:19.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "ves-openapi-manager", "timestamp": 1650268444266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "multicloud-k8s-id", "timestamp": 1650268443381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "ves-openapi-manager", "timestamp": 1650268444266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "multicloud-k8s-id", "timestamp": 1650268443381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:55:19.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "ves-openapi-manager", "timestamp": 1650268444266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "multicloud-k8s-id", "timestamp": 1650268451233, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vfwb13366787a0e0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:55:19.215Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:55:19.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "multicloud-k8s-id", "timestamp": 1650268452429, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:55:19.215Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:55:19.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "aai-ml", "timestamp": 1650268453641, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-18T07:55:19.216Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:55:19.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "multicloud-k8s-id", "timestamp": 1650268453491, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:55:19.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:55:19.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268453088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.217Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "clamp", "timestamp": 1650268455794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.219Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "aai-ml", "timestamp": 1650268454648, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-18T07:55:19.234Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 1528f8bb-67c5-4b80-8666-bd0eb398d2d8 2022-04-18T07:55:19.235Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1528f8bb-67c5-4b80-8666-bd0eb398d2d8 and ComponentName AAI Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-04-18T07:55:19.242Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:55:19.243Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:55:19.243Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:55:19.243Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||Trying to download the artifact UUID: cd4f6e9f-ebeb-4956-98d0-f00a41c1a8a1 from URL: /sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar 2022-04-18T07:55:19.243Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:55:19.244Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar 2022-04-18T07:55:19.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "multicloud-k8s-id", "timestamp": 1650268454540, "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-04-18T07:55:19.255Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1528f8bb-67c5-4b80-8666-bd0eb398d2d8 2022-04-18T07:55:19.256Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1528f8bb-67c5-4b80-8666-bd0eb398d2d8 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-18T07:55:19.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268453088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vfwb13366787a0e0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "clamp", "timestamp": 1650268455794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vfwb13366787a0e0_modules.json", "status": "NOTIFIED" } 2022-04-18T07:55:19.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "multicloud-k8s-id", "timestamp": 1650268455544, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vfwb13366787a0e0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:55:19.274Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:55:19.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268453088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "clamp", "timestamp": 1650268455794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268453088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "clamp", "timestamp": 1650268455794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:55:19.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268453088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:55:19.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:55:19.591Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:55:19.597Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar cd4f6e9f-ebeb-4956-98d0-f00a41c1a8a1 98983 2022-04-18T07:55:19.597Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar ASDC sendASDCNotification 2022-04-18T07:55:19.598Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar 2022-04-18T07:55:19.598Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:55:19.598Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:55:19.601Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:55:19.601Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||try to send status { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268519597, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:55:19.701Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:55:19.702Z||pool-223-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:55:19.702Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:55:19.717Z||pool-223-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:55:19.718Z||pool-223-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:55:20.602Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T07:55:20.604Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||MSO config path is: /app 2022-04-18T07:55:20.604Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||Trying to write artifact UUID: cd4f6e9f-ebeb-4956-98d0-f00a41c1a8a1, URL: /sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar to file: /app/ASDC/1/service-Vfw20220418075012-csar.csar 2022-04-18T07:55:20.605Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220418075012-csar.csar 2022-04-18T07:55:20.606Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220418075012-csar.csar 2022-04-18T07:55:20.606Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220418075012-csar.csar 2022-04-18T07:55:20.900Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7087759548889619787/Definitions/service-Vfw20220418075012-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-04-18T07:55:24.667Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-18T07:55:24.668Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|WARN|500||#################################################################################################### 2022-04-18T07:55:24.668Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220418075012-csar.csar 2022-04-18T07:55:24.668Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-18T07:55:24.668Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220418075012-csar.csar 2022-04-18T07:55:24.668Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220418075012-csar.csar 2022-04-18T07:55:24.669Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b1336678-7a0e 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220418075012-csar.csar 2022-04-18T07:55:24.669Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|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-Vfw20220418075012-csar.csar 2022-04-18T07:55:24.669Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418075012-csar.csar 2022-04-18T07:55:24.669Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418075012-csar.csar 2022-04-18T07:55:24.669Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220418075012-csar.csar 2022-04-18T07:55:24.669Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|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-Vfw20220418075012-csar.csar 2022-04-18T07:55:24.669Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220418075012-csar.csar 2022-04-18T07:55:24.670Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220418075012-csar.csar 2022-04-18T07:55:24.670Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|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-Vfw20220418075012-csar.csar 2022-04-18T07:55:24.670Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418075012-csar.csar 2022-04-18T07:55:24.670Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|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-Vfw20220418075012-csar.csar 2022-04-18T07:55:24.670Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|WARN|500||#################################################################################################### 2022-04-18T07:55:24.671Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:24.671Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-50-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:55:24.671Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vFW b1336678-7a0e 0 is matching search criteria 2022-04-18T07:55:24.671Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T07:55:24.672Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Found topology templates [vFW b1336678-7a0e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:55:24.672Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:24.672Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-50-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:55:24.673Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vFW b1336678-7a0e 0 is matching search criteria 2022-04-18T07:55:24.673Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T07:55:24.673Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Found topology templates [vFW b1336678-7a0e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T07:55:24.673Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:24.674Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-50-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:55:24.674Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:24.674Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vFW b1336678-7a0e 0 is not matching search criteria 2022-04-18T07:55:24.675Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:55:24.675Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:55:24.675Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:55:24.675Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:55:24.675Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:55:24.676Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:55:24.676Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:55:24.676Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:55:24.676Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:55:24.677Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:55:24.677Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:55:24.677Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:55:24.677Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:55:24.678Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:55:24.678Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:55:24.679Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-18T07:55:24.679Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:24.679Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-50-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T07:55:24.679Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:24.680Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vFW b1336678-7a0e 0 is matching search criteria 2022-04-18T07:55:24.680Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Found topology templates [vFW b1336678-7a0e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:55:24.681Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:24.681Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vFW b1336678-7a0e 0 is matching search criteria 2022-04-18T07:55:24.681Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Found topology templates [vFW b1336678-7a0e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:55:24.681Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:24.682Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vFW b1336678-7a0e 0 is matching search criteria 2022-04-18T07:55:24.682Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Found topology templates [vFW b1336678-7a0e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:55:24.682Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:24.682Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vFW b1336678-7a0e 0 is not matching search criteria 2022-04-18T07:55:24.682Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:55:24.683Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-18T07:55:24.683Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:55:24.683Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:55:24.683Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:55:24.683Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:55:24.684Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:55:24.684Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:55:24.684Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:55:24.684Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:55:24.684Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:55:24.685Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b090bebb-9d44-4f0a-9f3e-fd4adc2ee893 2022-04-18T07:55:24.685Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:24.685Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vFW b1336678-7a0e 0 is not matching search criteria 2022-04-18T07:55:24.685Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:55:24.686Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:55:24.686Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:55:24.686Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:55:24.686Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:55:24.686Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:55:24.687Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:55:24.687Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-18T07:55:24.687Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:55:24.687Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:55:24.687Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:55:24.687Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:55:24.688Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bbc76491-cdc8-4fee-a773-682793869649 2022-04-18T07:55:24.688Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:24.688Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vFW b1336678-7a0e 0 is not matching search criteria 2022-04-18T07:55:24.688Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:55:24.688Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:55:24.689Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:55:24.689Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:55:24.689Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:55:24.689Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:55:24.689Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:55:24.689Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:55:24.690Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:55:24.690Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:55:24.690Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:55:24.690Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-18T07:55:24.690Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7d5353b6-35be-42d6-ae38-61336192e4c7 2022-04-18T07:55:24.691Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:24.691Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-50-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:55:24.691Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:24.691Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-50-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:55:24.691Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:24.692Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-50-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:55:24.692Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:24.692Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-50-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:55:24.692Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-18 07-50-12 Description:catalog service description Model UUID:10353167-3dbf-4029-a6eb-d16c8509b833 Model Version:NULL Model InvariantUuid:ccb0c36d-1542-4f0e-a120-644017be269c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW b1336678-7a0e Model UUID:54b832da-5514-486b-836a-1a4abc720c18 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:910930a9-35f6-40f5-854c-263b3699bcf3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e89a5ce6-ab9e-4160-894b-b952099131b7 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c273400e-3a49-4226-87bb-d6135afff5d1 ModelName:VfwB13366787a0e..base_vfw..module-0 ModelUuid:67eaa7ff-dd92-47e8-8d24-2c75b36e75d6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b090bebb-9d44-4f0a-9f3e-fd4adc2ee893 ModelInvariantUuid:77097fcb-1ae5-4528-9329-aaf1bb7470d9 ModelName:vFW b1336678-7a0e-nodes.vfwCvfc ModelUuid:f93e85d3-d10b-4a67-82f2-93cf1aa3116b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:59c32178-33cb-4864-b744-a41c8e7f26ce ModelInvariantUuid:14ab0c6b-5c62-44d4-8c6d-1f4d25895200 ModelName:VfwB13366787a0e.compute.nodes.heat.vfw ModelUuid:7e5cc0e7-7c04-498c-9b5c-bfc08918c8b2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:bbc76491-cdc8-4fee-a773-682793869649 ModelInvariantUuid:68a8a282-3914-41d2-8d8b-ebecae5d8415 ModelName:vFW b1336678-7a0e-nodes.vsnCvfc ModelUuid:3c7031a7-d102-4012-8f17-08b8346539f2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:cadad37d-d4f1-4c1a-8e98-98f20f576bc8 ModelInvariantUuid:c2f6e71e-8928-4b4f-ac06-d5a2078a6b61 ModelName:VfwB13366787a0e.compute.nodes.heat.vsn ModelUuid:8a182285-b210-4408-b484-5ce97bd154ef ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:7d5353b6-35be-42d6-ae38-61336192e4c7 ModelInvariantUuid:0384df93-412e-4cd6-866b-b76a422437c5 ModelName:vFW b1336678-7a0e-nodes.vpgCvfc ModelUuid:a5fe7d9e-6a7b-4671-9f3b-3ec4bcae6a0d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:37285443-0ff2-4139-8af7-0a906c2f1eac ModelInvariantUuid:9c4f9902-61e4-4d1a-b112-136af9d0c387 ModelName:VfwB13366787a0e.compute.nodes.heat.vpg ModelUuid:520ff649-2bec-4d64-b697-45a0e1354f96 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-04-18T07:55:24.709Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: a4802581-47c5-467b-80a6-d7ded57ab030 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-04-18T07:55:24.716Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||vFW b1336678-7a0e 0 2022-04-18T07:55:24.716Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: a4802581-47c5-467b-80a6-d7ded57ab030 2022-04-18T07:55:24.716Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||Trying to download the artifact UUID: 6e767a0c-70b0-44a5-a7a1-04707dca4aad from URL: /sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vfwb13366787a0e0_modules.json 2022-04-18T07:55:24.717Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:55:24.717Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vfwb13366787a0e0_modules.json 2022-04-18T07:55:25.092Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:55:25.093Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vfwb13366787a0e0_modules.json 6e767a0c-70b0-44a5-a7a1-04707dca4aad 785 2022-04-18T07:55:25.094Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vfwb13366787a0e0_modules.json ASDC sendASDCNotification 2022-04-18T07:55:25.094Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vfwb13366787a0e0_modules.json 2022-04-18T07:55:25.094Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:55:25.095Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:55:25.097Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:55:25.098Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||try to send status { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268525094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vfwb13366787a0e0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:55:25.201Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-04-18T07:55:25.202Z||pool-224-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:55:25.202Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:55:25.217Z||pool-224-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:55:25.217Z||pool-224-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:55:26.099Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB13366787a0e..base_vfw..module-0", "vfModuleModelInvariantUUID": "c273400e-3a49-4226-87bb-d6135afff5d1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "67eaa7ff-dd92-47e8-8d24-2c75b36e75d6", "vfModuleModelCustomizationUUID": "8c23f41f-a39b-4285-8cab-6309b7906746", "isBase": true, "artifacts": [ "c894e1a6-f3c8-4a26-ba26-5d0b68c92147", "807ff9c9-6676-4b78-a87c-3c843ce241ac" ], "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-04-18T07:55:26.109Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB13366787a0e..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:67eaa7ff-dd92-47e8-8d24-2c75b36e75d6 VfModuleModelInvariantUUID:c273400e-3a49-4226-87bb-d6135afff5d1 VfModuleModelDescription:NULL Artifacts UUID List:{ c894e1a6-f3c8-4a26-ba26-5d0b68c92147 , 807ff9c9-6676-4b78-a87c-3c843ce241ac } 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-04-18T07:55:26.113Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB13366787a0e..base_vfw..module-0", "vfModuleModelInvariantUUID": "c273400e-3a49-4226-87bb-d6135afff5d1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "67eaa7ff-dd92-47e8-8d24-2c75b36e75d6", "vfModuleModelCustomizationUUID": "8c23f41f-a39b-4285-8cab-6309b7906746", "isBase": true, "artifacts": [ "c894e1a6-f3c8-4a26-ba26-5d0b68c92147", "807ff9c9-6676-4b78-a87c-3c843ce241ac" ], "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-04-18T07:55:26.113Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB13366787a0e..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:67eaa7ff-dd92-47e8-8d24-2c75b36e75d6 VfModuleModelInvariantUUID:c273400e-3a49-4226-87bb-d6135afff5d1 VfModuleModelDescription:NULL Artifacts UUID List:{ c894e1a6-f3c8-4a26-ba26-5d0b68c92147 , 807ff9c9-6676-4b78-a87c-3c843ce241ac } 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-04-18T07:55:26.113Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||Trying to download the artifact UUID: c894e1a6-f3c8-4a26-ba26-5d0b68c92147 from URL: /sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.yaml 2022-04-18T07:55:26.113Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:55:26.114Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.yaml 2022-04-18T07:55:26.391Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:55:26.392Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.yaml c894e1a6-f3c8-4a26-ba26-5d0b68c92147 20368 2022-04-18T07:55:26.393Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-18T07:55:26.394Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.yaml 2022-04-18T07:55:26.394Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:55:26.394Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:55:26.399Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:55:26.399Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||try to send status { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268526393, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:55:26.499Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:55:26.500Z||pool-225-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:55:26.500Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:55:26.518Z||pool-225-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:55:26.518Z||pool-225-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:55:27.401Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||Trying to download the artifact UUID: 807ff9c9-6676-4b78-a87c-3c843ce241ac from URL: /sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.env 2022-04-18T07:55:27.402Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - download 2022-04-18T07:55:27.415Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.env 2022-04-18T07:55:27.794Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T07:55:27.795Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.env 807ff9c9-6676-4b78-a87c-3c843ce241ac 2098 2022-04-18T07:55:27.796Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-18T07:55:27.796Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.env 2022-04-18T07:55:27.796Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T07:55:27.796Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:55:27.800Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:55:27.802Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||try to send status { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268527796, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:55:27.901Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:55:27.902Z||pool-226-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:55:27.902Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:55:27.917Z||pool-226-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:55:27.917Z||pool-226-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:55:28.805Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Preparing to deploy Service: 10353167-3dbf-4029-a6eb-d16c8509b833 2022-04-18T07:55:28.806Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b1336678-7a0e 0 a4802581-47c5-467b-80a6-d7ded57ab030 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-04-18T07:55:28.833Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b98811a, org.onap.sdc.toscaparser.api.parameters.Input@64b52d12, org.onap.sdc.toscaparser.api.parameters.Input@56303e42, org.onap.sdc.toscaparser.api.parameters.Input@6a283b5a, org.onap.sdc.toscaparser.api.parameters.Input@65b7e754] 2022-04-18T07:55:28.838Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:28.840Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-50-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:55:28.840Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||VF Category is: Generic 2022-04-18T07:55:28.840Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||VFCustomizationUUID= e89a5ce6-ab9e-4160-894b-b952099131b7 2022-04-18T07:55:28.840Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e89a5ce6-ab9e-4160-894b-b952099131b7 matches Tosca VF Customization UUID: e89a5ce6-ab9e-4160-894b-b952099131b7 2022-04-18T07:55:28.840Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||vfCustomizationUUID: e89a5ce6-ab9e-4160-894b-b952099131b7 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-04-18T07:55:28.844Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:28.845Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-50-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:55:28.851Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||resource request for resource customization id e89a5ce6-ab9e-4160-894b-b952099131b7: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-04-18T07:55:28.851Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54eb7472 2022-04-18T07:55:28.851Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:28.852Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-50-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T07:55:28.852Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8c23f41f-a39b-4285-8cab-6309b7906746 2022-04-18T07:55:28.852Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8c23f41f-a39b-4285-8cab-6309b7906746 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-04-18T07:55:28.857Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:28.857Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vFW b1336678-7a0e 0 is matching search criteria 2022-04-18T07:55:28.858Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Found topology templates [vFW b1336678-7a0e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:55:28.858Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:28.859Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vFW b1336678-7a0e 0 is matching search criteria 2022-04-18T07:55:28.859Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Found topology templates [vFW b1336678-7a0e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:55:28.859Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:28.859Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vFW b1336678-7a0e 0 is not matching search criteria 2022-04-18T07:55:28.859Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:55:28.860Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-18T07:55:28.860Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:55:28.860Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:55:28.860Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:55:28.860Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:55:28.860Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:55:28.861Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:55:28.861Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:55:28.861Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:55:28.861Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:55:28.861Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b090bebb-9d44-4f0a-9f3e-fd4adc2ee893 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-04-18T07:55:28.865Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:28.865Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vFW b1336678-7a0e 0 is matching search criteria 2022-04-18T07:55:28.865Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Found topology templates [vFW b1336678-7a0e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:55:28.866Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:28.866Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vFW b1336678-7a0e 0 is not matching search criteria 2022-04-18T07:55:28.866Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:55:28.866Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:55:28.866Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:55:28.867Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:55:28.867Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:55:28.867Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:55:28.867Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:55:28.867Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-18T07:55:28.868Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T07:55:28.868Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T07:55:28.868Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T07:55:28.868Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:55:28.868Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bbc76491-cdc8-4fee-a773-682793869649 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-04-18T07:55:28.875Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:28.875Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vFW b1336678-7a0e 0 is matching search criteria 2022-04-18T07:55:28.875Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Found topology templates [vFW b1336678-7a0e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:55:28.876Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:28.876Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vFW b1336678-7a0e 0 is not matching search criteria 2022-04-18T07:55:28.876Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T07:55:28.876Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T07:55:28.876Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:55:28.877Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T07:55:28.877Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T07:55:28.877Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T07:55:28.877Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T07:55:28.877Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T07:55:28.877Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T07:55:28.878Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T07:55:28.878Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T07:55:28.878Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-18T07:55:28.878Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7d5353b6-35be-42d6-ae38-61336192e4c7 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-04-18T07:55:28.883Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:28.883Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vFW b1336678-7a0e 0 is matching search criteria 2022-04-18T07:55:28.884Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Found topology templates [vFW b1336678-7a0e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T07:55:28.884Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:28.884Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Node template vFW b1336678-7a0e 0 is matching search criteria 2022-04-18T07:55:28.884Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Found topology templates [vFW b1336678-7a0e 0] matching following query criteria: sdcType=VF, customizationUUID=e89a5ce6-ab9e-4160-894b-b952099131b7 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-04-18T07:55:28.887Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:28.888Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-50-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:55:28.888Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500|| resourceSeq for service uuid 10353167-3dbf-4029-a6eb-d16c8509b833: vFW b1336678-7a0e 2022-04-18T07:55:28.888Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:28.888Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-50-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:55:28.889Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:28.889Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-50-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:55:28.889Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:28.889Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-50-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:55:28.889Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:28.890Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-50-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:55:28.890Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T07:55:28.890Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Service vFW 2022-04-18 07-50-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T07:55:28.890Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||Saving Service: vFW 2022-04-18 07-50-12 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-04-18T07:55:29.175Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b1336678-7a0e a4802581-47c5-467b-80a6-d7ded57ab030 1 ASDC deployResourceStructure 2022-04-18T07:55:29.175Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vfwb13366787a0e0_modules.json ASDC sendASDCNotification 2022-04-18T07:55:29.176Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vfwb13366787a0e0_modules.json 2022-04-18T07:55:29.176Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:55:29.176Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:55:29.180Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:55:29.180Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||try to send status { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268529175, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vfwb13366787a0e0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:55:29.279Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:55:29.280Z||pool-227-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:55:29.280Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:55:29.291Z||pool-227-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:55:29.292Z||pool-227-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:55:30.181Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-18T07:55:30.181Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.yaml 2022-04-18T07:55:30.181Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:55:30.182Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:55:30.207Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:55:30.207Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||try to send status { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268530181, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-18T07:55:30.284Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 76 ms 2022-04-18T07:55:30.285Z||pool-228-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:55:30.285Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:55:30.297Z||pool-228-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:55:30.298Z||pool-228-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:55:31.208Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-18T07:55:31.208Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.env 2022-04-18T07:55:31.209Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:55:31.210Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:55:31.213Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:55:31.213Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||try to send status { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268531208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-18T07:55:31.312Z||pool-229-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T07:55:31.314Z||pool-229-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:55:31.314Z||pool-229-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:55:31.326Z||pool-229-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:55:31.327Z||pool-229-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-18T07:55:32.216Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar ASDC sendASDCNotification 2022-04-18T07:55:32.216Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar 2022-04-18T07:55:32.217Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T07:55:32.218Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:55:32.230Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:55:32.231Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||try to send status { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268532216, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:55:32.329Z||pool-230-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-18T07:55:32.331Z||pool-230-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:55:32.331Z||pool-230-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:55:32.351Z||pool-230-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:55:32.352Z||pool-230-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-18T07:55:33.231Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1528f8bb-67c5-4b80-8666-bd0eb398d2d8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:55:33.246Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1528f8bb-67c5-4b80-8666-bd0eb398d2d8 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-04-18T07:55:33.250Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:55:33.250Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T07:55:33.250Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:55:33.250Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:56:03.251Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1528f8bb-67c5-4b80-8666-bd0eb398d2d8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:56:03.264Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1528f8bb-67c5-4b80-8666-bd0eb398d2d8 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-04-18T07:56:03.268Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:56:03.268Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T07:56:03.268Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T07:56:03.268Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T07:56:19.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:56:19.025Z||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-04-18T07:56:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T07:56:19.047Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:56:19.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:56:19.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "clamp", "timestamp": 1650268455794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T07:56:19.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:56:19.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:56:19.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268453088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:56:19.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:56:19.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:56:19.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "clamp", "timestamp": 1650268455794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:56:19.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:56:19.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:56:19.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268453088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:56:19.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:56:19.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:56:19.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "clamp", "timestamp": 1650268455794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:56:19.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:56:19.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:56:19.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268461177, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:56:19.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:56:19.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:56:19.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268464526, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:56:19.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:56:19.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:56:19.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268465534, "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-04-18T07:56:19.069Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1528f8bb-67c5-4b80-8666-bd0eb398d2d8 2022-04-18T07:56:19.069Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1528f8bb-67c5-4b80-8666-bd0eb398d2d8 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-04-18T07:56:19.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:56:19.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "clamp", "timestamp": 1650268469432, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:56:19.090Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:56:19.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:56:19.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "clamp", "timestamp": 1650268471438, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:56:19.090Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:56:19.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:56:19.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "clamp", "timestamp": 1650268472442, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:56:19.103Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1528f8bb-67c5-4b80-8666-bd0eb398d2d8 2022-04-18T07:56:19.104Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1528f8bb-67c5-4b80-8666-bd0eb398d2d8 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T07:56:19.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:56:19.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e96e6bad-8d07-429f-9080-b73f27eac4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268506677, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:56:19.118Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:56:19.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:56:19.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268507706, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:56:19.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:56:19.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:56:19.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268507706, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vfwb13366787a0e0_modules.json", "status": "NOTIFIED" } 2022-04-18T07:56:19.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:56:19.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:56:19.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268507706, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T07:56:19.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:56:19.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:56:19.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268507706, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T07:56:19.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:56:19.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:56:19.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268507706, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T07:56:19.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:56:19.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:56:19.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268507706, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T07:56:19.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:56:19.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T07:56:19.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268507706, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar", "status": "NOTIFIED" } 2022-04-18T07:56:19.122Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-18T07:56:33.269Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1528f8bb-67c5-4b80-8666-bd0eb398d2d8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T07:56:33.288Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1528f8bb-67c5-4b80-8666-bd0eb398d2d8 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-04-18T07:56:33.297Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T07:56:33.297Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T07:56:33.297Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T07:56:33.298Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T07:56:33.298Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-18T07:56:33.298Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T07:56:33.307Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T07:57:03.308Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 1528f8bb-67c5-4b80-8666-bd0eb398d2d8 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-04-18T07:57:03.319Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1528f8bb-67c5-4b80-8666-bd0eb398d2d8 and serviceModelVersionId: 10353167-3dbf-4029-a6eb-d16c8509b833 2022-04-18T07:57:03.320Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccb0c36d-1542-4f0e-a120-644017be269c 2022-04-18T07:57:03.323Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0 2022-04-18T07:57:03.337Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-18T07:57:03.399Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e49de07a-3ce8-4c06-ae61-beb403b713b2/model-vers/model-ver/bf158aff-463c-4e8d-86e6-6d1d2457277a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?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-04-18T07:57:03.402Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|INFO|500||Invoke 2022-04-18T07:57:04.929Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?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-04-18T07:57:04.932Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|INFO|500||Invoke 2022-04-18T07:57:06.463Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?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-04-18T07:57:06.465Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|INFO|500||Invoke 2022-04-18T07:57:07.502Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:57:07.508Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-18T07:57:07.508Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:57:07.509Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-04-18T07:57:07.516Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|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-04-18T07:57:07.516Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1528f8bb-67c5-4b80-8666-bd0eb398d2d8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T07:57:07.517Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-18T07:57:07.517Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T07:57:07.522Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T07:57:07.522Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||try to send status { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268627516, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:57:07.622Z||pool-231-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T07:57:07.623Z||pool-231-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T07:57:07.623Z||pool-231-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:57:07.642Z||pool-231-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:57:07.644Z||pool-231-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-18T07:57:08.543Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:57:08.544Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:57:08.544Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:57:18.086Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:57:18.087Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:57:18.088Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:57:18.088Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:57:19.024Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:57:19.025Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:57:19.025Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:57:19.045Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:57:19.046Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|DEBUG|500||received message from topic 2022-04-18T07:57:19.046Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268519597, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T07:57:19.047Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:57:19.048Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|DEBUG|500||received message from topic 2022-04-18T07:57:19.048Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268525094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vfwb13366787a0e0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T07:57:19.048Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:57:19.048Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|DEBUG|500||received message from topic 2022-04-18T07:57:19.048Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268526393, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T07:57:19.049Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:57:19.049Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|DEBUG|500||received message from topic 2022-04-18T07:57:19.049Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268527796, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T07:57:19.049Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:57:19.049Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|DEBUG|500||received message from topic 2022-04-18T07:57:19.049Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268529175, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/vfwb13366787a0e0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T07:57:19.049Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:57:19.050Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|DEBUG|500||received message from topic 2022-04-18T07:57:19.050Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268530181, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-18T07:57:19.050Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:57:19.050Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|DEBUG|500||received message from topic 2022-04-18T07:57:19.050Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268531208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/resourceInstances/vfwb13366787a0e0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-18T07:57:19.050Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:57:19.050Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|DEBUG|500||received message from topic 2022-04-18T07:57:19.050Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268532216, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418075012/1.0/artifacts/service-Vfw20220418075012-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T07:57:19.051Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:57:27.625Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:57:27.625Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:57:27.626Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:57:27.627Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:57:37.158Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:57:37.159Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:57:37.160Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:57:37.160Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:57:46.703Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:57:46.704Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:57:46.705Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:57:46.705Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:57:56.254Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:58:19.010Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:58:19.011Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:58:19.011Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:58:19.024Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:58:19.025Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:58:19.025Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:58:19.545Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:58:19.546Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|DEBUG|500||received message from topic 2022-04-18T07:58:19.546Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "1528f8bb-67c5-4b80-8666-bd0eb398d2d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268627516, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T07:58:19.547Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T07:58:28.547Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:59:19.011Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:59:19.012Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:59:19.013Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:59:19.025Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T07:59:19.026Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T07:59:19.026Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T07:59:28.560Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T07:59:28.565Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:00:19.010Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:00:19.011Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:00:19.011Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:00:19.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:00:19.025Z||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-04-18T08:00:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T08:00:28.558Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:00:28.559Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:01:19.017Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:01:19.019Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:01:19.019Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:01:19.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:01:19.025Z||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-04-18T08:01:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T08:01:28.574Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:01:28.577Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:02:19.010Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:02:19.011Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:02:19.011Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:02:19.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:02:19.024Z||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-04-18T08:02:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T08:02:19.636Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:02:19.637Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||received message from topic 2022-04-18T08:02:19.637Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"7a0ab375-e0ef-4cae-a02c-29d7d084001c","serviceName":"Demo_pNF_GOyXCzgJCj8SQJ8uZWYm","serviceVersion":"1.0","serviceUUID":"f2466561-9b2f-47c9-bd57-735eab34e450","serviceDescription":"catalog service description","serviceInvariantUUID":"ba0be488-9927-4cf7-bbff-f3d2d75df110","resources":[{"resourceInstanceName":"pNF f2638413-d283 0","resourceName":"pNF f2638413-d283","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"638671ef-d9d3-4649-9569-7d70a86cc829","resourceInvariantUUID":"07406feb-829d-4759-b472-3aa2e2e84067","resourceCustomizationUUID":"eb6df581-00e3-4c43-a2cb-c093127e7b2e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/vf-license-model.xml","artifactChecksum":"YjQ4NmIyZjY4NjA1ZTc2MTA2MmNjY2EwM2E5YmE2MDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f45d9a0a-8cc8-4770-9c8c-51c90973fdee","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/pNF.csar","artifactChecksum":"MjI1OTBkMzMxNGRjOGVjNTgxNjExOWYwY2IwMjk4NWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"01b36984-3f57-41aa-939e-16376b6b2c42","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3896f3ad-6c0a-498e-90e7-c2bee5817724","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/vendor-license-model.xml","artifactChecksum":"OGFiNTRiYzFhN2E5OGUwOTgyMDQ2N2FlMmU5ZTIzYTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2d9c1622-1609-4fb7-a91f-8afd0d072929","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e1c47649-a480-40e0-8396-a44bf5944c72","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c8551809-9751-4451-bdcb-c694f38d81c3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGoyxczgjcj8sqj8uzwym-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-template.yml","artifactChecksum":"YjVlYmFjMGU4YWQwYzQ3NDRkODk4Mzk5NDkzMjlhNDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5b6bbe77-23ae-4755-87ef-cc1d5ec800ba","artifactVersion":"1"},{"artifactName":"service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar","artifactChecksum":"MzgyODM2MWJjNmFiY2UxODBjMDNiMDkzZTE4NmZjNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f73a7e99-a5f3-4777-9870-26ab50236063","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T08:02:19.642Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:02:19.643Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:02:19.647Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:02:19.648Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||try to send status { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268939010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.648Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:02:19.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268903088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "multicloud-k8s-id", "timestamp": 1650268903381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "clamp", "timestamp": 1650268905794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268903088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "ves-openapi-manager", "timestamp": 1650268904266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.657Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "multicloud-k8s-id", "timestamp": 1650268903381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.658Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "clamp", "timestamp": 1650268905794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268903088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "ves-openapi-manager", "timestamp": 1650268904266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "multicloud-k8s-id", "timestamp": 1650268903381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "clamp", "timestamp": 1650268905794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268903088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "cds", "timestamp": 1650268907204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "ves-openapi-manager", "timestamp": 1650268904266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "multicloud-k8s-id", "timestamp": 1650268903381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "clamp", "timestamp": 1650268905794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268903088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "policy-id", "timestamp": 1650268909243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "cds", "timestamp": 1650268907204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "ves-openapi-manager", "timestamp": 1650268904266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "multicloud-k8s-id", "timestamp": 1650268903381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "clamp", "timestamp": 1650268905794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "policy-id", "timestamp": 1650268909243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268903088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.675Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "cds", "timestamp": 1650268907204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "ves-openapi-manager", "timestamp": 1650268904266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.677Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "multicloud-k8s-id", "timestamp": 1650268903381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.677Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "aai-ml", "timestamp": 1650268908719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.678Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "clamp", "timestamp": 1650268905794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.679Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "policy-id", "timestamp": 1650268909243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.680Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268903088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "cds", "timestamp": 1650268907204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "ves-openapi-manager", "timestamp": 1650268904266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-18T08:02:19.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "multicloud-k8s-id", "timestamp": 1650268903381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "aai-ml", "timestamp": 1650268908719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "clamp", "timestamp": 1650268905794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "policy-id", "timestamp": 1650268909243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268903088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:02:19.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "cds", "timestamp": 1650268907204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "ves-openapi-manager", "timestamp": 1650268904266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "multicloud-k8s-id", "timestamp": 1650268903381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:02:19.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "aai-ml", "timestamp": 1650268908719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "clamp", "timestamp": 1650268905794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:02:19.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "policy-id", "timestamp": 1650268909243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "cds", "timestamp": 1650268907204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "ves-openapi-manager", "timestamp": 1650268904266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "aai-ml", "timestamp": 1650268908719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268912257, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:02:19.698Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:02:19.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "policy-id", "timestamp": 1650268909243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "cds", "timestamp": 1650268907204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "aai-ml", "timestamp": 1650268908719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "ves-openapi-manager", "timestamp": 1650268913443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T08:02:19.701Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:02:19.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "policy-id", "timestamp": 1650268909243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "cds", "timestamp": 1650268907204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:02:19.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "aai-ml", "timestamp": 1650268908719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268914282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T08:02:19.704Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:02:19.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "ves-openapi-manager", "timestamp": 1650268914468, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-18T08:02:19.705Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:02:19.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "policy-id", "timestamp": 1650268909243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:02:19.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "aai-ml", "timestamp": 1650268908719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:19.707Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "cds", "timestamp": 1650268916245, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:02:19.707Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:02:19.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650268915288, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T08:02:19.731Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a0ab375-e0ef-4cae-a02c-29d7d084001c 2022-04-18T08:02:19.732Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a0ab375-e0ef-4cae-a02c-29d7d084001c 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-04-18T08:02:19.748Z||pool-232-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:02:19.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "ves-openapi-manager", "timestamp": 1650268915471, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } 2022-04-18T08:02:19.749Z||pool-232-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:02:19.749Z||pool-232-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-18T08:02:19.758Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7a0ab375-e0ef-4cae-a02c-29d7d084001c 2022-04-18T08:02:19.759Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a0ab375-e0ef-4cae-a02c-29d7d084001c and ComponentName 2022-04-18T08:02:19.761Z||pool-232-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:02:19.762Z||pool-232-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-04-18T08:02:19.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.771Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "policy-id", "timestamp": 1650268918010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:02:19.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:02:19.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.772Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "aai-ml", "timestamp": 1650268908719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:02:19.772Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:02:19.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.772Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "cds", "timestamp": 1650268917252, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-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-04-18T08:02:19.780Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a0ab375-e0ef-4cae-a02c-29d7d084001c 2022-04-18T08:02:19.781Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a0ab375-e0ef-4cae-a02c-29d7d084001c 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-04-18T08:02:19.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "policy-id", "timestamp": 1650268919014, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T08:02:19.794Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:02:19.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "aai-ml", "timestamp": 1650268917651, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:02:19.795Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:02:19.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "policy-id", "timestamp": 1650268920018, "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-04-18T08:02:19.807Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a0ab375-e0ef-4cae-a02c-29d7d084001c 2022-04-18T08:02:19.807Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a0ab375-e0ef-4cae-a02c-29d7d084001c 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-04-18T08:02:19.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "clamp", "timestamp": 1650268921527, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:02:19.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:02:19.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "clamp", "timestamp": 1650268923538, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T08:02:19.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:02:19.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "clamp", "timestamp": 1650268924544, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T08:02:19.836Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7a0ab375-e0ef-4cae-a02c-29d7d084001c 2022-04-18T08:02:19.837Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a0ab375-e0ef-4cae-a02c-29d7d084001c and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T08:02:19.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "aai-ml", "timestamp": 1650268923364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-18T08:02:19.849Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:02:19.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:02:19.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "aai-ml", "timestamp": 1650268924389, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-04-18T08:02:19.855Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 7a0ab375-e0ef-4cae-a02c-29d7d084001c 2022-04-18T08:02:19.855Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a0ab375-e0ef-4cae-a02c-29d7d084001c 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-04-18T08:02:20.648Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:02:20.650Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:02:20.653Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:02:20.653Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||try to send status { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268939010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:20.753Z||pool-233-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T08:02:20.754Z||pool-233-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:02:20.754Z||pool-233-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:02:20.768Z||pool-233-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:02:20.769Z||pool-233-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-04-18T08:02:21.655Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:02:21.656Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:02:21.660Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:02:21.660Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||try to send status { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268939010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:21.760Z||pool-234-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:02:21.761Z||pool-234-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:02:21.761Z||pool-234-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:02:21.775Z||pool-234-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:02:21.776Z||pool-234-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:02:22.661Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:02:22.662Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:02:22.665Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:02:22.666Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||try to send status { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268939010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:22.765Z||pool-235-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:02:22.766Z||pool-235-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:02:22.766Z||pool-235-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:02:22.785Z||pool-235-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:02:22.786Z||pool-235-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-04-18T08:02:23.666Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:02:23.668Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:02:23.672Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:02:23.672Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||try to send status { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268939010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:23.772Z||pool-236-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:02:23.773Z||pool-236-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:02:23.773Z||pool-236-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:02:23.793Z||pool-236-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:02:23.794Z||pool-236-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-04-18T08:02:24.673Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:02:24.674Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:02:24.685Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:02:24.685Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||try to send status { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268939010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:24.785Z||pool-237-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:02:24.787Z||pool-237-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:02:24.787Z||pool-237-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:02:24.808Z||pool-237-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:02:24.810Z||pool-237-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:02:25.686Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:02:25.687Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:02:25.691Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:02:25.691Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||try to send status { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268939010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:02:25.791Z||pool-238-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T08:02:25.792Z||pool-238-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:02:25.793Z||pool-238-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:02:25.809Z||pool-238-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:02:25.810Z||pool-238-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:02:26.692Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:02:26.692Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:02:26.696Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:02:26.696Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||try to send status { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268939010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:02:26.796Z||pool-239-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T08:02:26.797Z||pool-239-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:02:26.797Z||pool-239-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:02:26.811Z||pool-239-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:02:26.812Z||pool-239-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:02:27.697Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||sending notification to client: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "serviceName": "Demo_pNF_GOyXCzgJCj8SQJ8uZWYm", "serviceVersion": "1.0", "serviceUUID": "f2466561-9b2f-47c9-bd57-735eab34e450", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ba0be488-9927-4cf7-bbff-f3d2d75df110", "resources": [ { "resourceInstanceName": "pNF f2638413-d283 0", "resourceCustomizationUUID": "eb6df581-00e3-4c43-a2cb-c093127e7b2e", "resourceName": "pNF f2638413-d283", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "638671ef-d9d3-4649-9569-7d70a86cc829", "resourceInvariantUUID": "07406feb-829d-4759-b472-3aa2e2e84067", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar", "artifactChecksum": "MzgyODM2MWJjNmFiY2UxODBjMDNiMDkzZTE4NmZjNGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f73a7e99-a5f3-4777-9870-26ab50236063" } ], "workloadContext": "Production" } 2022-04-18T08:02:27.698Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T08:02:27.698Z|dc98a01c-7e0f-4e72-a5e0-9e9121d1f841|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f2466561-9b2f-47c9-bd57-735eab34e450 ASDC 2022-04-18T08:02:27.699Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||ASDC Notification: DistributionID:7a0ab375-e0ef-4cae-a02c-29d7d084001c ServiceName:Demo_pNF_GOyXCzgJCj8SQJ8uZWYm ServiceVersion:1.0 ServiceUUID:f2466561-9b2f-47c9-bd57-735eab34e450 ServiceInvariantUUID:ba0be488-9927-4cf7-bbff-f3d2d75df110 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar ArtifactUUID:f73a7e99-a5f3-4777-9870-26ab50236063 ArtifactChecksum:MzgyODM2MWJjNmFiY2UxODBjMDNiMDkzZTE4NmZjNGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF f2638413-d283 0 ResourceCustomizationUUID:eb6df581-00e3-4c43-a2cb-c093127e7b2e ResourceInvariantUUID:07406feb-829d-4759-b472-3aa2e2e84067 ResourceName:pNF f2638413-d283 ResourceType:PNF ResourceUUID:638671ef-d9d3-4649-9569-7d70a86cc829 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-18T08:02:27.699Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f2466561-9b2f-47c9-bd57-735eab34e450 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-04-18T08:02:27.745Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T08:02:27.749Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||MSO config path is: /app 2022-04-18T08:02:27.749Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||MSO config path is: /app 2022-04-18T08:02:27.749Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||Trying to download the artifact UUID: f73a7e99-a5f3-4777-9870-26ab50236063 from URL: /sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar 2022-04-18T08:02:27.750Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||DistributionClient - download 2022-04-18T08:02:27.751Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar 2022-04-18T08:02:28.297Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T08:02:28.304Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar f73a7e99-a5f3-4777-9870-26ab50236063 82675 2022-04-18T08:02:28.304Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar ASDC sendASDCNotification 2022-04-18T08:02:28.305Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar 2022-04-18T08:02:28.305Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T08:02:28.305Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:02:28.309Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:02:28.309Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||try to send status { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268948304, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:02:28.409Z||pool-240-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T08:02:28.410Z||pool-240-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:02:28.410Z||pool-240-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:02:28.422Z||pool-240-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:02:28.423Z||pool-240-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:02:29.310Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T08:02:29.311Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||MSO config path is: /app 2022-04-18T08:02:29.312Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||Trying to write artifact UUID: f73a7e99-a5f3-4777-9870-26ab50236063, URL: /sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar to file: /app/ASDC/1/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar 2022-04-18T08:02:29.312Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar 2022-04-18T08:02:29.313Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar 2022-04-18T08:02:29.313Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar 2022-04-18T08:02:29.672Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4614087753272491183/Definitions/service-DemoPnfGoyxczgjcj8sqj8uzwym-template.yml 2022-04-18T08:02:31.129Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-18T08:02:31.130Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|WARN|500||#################################################################################################### 2022-04-18T08:02:31.130Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar 2022-04-18T08:02:31.131Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-18T08:02:31.131Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f2638413-d283 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-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar 2022-04-18T08:02:31.131Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|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-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar 2022-04-18T08:02:31.131Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar 2022-04-18T08:02:31.131Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|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-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar 2022-04-18T08:02:31.131Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|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-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar 2022-04-18T08:02:31.132Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|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-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar 2022-04-18T08:02:31.132Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|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-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar 2022-04-18T08:02:31.132Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|WARN|500||#################################################################################################### 2022-04-18T08:02:31.132Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:02:31.133Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Service Demo_pNF_GOyXCzgJCj8SQJ8uZWYm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:02:31.133Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Node template pNF f2638413-d283 0 is matching search criteria 2022-04-18T08:02:31.134Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T08:02:31.134Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Found topology templates [pNF f2638413-d283 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T08:02:31.134Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:02:31.135Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Service Demo_pNF_GOyXCzgJCj8SQJ8uZWYm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:02:31.135Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Node template pNF f2638413-d283 0 is matching search criteria 2022-04-18T08:02:31.135Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T08:02:31.135Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Found topology templates [pNF f2638413-d283 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T08:02:31.136Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:02:31.136Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Service Demo_pNF_GOyXCzgJCj8SQJ8uZWYm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:02:31.136Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:02:31.136Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Service Demo_pNF_GOyXCzgJCj8SQJ8uZWYm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:02:31.136Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:02:31.137Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Service Demo_pNF_GOyXCzgJCj8SQJ8uZWYm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:02:31.137Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:02:31.137Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Service Demo_pNF_GOyXCzgJCj8SQJ8uZWYm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:02:31.137Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:02:31.137Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Service Demo_pNF_GOyXCzgJCj8SQJ8uZWYm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:02:31.138Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_GOyXCzgJCj8SQJ8uZWYm Description:catalog service description Model UUID:f2466561-9b2f-47c9-bd57-735eab34e450 Model Version:NULL Model InvariantUuid:ba0be488-9927-4cf7-bbff-f3d2d75df110 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-04-18T08:02:31.154Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 638671ef-d9d3-4649-9569-7d70a86cc829 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-04-18T08:02:31.159Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||pNF f2638413-d283 0 2022-04-18T08:02:31.159Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 638671ef-d9d3-4649-9569-7d70a86cc829 2022-04-18T08:02:31.159Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||No resources found for Service: f2466561-9b2f-47c9-bd57-735eab34e450 2022-04-18T08:02:31.160Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Preparing to deploy Service: f2466561-9b2f-47c9-bd57-735eab34e450 2022-04-18T08:02:31.160Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f2638413-d283 0 638671ef-d9d3-4649-9569-7d70a86cc829 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-04-18T08:02:31.165Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b3e8f9b, org.onap.sdc.toscaparser.api.parameters.Input@f2b0a6a, org.onap.sdc.toscaparser.api.parameters.Input@1799a7e0, org.onap.sdc.toscaparser.api.parameters.Input@4d00f4c2, org.onap.sdc.toscaparser.api.parameters.Input@22ade8ae] 2022-04-18T08:02:31.166Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:02:31.166Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Service Demo_pNF_GOyXCzgJCj8SQJ8uZWYm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:02:31.167Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500|| resourceSeq for service uuid f2466561-9b2f-47c9-bd57-735eab34e450: pNF f2638413-d283 2022-04-18T08:02:31.167Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||Processing PNF resource: 638671ef-d9d3-4649-9569-7d70a86cc829 2022-04-18T08:02:31.168Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:02:31.168Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Service Demo_pNF_GOyXCzgJCj8SQJ8uZWYm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:02:31.168Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||Resource customization UUID: eb6df581-00e3-4c43-a2cb-c093127e7b2e is the same as notified resource customizationUUID: eb6df581-00e3-4c43-a2cb-c093127e7b2e 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-04-18T08:02:31.206Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f2638413-d283 638671ef-d9d3-4649-9569-7d70a86cc829 0 ASDC deployResourceStructure 2022-04-18T08:02:31.207Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar ASDC sendASDCNotification 2022-04-18T08:02:31.207Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar 2022-04-18T08:02:31.207Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T08:02:31.208Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:02:31.212Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:02:31.212Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||try to send status { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268951207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T08:02:31.310Z||pool-241-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-18T08:02:31.311Z||pool-241-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:02:31.312Z||pool-241-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:02:31.331Z||pool-241-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:02:31.332Z||pool-241-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:02:32.213Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a0ab375-e0ef-4cae-a02c-29d7d084001c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T08:02:32.228Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a0ab375-e0ef-4cae-a02c-29d7d084001c 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-04-18T08:02:32.232Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T08:02:32.233Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T08:02:32.233Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T08:02:32.233Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T08:02:32.233Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T08:02:32.233Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-18T08:02:32.233Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T08:02:32.241Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T08:03:02.242Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a0ab375-e0ef-4cae-a02c-29d7d084001c 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-04-18T08:03:02.250Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a0ab375-e0ef-4cae-a02c-29d7d084001c and serviceModelVersionId: f2466561-9b2f-47c9-bd57-735eab34e450 2022-04-18T08:03:02.251Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ba0be488-9927-4cf7-bbff-f3d2d75df110 2022-04-18T08:03:02.252Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0 2022-04-18T08:03:02.261Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2c6b63-82e4-4ff9-add7-90e8638bb0a6/model-vers/model-ver/440f1148-f548-47dd-8892-e1b8a62fb797?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-18T08:03:02.360Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||Invoke 2022-04-18T08:03:02.361Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7a0ab375-e0ef-4cae-a02c-29d7d084001c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f919c7b6-47f6-4272-8258-ea886c8ff879], X-ECOMP-RequestID=[7a0ab375-e0ef-4cae-a02c-29d7d084001c], X-TransactionId=[], X-ONAP-RequestID=[7a0ab375-e0ef-4cae-a02c-29d7d084001c], Content-Type=[application/merge-patch+json]} 2022-04-18T08:03:03.904Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||Invoke 2022-04-18T08:03:03.905Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7a0ab375-e0ef-4cae-a02c-29d7d084001c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[05a8f200-5716-42d2-b1d7-1abe9aa9f127], X-ECOMP-RequestID=[7a0ab375-e0ef-4cae-a02c-29d7d084001c], X-TransactionId=[], X-ONAP-RequestID=[7a0ab375-e0ef-4cae-a02c-29d7d084001c], Content-Type=[application/merge-patch+json]} 2022-04-18T08:03:05.439Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||Invoke 2022-04-18T08:03:05.440Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7a0ab375-e0ef-4cae-a02c-29d7d084001c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c2e094c3-2e13-4ed9-b2fd-5f7ffb630405], X-ECOMP-RequestID=[7a0ab375-e0ef-4cae-a02c-29d7d084001c], X-TransactionId=[], X-ONAP-RequestID=[7a0ab375-e0ef-4cae-a02c-29d7d084001c], Content-Type=[application/merge-patch+json]} 2022-04-18T08:03:06.475Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T08:03:06.476Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-18T08:03:06.477Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T08:03:06.477Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-04-18T08:03:06.483Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|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-04-18T08:03:06.484Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a0ab375-e0ef-4cae-a02c-29d7d084001c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T08:03:06.484Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-18T08:03:06.484Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:03:06.486Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:03:06.487Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||try to send status { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268986484, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T08:03:06.587Z||pool-242-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T08:03:06.588Z||pool-242-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:03:06.588Z||pool-242-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:03:06.603Z||pool-242-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:03:06.604Z||pool-242-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-18T08:03:19.011Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:03:19.012Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:03:19.012Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:03:19.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:03:19.024Z||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-04-18T08:03:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T08:03:19.141Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:03:19.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:03:19.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268939010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:03:19.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:03:28.557Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:04:19.012Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:04:19.013Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:04:19.013Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:04:19.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:04:19.025Z||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-04-18T08:04:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T08:04:19.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:04:19.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:04:19.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268939010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:04:19.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:04:19.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:04:19.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268939010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T08:04:19.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:04:19.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:04:19.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268939010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:04:19.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:04:19.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:04:19.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268939010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:04:19.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:04:19.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:04:19.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268939010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/resourceInstances/pnff2638413d2830/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:04:19.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:04:19.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:04:19.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268939010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:04:19.547Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:04:19.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:04:19.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268939010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:04:19.547Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:04:19.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:04:19.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268948304, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:04:19.548Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:04:19.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:04:19.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268951207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGoyxczgjcj8sqj8uzwym/1.0/artifacts/service-DemoPnfGoyxczgjcj8sqj8uzwym-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T08:04:19.548Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:04:19.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:04:19.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0ab375-e0ef-4cae-a02c-29d7d084001c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650268986484, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T08:04:19.548Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:04:28.561Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:05:19.011Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:05:19.012Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:05:19.013Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:05:19.024Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:05:19.025Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:05:19.025Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:05:28.557Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:05:28.556Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:06:19.011Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:06:19.012Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:06:19.012Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:06:19.024Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:06:19.025Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:06:19.025Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:06:28.553Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:06:28.560Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:07:19.011Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:07:19.013Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:07:19.013Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:07:19.024Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:07:19.025Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:07:19.025Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:07:28.556Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:07:28.584Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:08:19.010Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:08:19.012Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:08:19.013Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:08:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:08:19.025Z||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-04-18T08:08:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T08:08:28.566Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:08:28.567Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:09:19.010Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:09:19.011Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:09:19.011Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:09:19.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:09:19.025Z||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-04-18T08:09:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T08:09:28.548Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:09:28.565Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:10:19.011Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:10:19.012Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:10:19.012Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:10:19.026Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:10:19.027Z||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-04-18T08:10:19.027Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T08:10:19.151Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:10:19.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "ves-openapi-manager", "timestamp": 1650269404266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "multicloud-k8s-id", "timestamp": 1650269403381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "policy-id", "timestamp": 1650269409243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "cds", "timestamp": 1650269402204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "ves-openapi-manager", "timestamp": 1650269404266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vfw7155015cd0960_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "multicloud-k8s-id", "timestamp": 1650269403381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vfw7155015cd0960_modules.json", "status": "NOTIFIED" } 2022-04-18T08:10:19.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "policy-id", "timestamp": 1650269409243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vfw7155015cd0960_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "cds", "timestamp": 1650269402204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vfw7155015cd0960_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "ves-openapi-manager", "timestamp": 1650269404266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "multicloud-k8s-id", "timestamp": 1650269403381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T08:10:19.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "policy-id", "timestamp": 1650269409243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T08:10:19.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "cds", "timestamp": 1650269402204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "ves-openapi-manager", "timestamp": 1650269404266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "multicloud-k8s-id", "timestamp": 1650269403381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.167Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "policy-id", "timestamp": 1650269409243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.167Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "cds", "timestamp": 1650269402204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.168Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "ves-openapi-manager", "timestamp": 1650269404266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "multicloud-k8s-id", "timestamp": 1650269403381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T08:10:19.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "policy-id", "timestamp": 1650269409243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.170Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "cds", "timestamp": 1650269402204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.171Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650269413088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.172Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "clamp", "timestamp": 1650269415794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.172Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "ves-openapi-manager", "timestamp": 1650269404266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "multicloud-k8s-id", "timestamp": 1650269403381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "policy-id", "timestamp": 1650269409243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.174Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "cds", "timestamp": 1650269402204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.175Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650269413088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vfw7155015cd0960_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.175Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "clamp", "timestamp": 1650269415794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vfw7155015cd0960_modules.json", "status": "NOTIFIED" } 2022-04-18T08:10:19.176Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "ves-openapi-manager", "timestamp": 1650269404266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.176Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "multicloud-k8s-id", "timestamp": 1650269403381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:10:19.177Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "policy-id", "timestamp": 1650269409243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:10:19.178Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "cds", "timestamp": 1650269402204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:10:19.179Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.180Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650269413088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.180Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.181Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "clamp", "timestamp": 1650269415794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.181Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650269413088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.182Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.183Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "clamp", "timestamp": 1650269415794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.183Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:10:19.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.183Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "policy-id", "timestamp": 1650269419437, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:10:19.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:10:19.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "multicloud-k8s-id", "timestamp": 1650269417383, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vfw7155015cd0960_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T08:10:19.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:10:19.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:10:19.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "cds", "timestamp": 1650269418597, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:10:19.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:10:19.647Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:10:19.648Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||received message from topic 2022-04-18T08:10:19.648Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"4a1ed978-0c0b-46d2-8b13-6790db57a6c7","serviceName":"vFW 2022-04-18 08-06-56","serviceVersion":"1.0","serviceUUID":"7081d125-4d71-44ca-8814-c260f5d871de","serviceDescription":"catalog service description","serviceInvariantUUID":"f5da7cff-bd4c-456c-9375-a5ce5229f0c7","resources":[{"resourceInstanceName":"vFW 7155015c-d096 0","resourceName":"vFW 7155015c-d096","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"af16ed12-57ed-447d-bcb4-75edbf224991","resourceInvariantUUID":"b49db6cb-7f25-491a-b563-f12c1ad9c1b3","resourceCustomizationUUID":"307f3ade-dfe4-46f3-ad8a-b4201377ad6d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vf-license-model.xml","artifactChecksum":"NzZjOWFhMDQzNzA5ZTgwODVhMWMxNzgxZDg0YWZlYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0ff7bb0d-b3e0-4962-b9ff-4e3b0a06fbce","artifactVersion":"1"},{"artifactName":"vfw7155015cd0960_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vfw7155015cd0960_modules.json","artifactChecksum":"OTFjM2M1Yjc2MGJhYTFmNGJhMThkMWZlODFhMzg3MmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"778e41bf-8230-4fcb-b890-f5eb8522ff0b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"56812ae5-b629-49a5-80c0-17520db6bfee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vendor-license-model.xml","artifactChecksum":"MmQ5ZDVkODllZWJkYjFlZTk0ODNhODJkYTI1ZDYyZjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"39aa2a53-7ca5-4cd1-9457-4cdfaa4a51e6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0b7b0ccb-a0ef-46b3-a283-d05296333d0e","artifactVersion":"2","generatedFromUUID":"56812ae5-b629-49a5-80c0-17520db6bfee"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220418080656-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-template.yml","artifactChecksum":"NzA2NzQ5ZmUwM2E4NzQ2Mzk0MmEwNmY0NjgxZTQ2NmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"deef885f-b5bc-49e6-be94-70c7c039b9e0","artifactVersion":"1"},{"artifactName":"service-Vfw20220418080656-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar","artifactChecksum":"ZmY4MGExNTAxZmE4ZTkxZWMwMzg5MmNjZmE4NjcxN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"04eb1a20-7235-408f-be6e-f77d02c96c95","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T08:10:19.651Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:10:19.652Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:10:19.660Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:10:19.660Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||try to send status { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269419010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:19.759Z||pool-243-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-18T08:10:19.761Z||pool-243-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:10:19.761Z||pool-243-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:10:19.773Z||pool-243-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:10:19.774Z||pool-243-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-18T08:10:20.662Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:10:20.663Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:10:20.666Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:10:20.667Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||try to send status { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269419010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vfw7155015cd0960_modules.json", "status": "NOTIFIED" } 2022-04-18T08:10:20.766Z||pool-244-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:10:20.768Z||pool-244-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:10:20.768Z||pool-244-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:10:20.779Z||pool-244-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:10:20.780Z||pool-244-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:10:21.668Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:10:21.669Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:10:21.671Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:10:21.671Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||try to send status { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269419010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T08:10:21.771Z||pool-245-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:10:21.773Z||pool-245-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:10:21.773Z||pool-245-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:10:21.787Z||pool-245-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:10:21.788Z||pool-245-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:10:22.672Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:10:22.673Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:10:22.676Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:10:22.677Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||try to send status { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269419010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:22.776Z||pool-246-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:10:22.777Z||pool-246-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:10:22.777Z||pool-246-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:10:22.795Z||pool-246-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:10:22.796Z||pool-246-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:10:23.678Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:10:23.679Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:10:23.697Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:10:23.698Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||try to send status { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269419010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T08:10:23.781Z||pool-247-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms 2022-04-18T08:10:23.783Z||pool-247-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:10:23.783Z||pool-247-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:10:23.795Z||pool-247-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:10:23.796Z||pool-247-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:10:24.701Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:10:24.702Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:10:24.710Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:10:24.711Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||try to send status { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269419010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:10:24.810Z||pool-248-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:10:24.811Z||pool-248-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:10:24.812Z||pool-248-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:10:24.840Z||pool-248-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:10:24.841Z||pool-248-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:10:25.711Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:10:25.714Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:10:25.718Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:10:25.718Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||try to send status { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269419010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:10:25.818Z||pool-249-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T08:10:25.819Z||pool-249-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:10:25.819Z||pool-249-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:10:25.831Z||pool-249-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:10:25.832Z||pool-249-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-18T08:10:26.720Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||sending notification to client: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "serviceName": "vFW 2022-04-18 08-06-56", "serviceVersion": "1.0", "serviceUUID": "7081d125-4d71-44ca-8814-c260f5d871de", "serviceDescription": "catalog service description", "serviceInvariantUUID": "f5da7cff-bd4c-456c-9375-a5ce5229f0c7", "resources": [ { "resourceInstanceName": "vFW 7155015c-d096 0", "resourceCustomizationUUID": "307f3ade-dfe4-46f3-ad8a-b4201377ad6d", "resourceName": "vFW 7155015c-d096", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "af16ed12-57ed-447d-bcb4-75edbf224991", "resourceInvariantUUID": "b49db6cb-7f25-491a-b563-f12c1ad9c1b3", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw7155015cd0960_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vfw7155015cd0960_modules.json", "artifactChecksum": "OTFjM2M1Yjc2MGJhYTFmNGJhMThkMWZlODFhMzg3MmE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "778e41bf-8230-4fcb-b890-f5eb8522ff0b", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "56812ae5-b629-49a5-80c0-17520db6bfee", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0b7b0ccb-a0ef-46b3-a283-d05296333d0e", "generatedFromUUID": "56812ae5-b629-49a5-80c0-17520db6bfee" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0b7b0ccb-a0ef-46b3-a283-d05296333d0e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220418080656-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar", "artifactChecksum": "ZmY4MGExNTAxZmE4ZTkxZWMwMzg5MmNjZmE4NjcxN2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "04eb1a20-7235-408f-be6e-f77d02c96c95" } ], "workloadContext": "Production" } 2022-04-18T08:10:26.720Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T08:10:26.720Z|7a0ab375-e0ef-4cae-a02c-29d7d084001c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7081d125-4d71-44ca-8814-c260f5d871de ASDC 2022-04-18T08:10:26.722Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||ASDC Notification: DistributionID:4a1ed978-0c0b-46d2-8b13-6790db57a6c7 ServiceName:vFW 2022-04-18 08-06-56 ServiceVersion:1.0 ServiceUUID:7081d125-4d71-44ca-8814-c260f5d871de ServiceInvariantUUID:f5da7cff-bd4c-456c-9375-a5ce5229f0c7 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220418080656-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar ArtifactUUID:04eb1a20-7235-408f-be6e-f77d02c96c95 ArtifactChecksum:ZmY4MGExNTAxZmE4ZTkxZWMwMzg5MmNjZmE4NjcxN2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 7155015c-d096 0 ResourceCustomizationUUID:307f3ade-dfe4-46f3-ad8a-b4201377ad6d ResourceInvariantUUID:b49db6cb-7f25-491a-b563-f12c1ad9c1b3 ResourceName:vFW 7155015c-d096 ResourceType:VF ResourceUUID:af16ed12-57ed-447d-bcb4-75edbf224991 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw7155015cd0960_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vfw7155015cd0960_modules.json ArtifactUUID:778e41bf-8230-4fcb-b890-f5eb8522ff0b ArtifactChecksum:OTFjM2M1Yjc2MGJhYTFmNGJhMThkMWZlODFhMzg3MmE= 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/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.yaml ArtifactUUID:56812ae5-b629-49a5-80c0-17520db6bfee 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/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.env ArtifactUUID:0b7b0ccb-a0ef-46b3-a283-d05296333d0e 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/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.env ArtifactUUID:0b7b0ccb-a0ef-46b3-a283-d05296333d0e ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-18T08:10:26.722Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7081d125-4d71-44ca-8814-c260f5d871de 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-04-18T08:10:26.768Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T08:10:26.770Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||MSO config path is: /app 2022-04-18T08:10:26.770Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||MSO config path is: /app 2022-04-18T08:10:26.771Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||Trying to download the artifact UUID: 04eb1a20-7235-408f-be6e-f77d02c96c95 from URL: /sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar 2022-04-18T08:10:26.771Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - download 2022-04-18T08:10:26.772Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar 2022-04-18T08:10:27.203Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T08:10:27.209Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar 04eb1a20-7235-408f-be6e-f77d02c96c95 99009 2022-04-18T08:10:27.210Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar ASDC sendASDCNotification 2022-04-18T08:10:27.210Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar 2022-04-18T08:10:27.210Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T08:10:27.211Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:10:27.214Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:10:27.214Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||try to send status { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269427209, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:10:27.314Z||pool-250-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T08:10:27.315Z||pool-250-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:10:27.315Z||pool-250-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:10:27.328Z||pool-250-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:10:27.328Z||pool-250-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-18T08:10:28.215Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T08:10:28.216Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||MSO config path is: /app 2022-04-18T08:10:28.216Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||Trying to write artifact UUID: 04eb1a20-7235-408f-be6e-f77d02c96c95, URL: /sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar to file: /app/ASDC/1/service-Vfw20220418080656-csar.csar 2022-04-18T08:10:28.217Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220418080656-csar.csar 2022-04-18T08:10:28.217Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220418080656-csar.csar 2022-04-18T08:10:28.218Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220418080656-csar.csar 2022-04-18T08:10:28.730Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16130064868952711725/Definitions/service-Vfw20220418080656-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-04-18T08:10:32.376Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-18T08:10:32.377Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|WARN|500||#################################################################################################### 2022-04-18T08:10:32.377Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220418080656-csar.csar 2022-04-18T08:10:32.378Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-18T08:10:32.378Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220418080656-csar.csar 2022-04-18T08:10:32.378Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220418080656-csar.csar 2022-04-18T08:10:32.379Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|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-Vfw20220418080656-csar.csar 2022-04-18T08:10:32.379Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418080656-csar.csar 2022-04-18T08:10:32.379Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418080656-csar.csar 2022-04-18T08:10:32.379Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220418080656-csar.csar 2022-04-18T08:10:32.379Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7155015c-d096 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220418080656-csar.csar 2022-04-18T08:10:32.380Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|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-Vfw20220418080656-csar.csar 2022-04-18T08:10:32.380Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220418080656-csar.csar 2022-04-18T08:10:32.381Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220418080656-csar.csar 2022-04-18T08:10:32.381Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|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-Vfw20220418080656-csar.csar 2022-04-18T08:10:32.381Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418080656-csar.csar 2022-04-18T08:10:32.381Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|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-Vfw20220418080656-csar.csar 2022-04-18T08:10:32.381Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|WARN|500||#################################################################################################### 2022-04-18T08:10:32.382Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:32.382Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Service vFW 2022-04-18 08-06-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:10:32.383Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vFW 7155015c-d096 0 is matching search criteria 2022-04-18T08:10:32.383Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T08:10:32.384Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Found topology templates [vFW 7155015c-d096 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T08:10:32.384Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:32.385Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Service vFW 2022-04-18 08-06-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:10:32.385Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vFW 7155015c-d096 0 is matching search criteria 2022-04-18T08:10:32.385Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T08:10:32.386Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Found topology templates [vFW 7155015c-d096 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T08:10:32.386Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:32.386Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Service vFW 2022-04-18 08-06-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:10:32.386Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:32.387Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vFW 7155015c-d096 0 is not matching search criteria 2022-04-18T08:10:32.387Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T08:10:32.387Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T08:10:32.387Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T08:10:32.388Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T08:10:32.388Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T08:10:32.388Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T08:10:32.388Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T08:10:32.389Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T08:10:32.389Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T08:10:32.389Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T08:10:32.389Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T08:10:32.390Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T08:10:32.390Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T08:10:32.390Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T08:10:32.391Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T08:10:32.391Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-18T08:10:32.391Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:32.391Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Service vFW 2022-04-18 08-06-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T08:10:32.391Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:32.392Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vFW 7155015c-d096 0 is matching search criteria 2022-04-18T08:10:32.392Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Found topology templates [vFW 7155015c-d096 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T08:10:32.392Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:32.392Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vFW 7155015c-d096 0 is matching search criteria 2022-04-18T08:10:32.392Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Found topology templates [vFW 7155015c-d096 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T08:10:32.393Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:32.394Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vFW 7155015c-d096 0 is matching search criteria 2022-04-18T08:10:32.394Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Found topology templates [vFW 7155015c-d096 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T08:10:32.394Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:32.395Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vFW 7155015c-d096 0 is not matching search criteria 2022-04-18T08:10:32.395Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T08:10:32.397Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-18T08:10:32.398Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T08:10:32.398Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T08:10:32.398Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T08:10:32.399Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T08:10:32.399Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T08:10:32.400Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T08:10:32.400Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T08:10:32.400Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T08:10:32.401Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T08:10:32.401Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fbd2de9a-3135-4f27-a468-acc8d4d52f71 2022-04-18T08:10:32.402Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:32.402Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vFW 7155015c-d096 0 is not matching search criteria 2022-04-18T08:10:32.402Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T08:10:32.403Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T08:10:32.403Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T08:10:32.403Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T08:10:32.404Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T08:10:32.404Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T08:10:32.404Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T08:10:32.405Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-18T08:10:32.405Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T08:10:32.405Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T08:10:32.405Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T08:10:32.406Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T08:10:32.406Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2ea906d5-f9a8-4aaa-8daf-592e221f26f3 2022-04-18T08:10:32.407Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:32.412Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vFW 7155015c-d096 0 is not matching search criteria 2022-04-18T08:10:32.413Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T08:10:32.413Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T08:10:32.413Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T08:10:32.414Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T08:10:32.414Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T08:10:32.414Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T08:10:32.414Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T08:10:32.414Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T08:10:32.415Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T08:10:32.415Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T08:10:32.416Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T08:10:32.416Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-18T08:10:32.417Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=01d0de45-f828-498e-9cac-14dbd0f33674 2022-04-18T08:10:32.417Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:32.418Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Service vFW 2022-04-18 08-06-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:10:32.418Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:32.418Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Service vFW 2022-04-18 08-06-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:10:32.418Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:32.419Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Service vFW 2022-04-18 08-06-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:10:32.419Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:32.421Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Service vFW 2022-04-18 08-06-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:10:32.421Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-18 08-06-56 Description:catalog service description Model UUID:7081d125-4d71-44ca-8814-c260f5d871de Model Version:NULL Model InvariantUuid:f5da7cff-bd4c-456c-9375-a5ce5229f0c7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 7155015c-d096 Model UUID:3da96f59-31e2-4ccb-9859-3d9f8c079acb Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:b49db6cb-7f25-491a-b563-f12c1ad9c1b3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:307f3ade-dfe4-46f3-ad8a-b4201377ad6d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:173e7e41-0b6f-4d92-a435-7f903658492e ModelName:Vfw7155015cD096..base_vfw..module-0 ModelUuid:6b0d9244-f77c-495c-a23f-627bfa24e0ea ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fbd2de9a-3135-4f27-a468-acc8d4d52f71 ModelInvariantUuid:6f4c3665-6a0c-44b3-be84-014cbf9313ca ModelName:vFW 7155015c-d096-nodes.vfwCvfc ModelUuid:a8b87e0b-cbe4-41ba-85b7-b6d4fce2e131 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:427c341a-cdbb-42ac-9302-3be734522e9c ModelInvariantUuid:6afb6945-612b-4259-be86-a90332d230f5 ModelName:Vfw7155015cD096.compute.nodes.heat.vfw ModelUuid:d55f7978-5990-4ca7-a0d3-7a0a2eef84a8 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:2ea906d5-f9a8-4aaa-8daf-592e221f26f3 ModelInvariantUuid:736c5510-c137-435e-a5f6-d5c3d661bbb8 ModelName:vFW 7155015c-d096-nodes.vsnCvfc ModelUuid:2b3525a4-f599-44bb-a76e-30c943ce32cb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:31a76edf-b49a-4d27-b693-846cfac8983d ModelInvariantUuid:8d1e0518-c301-451e-9e4f-7b43641919aa ModelName:Vfw7155015cD096.compute.nodes.heat.vsn ModelUuid:19814ee0-381e-4f50-a412-05d84cb77c78 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:01d0de45-f828-498e-9cac-14dbd0f33674 ModelInvariantUuid:07596105-d7aa-4d19-9dbd-d51a53013c9d ModelName:vFW 7155015c-d096-nodes.vpgCvfc ModelUuid:46c6ba57-d643-4e63-b65a-05dc77aefc41 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:6e3e06c5-fe9d-458e-847b-e3df62c87095 ModelInvariantUuid:5c9cce5d-4a0b-4022-9f84-faa5e2101f09 ModelName:Vfw7155015cD096.compute.nodes.heat.vpg ModelUuid:b6ba9daa-59e1-4027-9174-669d4221d35a 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-04-18T08:10:32.429Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: af16ed12-57ed-447d-bcb4-75edbf224991 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-04-18T08:10:32.434Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||vFW 7155015c-d096 0 2022-04-18T08:10:32.435Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: af16ed12-57ed-447d-bcb4-75edbf224991 2022-04-18T08:10:32.435Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||Trying to download the artifact UUID: 778e41bf-8230-4fcb-b890-f5eb8522ff0b from URL: /sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vfw7155015cd0960_modules.json 2022-04-18T08:10:32.435Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - download 2022-04-18T08:10:32.435Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vfw7155015cd0960_modules.json 2022-04-18T08:10:33.042Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T08:10:33.043Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vfw7155015cd0960_modules.json 778e41bf-8230-4fcb-b890-f5eb8522ff0b 785 2022-04-18T08:10:33.043Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vfw7155015cd0960_modules.json ASDC sendASDCNotification 2022-04-18T08:10:33.043Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vfw7155015cd0960_modules.json 2022-04-18T08:10:33.043Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T08:10:33.043Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:10:33.046Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:10:33.046Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||try to send status { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269433043, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vfw7155015cd0960_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T08:10:33.145Z||pool-251-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:10:33.146Z||pool-251-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:10:33.147Z||pool-251-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:10:33.158Z||pool-251-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:10:33.159Z||pool-251-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:10:34.046Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7155015cD096..base_vfw..module-0", "vfModuleModelInvariantUUID": "173e7e41-0b6f-4d92-a435-7f903658492e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6b0d9244-f77c-495c-a23f-627bfa24e0ea", "vfModuleModelCustomizationUUID": "6a29db17-de98-4a67-9e6a-0f368f8650de", "isBase": true, "artifacts": [ "56812ae5-b629-49a5-80c0-17520db6bfee", "0b7b0ccb-a0ef-46b3-a283-d05296333d0e" ], "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-04-18T08:10:34.054Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7155015cD096..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6b0d9244-f77c-495c-a23f-627bfa24e0ea VfModuleModelInvariantUUID:173e7e41-0b6f-4d92-a435-7f903658492e VfModuleModelDescription:NULL Artifacts UUID List:{ 56812ae5-b629-49a5-80c0-17520db6bfee , 0b7b0ccb-a0ef-46b3-a283-d05296333d0e } 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-04-18T08:10:34.057Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7155015cD096..base_vfw..module-0", "vfModuleModelInvariantUUID": "173e7e41-0b6f-4d92-a435-7f903658492e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6b0d9244-f77c-495c-a23f-627bfa24e0ea", "vfModuleModelCustomizationUUID": "6a29db17-de98-4a67-9e6a-0f368f8650de", "isBase": true, "artifacts": [ "56812ae5-b629-49a5-80c0-17520db6bfee", "0b7b0ccb-a0ef-46b3-a283-d05296333d0e" ], "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-04-18T08:10:34.058Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7155015cD096..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6b0d9244-f77c-495c-a23f-627bfa24e0ea VfModuleModelInvariantUUID:173e7e41-0b6f-4d92-a435-7f903658492e VfModuleModelDescription:NULL Artifacts UUID List:{ 56812ae5-b629-49a5-80c0-17520db6bfee , 0b7b0ccb-a0ef-46b3-a283-d05296333d0e } 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-04-18T08:10:34.058Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||Trying to download the artifact UUID: 56812ae5-b629-49a5-80c0-17520db6bfee from URL: /sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.yaml 2022-04-18T08:10:34.058Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - download 2022-04-18T08:10:34.059Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.yaml 2022-04-18T08:10:34.687Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T08:10:34.688Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.yaml 56812ae5-b629-49a5-80c0-17520db6bfee 20368 2022-04-18T08:10:34.688Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-18T08:10:34.689Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.yaml 2022-04-18T08:10:34.689Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T08:10:34.689Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:10:34.696Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:10:34.696Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||try to send status { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269434688, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T08:10:34.796Z||pool-252-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:10:34.797Z||pool-252-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:10:34.798Z||pool-252-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:10:34.813Z||pool-252-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:10:34.814Z||pool-252-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:10:35.697Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||Trying to download the artifact UUID: 0b7b0ccb-a0ef-46b3-a283-d05296333d0e from URL: /sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.env 2022-04-18T08:10:35.697Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - download 2022-04-18T08:10:35.698Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.env 2022-04-18T08:10:36.242Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T08:10:36.242Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.env 0b7b0ccb-a0ef-46b3-a283-d05296333d0e 2098 2022-04-18T08:10:36.242Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-18T08:10:36.242Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.env 2022-04-18T08:10:36.243Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T08:10:36.243Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:10:36.250Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:10:36.251Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||try to send status { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269436242, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T08:10:36.349Z||pool-253-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-18T08:10:36.350Z||pool-253-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:10:36.350Z||pool-253-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:10:36.361Z||pool-253-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:10:36.362Z||pool-253-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:10:37.251Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Preparing to deploy Service: 7081d125-4d71-44ca-8814-c260f5d871de 2022-04-18T08:10:37.254Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7155015c-d096 0 af16ed12-57ed-447d-bcb4-75edbf224991 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-04-18T08:10:37.279Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52ba5c18, org.onap.sdc.toscaparser.api.parameters.Input@2a518edb, org.onap.sdc.toscaparser.api.parameters.Input@4d140711, org.onap.sdc.toscaparser.api.parameters.Input@43fc31ad, org.onap.sdc.toscaparser.api.parameters.Input@43a6ff56] 2022-04-18T08:10:37.281Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:37.282Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Service vFW 2022-04-18 08-06-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:10:37.282Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||VF Category is: Generic 2022-04-18T08:10:37.282Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||VFCustomizationUUID= 307f3ade-dfe4-46f3-ad8a-b4201377ad6d 2022-04-18T08:10:37.282Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 307f3ade-dfe4-46f3-ad8a-b4201377ad6d matches Tosca VF Customization UUID: 307f3ade-dfe4-46f3-ad8a-b4201377ad6d 2022-04-18T08:10:37.283Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||vfCustomizationUUID: 307f3ade-dfe4-46f3-ad8a-b4201377ad6d 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-04-18T08:10:37.286Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:37.286Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Service vFW 2022-04-18 08-06-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:10:37.288Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||resource request for resource customization id 307f3ade-dfe4-46f3-ad8a-b4201377ad6d: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-04-18T08:10:37.288Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ab5107d 2022-04-18T08:10:37.288Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:37.289Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Service vFW 2022-04-18 08-06-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T08:10:37.289Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6a29db17-de98-4a67-9e6a-0f368f8650de 2022-04-18T08:10:37.290Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6a29db17-de98-4a67-9e6a-0f368f8650de 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-04-18T08:10:37.293Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:37.294Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vFW 7155015c-d096 0 is matching search criteria 2022-04-18T08:10:37.294Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Found topology templates [vFW 7155015c-d096 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T08:10:37.294Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:37.295Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vFW 7155015c-d096 0 is matching search criteria 2022-04-18T08:10:37.295Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Found topology templates [vFW 7155015c-d096 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T08:10:37.295Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:37.296Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vFW 7155015c-d096 0 is not matching search criteria 2022-04-18T08:10:37.296Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T08:10:37.296Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-18T08:10:37.297Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T08:10:37.297Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T08:10:37.297Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T08:10:37.298Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T08:10:37.298Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T08:10:37.298Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T08:10:37.298Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T08:10:37.299Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T08:10:37.299Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T08:10:37.299Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fbd2de9a-3135-4f27-a468-acc8d4d52f71 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-04-18T08:10:37.303Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:37.303Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vFW 7155015c-d096 0 is matching search criteria 2022-04-18T08:10:37.304Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Found topology templates [vFW 7155015c-d096 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T08:10:37.304Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:37.304Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vFW 7155015c-d096 0 is not matching search criteria 2022-04-18T08:10:37.304Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T08:10:37.305Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T08:10:37.305Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T08:10:37.305Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T08:10:37.306Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T08:10:37.306Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T08:10:37.306Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T08:10:37.306Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-18T08:10:37.307Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T08:10:37.307Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T08:10:37.307Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T08:10:37.308Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T08:10:37.308Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2ea906d5-f9a8-4aaa-8daf-592e221f26f3 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-04-18T08:10:37.312Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:37.313Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vFW 7155015c-d096 0 is matching search criteria 2022-04-18T08:10:37.313Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Found topology templates [vFW 7155015c-d096 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T08:10:37.313Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:37.314Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vFW 7155015c-d096 0 is not matching search criteria 2022-04-18T08:10:37.314Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T08:10:37.314Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T08:10:37.315Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T08:10:37.315Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T08:10:37.316Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T08:10:37.316Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T08:10:37.316Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T08:10:37.317Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T08:10:37.317Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T08:10:37.317Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T08:10:37.317Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T08:10:37.318Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-18T08:10:37.318Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=01d0de45-f828-498e-9cac-14dbd0f33674 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-04-18T08:10:37.322Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:37.322Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vFW 7155015c-d096 0 is matching search criteria 2022-04-18T08:10:37.323Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Found topology templates [vFW 7155015c-d096 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T08:10:37.323Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:37.324Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Node template vFW 7155015c-d096 0 is matching search criteria 2022-04-18T08:10:37.324Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Found topology templates [vFW 7155015c-d096 0] matching following query criteria: sdcType=VF, customizationUUID=307f3ade-dfe4-46f3-ad8a-b4201377ad6d 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-04-18T08:10:37.328Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:37.329Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Service vFW 2022-04-18 08-06-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:10:37.329Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500|| resourceSeq for service uuid 7081d125-4d71-44ca-8814-c260f5d871de: vFW 7155015c-d096 2022-04-18T08:10:37.330Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:37.330Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Service vFW 2022-04-18 08-06-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:10:37.331Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:37.331Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Service vFW 2022-04-18 08-06-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:10:37.331Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:37.332Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Service vFW 2022-04-18 08-06-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:10:37.332Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:37.332Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Service vFW 2022-04-18 08-06-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:10:37.333Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:10:37.333Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Service vFW 2022-04-18 08-06-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:10:37.333Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||Saving Service: vFW 2022-04-18 08-06-56 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-04-18T08:10:37.543Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7155015c-d096 af16ed12-57ed-447d-bcb4-75edbf224991 1 ASDC deployResourceStructure 2022-04-18T08:10:37.544Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vfw7155015cd0960_modules.json ASDC sendASDCNotification 2022-04-18T08:10:37.544Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vfw7155015cd0960_modules.json 2022-04-18T08:10:37.544Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T08:10:37.545Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:10:37.547Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:10:37.548Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||try to send status { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269437544, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vfw7155015cd0960_modules.json", "status": "DEPLOY_OK" } 2022-04-18T08:10:37.647Z||pool-254-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:10:37.649Z||pool-254-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:10:37.649Z||pool-254-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:10:37.663Z||pool-254-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:10:37.663Z||pool-254-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:10:38.549Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-18T08:10:38.549Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.yaml 2022-04-18T08:10:38.549Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T08:10:38.550Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:10:38.552Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:10:38.552Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||try to send status { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269438549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-18T08:10:38.652Z||pool-255-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:10:38.653Z||pool-255-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:10:38.653Z||pool-255-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:10:38.666Z||pool-255-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:10:38.667Z||pool-255-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-18T08:10:39.554Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-18T08:10:39.555Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.env 2022-04-18T08:10:39.556Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T08:10:39.556Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:10:39.559Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:10:39.560Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||try to send status { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269439554, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-18T08:10:39.659Z||pool-256-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-18T08:10:39.660Z||pool-256-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:10:39.660Z||pool-256-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:10:39.673Z||pool-256-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:10:39.674Z||pool-256-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:10:40.562Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar ASDC sendASDCNotification 2022-04-18T08:10:40.562Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar 2022-04-18T08:10:40.563Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T08:10:40.563Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:10:40.566Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:10:40.567Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||try to send status { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269440561, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T08:10:40.666Z||pool-257-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:10:40.668Z||pool-257-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:10:40.668Z||pool-257-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:10:40.678Z||pool-257-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:10:40.679Z||pool-257-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:10:41.572Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T08:10:41.583Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 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-04-18T08:10:41.585Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T08:10:41.586Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T08:10:41.586Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T08:11:11.586Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T08:11:11.598Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 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-04-18T08:11:11.602Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T08:11:11.602Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T08:11:11.602Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T08:11:19.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:11:19.025Z||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-04-18T08:11:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T08:11:19.045Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:11:19.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:11:19.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650269413088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T08:11:19.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:11:41.602Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T08:11:41.613Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 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-04-18T08:11:41.615Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T08:11:41.616Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T08:11:41.616Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T08:12:11.616Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T08:12:11.629Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 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-04-18T08:12:11.631Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T08:12:11.631Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T08:12:11.632Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T08:12:19.025Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:12:19.026Z||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-04-18T08:12:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T08:12:19.045Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:12:19.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:12:19.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "clamp", "timestamp": 1650269415794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T08:12:19.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:12:41.632Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T08:12:41.645Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 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-04-18T08:12:41.648Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T08:12:41.649Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T08:12:41.650Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T08:13:11.651Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T08:13:11.667Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 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-04-18T08:13:11.670Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T08:13:11.670Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T08:13:11.670Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T08:13:19.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:13:19.024Z||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-04-18T08:13:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T08:13:19.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:13:19.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "policy-id", "timestamp": 1650269420442, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T08:13:19.561Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:13:19.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269419010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:13:19.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:13:19.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "cds", "timestamp": 1650269419604, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-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-04-18T08:13:19.573Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 2022-04-18T08:13:19.574Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 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-04-18T08:13:19.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "multicloud-k8s-id", "timestamp": 1650269418667, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T08:13:19.588Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:13:19.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650269413088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:13:19.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:13:19.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "aai-ml", "timestamp": 1650269418719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:13:19.589Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:13:19.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "clamp", "timestamp": 1650269415794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:13:19.589Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:13:19.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "policy-id", "timestamp": 1650269421446, "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-04-18T08:13:19.599Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 2022-04-18T08:13:19.600Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 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-04-18T08:13:19.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269419010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vfw7155015cd0960_modules.json", "status": "NOTIFIED" } 2022-04-18T08:13:19.616Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:13:19.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650269413088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:13:19.616Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:13:19.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "aai-ml", "timestamp": 1650269418719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vfw7155015cd0960_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T08:13:19.617Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:13:19.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "multicloud-k8s-id", "timestamp": 1650269420148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T08:13:19.617Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:13:19.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "clamp", "timestamp": 1650269415794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:13:19.617Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:13:19.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269419010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T08:13:19.618Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:13:19.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "aai-ml", "timestamp": 1650269418719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:13:19.618Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:13:19.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "multicloud-k8s-id", "timestamp": 1650269421186, "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-04-18T08:13:19.625Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 2022-04-18T08:13:19.626Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-18T08:13:19.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650269421220, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:13:19.641Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:13:19.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269419010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:13:19.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:13:19.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "aai-ml", "timestamp": 1650269418719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:13:19.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:13:19.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "multicloud-k8s-id", "timestamp": 1650269422189, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vfw7155015cd0960_modules.json", "status": "DEPLOY_OK" } 2022-04-18T08:13:19.643Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:13:19.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269419010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T08:13:19.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:13:19.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "aai-ml", "timestamp": 1650269418719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T08:13:19.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:13:19.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269419010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:13:19.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:13:19.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "aai-ml", "timestamp": 1650269418719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:13:19.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:13:19.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650269424540, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T08:13:19.646Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:13:19.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269419010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:13:19.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:13:19.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "aai-ml", "timestamp": 1650269418719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:13:19.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T08:13:19.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650269425544, "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-04-18T08:13:19.652Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 2022-04-18T08:13:19.652Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 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-04-18T08:13:19.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269427209, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:13:19.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:13:19.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "clamp", "timestamp": 1650269428668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:13:19.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:13:19.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "aai-ml", "timestamp": 1650269426877, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:13:19.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:13:19.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "clamp", "timestamp": 1650269431670, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T08:13:19.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:13:19.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "clamp", "timestamp": 1650269432676, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T08:13:19.672Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 2022-04-18T08:13:19.673Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T08:13:19.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269433043, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vfw7155015cd0960_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T08:13:19.682Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:13:19.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269434688, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T08:13:19.682Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:13:19.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269436242, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T08:13:19.683Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:13:19.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269437544, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/vfw7155015cd0960_modules.json", "status": "DEPLOY_OK" } 2022-04-18T08:13:19.683Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:13:19.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269438549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-18T08:13:19.683Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:13:19.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "aai-ml", "timestamp": 1650269437793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-18T08:13:19.684Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:13:19.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269439554, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/resourceInstances/vfw7155015cd0960/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-18T08:13:19.684Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:13:19.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "aai-ml", "timestamp": 1650269438797, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-04-18T08:13:19.690Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 2022-04-18T08:13:19.690Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 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-04-18T08:13:19.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T08:13:19.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269440561, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418080656/1.0/artifacts/service-Vfw20220418080656-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T08:13:19.705Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:13:41.670Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T08:13:41.682Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 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-04-18T08:13:41.686Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T08:13:41.686Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T08:13:41.686Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T08:13:41.687Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T08:13:41.687Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-18T08:13:41.687Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T08:13:41.699Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T08:14:11.700Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 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-04-18T08:14:11.717Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 and serviceModelVersionId: 7081d125-4d71-44ca-8814-c260f5d871de 2022-04-18T08:14:11.718Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f5da7cff-bd4c-456c-9375-a5ce5229f0c7 2022-04-18T08:14:11.720Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0 2022-04-18T08:14:11.732Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-18T08:14:11.788Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba0be488-9927-4cf7-bbff-f3d2d75df110/model-vers/model-ver/f2466561-9b2f-47c9-bd57-735eab34e450?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?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-04-18T08:14:11.791Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Invoke 2022-04-18T08:14:13.344Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?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-04-18T08:14:13.352Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Invoke 2022-04-18T08:14:14.879Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?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-04-18T08:14:14.895Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Invoke 2022-04-18T08:14:15.914Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T08:14:15.917Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-18T08:14:15.917Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T08:14:15.917Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-04-18T08:14:15.923Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|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-04-18T08:14:15.923Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4a1ed978-0c0b-46d2-8b13-6790db57a6c7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T08:14:15.924Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-18T08:14:15.924Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:14:15.926Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:14:15.927Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||try to send status { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269655924, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T08:14:16.026Z||pool-258-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:14:16.028Z||pool-258-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:14:16.028Z||pool-258-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:14:16.046Z||pool-258-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:14:16.047Z||pool-258-thread-1|||||INFO|500||cambria reply ok (20 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-04-18T08:14:16.946Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:14:16.947Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:14:16.947Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:14:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:14:19.025Z||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-04-18T08:14:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T08:14:19.666Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:14:19.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "ves-openapi-manager", "timestamp": 1650269624266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650269623088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "clamp", "timestamp": 1650269625794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "cds", "timestamp": 1650269627204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "multicloud-k8s-id", "timestamp": 1650269623381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "policy-id", "timestamp": 1650269629243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "aai-ml", "timestamp": 1650269628719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "ves-openapi-manager", "timestamp": 1650269624266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "clamp", "timestamp": 1650269625794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650269623088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "cds", "timestamp": 1650269627204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "multicloud-k8s-id", "timestamp": 1650269623381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "policy-id", "timestamp": 1650269629243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "aai-ml", "timestamp": 1650269628719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "ves-openapi-manager", "timestamp": 1650269624266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "clamp", "timestamp": 1650269625794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "cds", "timestamp": 1650269627204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650269623088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "multicloud-k8s-id", "timestamp": 1650269623381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "policy-id", "timestamp": 1650269629243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "aai-ml", "timestamp": 1650269628719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "ves-openapi-manager", "timestamp": 1650269624266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650269623088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "multicloud-k8s-id", "timestamp": 1650269623381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "cds", "timestamp": 1650269627204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "clamp", "timestamp": 1650269625794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "policy-id", "timestamp": 1650269629243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "aai-ml", "timestamp": 1650269628719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "ves-openapi-manager", "timestamp": 1650269624266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "clamp", "timestamp": 1650269625794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "cds", "timestamp": 1650269627204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650269623088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "multicloud-k8s-id", "timestamp": 1650269623381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "policy-id", "timestamp": 1650269629243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "aai-ml", "timestamp": 1650269628719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "ves-openapi-manager", "timestamp": 1650269624266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-18T08:14:19.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "clamp", "timestamp": 1650269625794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650269623088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "cds", "timestamp": 1650269627204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "multicloud-k8s-id", "timestamp": 1650269623381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "policy-id", "timestamp": 1650269629243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "aai-ml", "timestamp": 1650269628719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.704Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "ves-openapi-manager", "timestamp": 1650269624266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.704Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "clamp", "timestamp": 1650269625794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "cds", "timestamp": 1650269627204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "multicloud-k8s-id", "timestamp": 1650269623381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650269623088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "policy-id", "timestamp": 1650269629243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "aai-ml", "timestamp": 1650269628719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "ves-openapi-manager", "timestamp": 1650269624266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:19.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "clamp", "timestamp": 1650269625794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:14:19.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "cds", "timestamp": 1650269627204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:14:19.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650269623088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:14:19.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "multicloud-k8s-id", "timestamp": 1650269623381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:14:19.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "policy-id", "timestamp": 1650269629243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:14:19.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "aai-ml", "timestamp": 1650269628719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:14:19.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T08:14:19.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650269637134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:14:19.715Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:14:19.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "cds", "timestamp": 1650269638171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:14:19.715Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:14:19.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "ves-openapi-manager", "timestamp": 1650269637220, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T08:14:19.716Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:14:19.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "policy-id", "timestamp": 1650269639525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:14:19.717Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:14:19.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "aai-ml", "timestamp": 1650269637768, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:14:19.717Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:14:19.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "cds", "timestamp": 1650269639178, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-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-04-18T08:14:19.747Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4c581861-e83c-46d2-96db-834ddb86110d 2022-04-18T08:14:19.747Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c581861-e83c-46d2-96db-834ddb86110d 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-04-18T08:14:19.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "ves-openapi-manager", "timestamp": 1650269638236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-18T08:14:19.766Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:14:19.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "policy-id", "timestamp": 1650269640531, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T08:14:19.767Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:14:19.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650269639000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T08:14:19.768Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:14:19.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "ves-openapi-manager", "timestamp": 1650269639239, "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-04-18T08:14:19.777Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 4c581861-e83c-46d2-96db-834ddb86110d 2022-04-18T08:14:19.778Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c581861-e83c-46d2-96db-834ddb86110d 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-04-18T08:14:19.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "policy-id", "timestamp": 1650269641534, "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-04-18T08:14:19.801Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c581861-e83c-46d2-96db-834ddb86110d 2022-04-18T08:14:19.801Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c581861-e83c-46d2-96db-834ddb86110d 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-04-18T08:14:19.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650269640003, "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-04-18T08:14:19.827Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4c581861-e83c-46d2-96db-834ddb86110d 2022-04-18T08:14:19.828Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c581861-e83c-46d2-96db-834ddb86110d 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-04-18T08:14:19.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "aai-ml", "timestamp": 1650269643269, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-18T08:14:19.838Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:14:19.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "clamp", "timestamp": 1650269645707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:14:19.838Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:14:19.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.839Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "aai-ml", "timestamp": 1650269644278, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-04-18T08:14:19.847Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 4c581861-e83c-46d2-96db-834ddb86110d 2022-04-18T08:14:19.847Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c581861-e83c-46d2-96db-834ddb86110d 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-04-18T08:14:19.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "clamp", "timestamp": 1650269646719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T08:14:19.857Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:14:19.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "clamp", "timestamp": 1650269647722, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T08:14:19.865Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4c581861-e83c-46d2-96db-834ddb86110d 2022-04-18T08:14:19.866Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c581861-e83c-46d2-96db-834ddb86110d and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T08:14:19.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T08:14:19.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a1ed978-0c0b-46d2-8b13-6790db57a6c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269655924, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T08:14:19.878Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:14:21.263Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:14:21.264Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||received message from topic 2022-04-18T08:14:21.264Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"4c581861-e83c-46d2-96db-834ddb86110d","serviceName":"Demo_pNF_xronkzKHmAdSow8OiG5S","serviceVersion":"1.0","serviceUUID":"355ff9d8-1133-41fa-8c1c-ca5b00e538bf","serviceDescription":"catalog service description","serviceInvariantUUID":"9db54dee-a802-4bb6-a42a-d7d7e311da81","resources":[{"resourceInstanceName":"pNF aab6f641-68dc 0","resourceName":"pNF aab6f641-68dc","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"45c19bf0-bdcc-4609-97bc-6ee16ec8f407","resourceInvariantUUID":"08cac824-5c38-4330-8fec-747211748843","resourceCustomizationUUID":"54ebf5d1-4e2b-466b-96d0-30d8dd3825de","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/vf-license-model.xml","artifactChecksum":"Njg3YmQxOGFjMmU4MDRjYjczOWM3MmI1OTUzNTUxYjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1590b553-8d03-4f15-a223-bc404800a106","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/pNF.csar","artifactChecksum":"MjI1OTBkMzMxNGRjOGVjNTgxNjExOWYwY2IwMjk4NWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f15b9634-00e9-4ccb-8d00-fddd0155e25e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1c7968fd-a2e9-4c74-98e4-7fb92f5dd332","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/vendor-license-model.xml","artifactChecksum":"MDdlMTkwODY0NzY4MGE0M2MzZDA4YjdkMmU5M2M1ZDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1bc3c8bf-a268-4ede-8e45-f2d5d40797ed","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1f7c84f1-eb10-4623-8dad-70997cda3ae4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d5eeea2f-6fbb-443c-972a-46f582a0f5f9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXronkzkhmadsow8oig5s-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-template.yml","artifactChecksum":"MzgxOTk4Zjk2YjdiMTRhNGFlZDRjNTAwMDAyODVkNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1db56d27-c0a9-4b00-ae26-cebcd4b1a7c4","artifactVersion":"1"},{"artifactName":"service-DemoPnfXronkzkhmadsow8oig5s-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar","artifactChecksum":"Yjk5ZTdmNTE1ZTBlMWFiYjRmOTJkM2EzZWM0ODY2ODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bd612a7a-597e-41a3-abfc-d1631a8b3399","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T08:14:21.266Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:14:21.267Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:14:21.269Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:14:21.270Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||try to send status { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269656946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:21.370Z||pool-259-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:14:21.371Z||pool-259-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:14:21.371Z||pool-259-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:14:21.382Z||pool-259-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:14:21.383Z||pool-259-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:14:22.271Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:14:22.272Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:14:22.274Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:14:22.275Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||try to send status { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269656946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:22.374Z||pool-260-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:14:22.375Z||pool-260-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:14:22.376Z||pool-260-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:14:22.391Z||pool-260-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:14:22.392Z||pool-260-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:14:23.276Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:14:23.277Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:14:23.279Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:14:23.285Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||try to send status { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269656946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:23.379Z||pool-261-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-04-18T08:14:23.380Z||pool-261-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:14:23.381Z||pool-261-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:14:23.409Z||pool-261-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:14:23.410Z||pool-261-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:14:24.286Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:14:24.286Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:14:24.290Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:14:24.290Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||try to send status { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269656946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:24.390Z||pool-262-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:14:24.391Z||pool-262-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:14:24.392Z||pool-262-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:14:24.403Z||pool-262-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:14:24.404Z||pool-262-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:14:25.292Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:14:25.293Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:14:25.298Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:14:25.298Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||try to send status { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269656946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:25.401Z||pool-263-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-04-18T08:14:25.404Z||pool-263-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:14:25.405Z||pool-263-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:14:25.420Z||pool-263-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:14:25.422Z||pool-263-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-04-18T08:14:26.299Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:14:26.300Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:14:26.307Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:14:26.307Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||try to send status { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269656946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:26.407Z||pool-264-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T08:14:26.408Z||pool-264-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:14:26.409Z||pool-264-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:14:26.453Z||pool-264-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:14:26.454Z||pool-264-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:14:27.308Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:14:27.309Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:14:27.312Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:14:27.312Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||try to send status { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269656946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:14:27.411Z||pool-265-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:14:27.412Z||pool-265-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:14:27.413Z||pool-265-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:14:27.424Z||pool-265-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:14:27.425Z||pool-265-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:14:28.313Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:14:28.322Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:14:28.324Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:14:28.324Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||try to send status { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269656946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:14:28.424Z||pool-266-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:14:28.425Z||pool-266-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:14:28.425Z||pool-266-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:14:28.440Z||pool-266-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:14:28.441Z||pool-266-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-04-18T08:14:29.326Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||sending notification to client: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "serviceName": "Demo_pNF_xronkzKHmAdSow8OiG5S", "serviceVersion": "1.0", "serviceUUID": "355ff9d8-1133-41fa-8c1c-ca5b00e538bf", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9db54dee-a802-4bb6-a42a-d7d7e311da81", "resources": [ { "resourceInstanceName": "pNF aab6f641-68dc 0", "resourceCustomizationUUID": "54ebf5d1-4e2b-466b-96d0-30d8dd3825de", "resourceName": "pNF aab6f641-68dc", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "45c19bf0-bdcc-4609-97bc-6ee16ec8f407", "resourceInvariantUUID": "08cac824-5c38-4330-8fec-747211748843", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfXronkzkhmadsow8oig5s-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar", "artifactChecksum": "Yjk5ZTdmNTE1ZTBlMWFiYjRmOTJkM2EzZWM0ODY2ODE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bd612a7a-597e-41a3-abfc-d1631a8b3399" } ], "workloadContext": "Production" } 2022-04-18T08:14:29.327Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T08:14:29.327Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 355ff9d8-1133-41fa-8c1c-ca5b00e538bf ASDC 2022-04-18T08:14:29.328Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||ASDC Notification: DistributionID:4c581861-e83c-46d2-96db-834ddb86110d ServiceName:Demo_pNF_xronkzKHmAdSow8OiG5S ServiceVersion:1.0 ServiceUUID:355ff9d8-1133-41fa-8c1c-ca5b00e538bf ServiceInvariantUUID:9db54dee-a802-4bb6-a42a-d7d7e311da81 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfXronkzkhmadsow8oig5s-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar ArtifactUUID:bd612a7a-597e-41a3-abfc-d1631a8b3399 ArtifactChecksum:Yjk5ZTdmNTE1ZTBlMWFiYjRmOTJkM2EzZWM0ODY2ODE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF aab6f641-68dc 0 ResourceCustomizationUUID:54ebf5d1-4e2b-466b-96d0-30d8dd3825de ResourceInvariantUUID:08cac824-5c38-4330-8fec-747211748843 ResourceName:pNF aab6f641-68dc ResourceType:PNF ResourceUUID:45c19bf0-bdcc-4609-97bc-6ee16ec8f407 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-18T08:14:29.328Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 355ff9d8-1133-41fa-8c1c-ca5b00e538bf 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-04-18T08:14:29.378Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T08:14:29.379Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||MSO config path is: /app 2022-04-18T08:14:29.379Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||MSO config path is: /app 2022-04-18T08:14:29.379Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Trying to download the artifact UUID: bd612a7a-597e-41a3-abfc-d1631a8b3399 from URL: /sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar 2022-04-18T08:14:29.380Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||DistributionClient - download 2022-04-18T08:14:29.380Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar 2022-04-18T08:14:29.802Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T08:14:29.808Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar bd612a7a-597e-41a3-abfc-d1631a8b3399 82646 2022-04-18T08:14:29.809Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar ASDC sendASDCNotification 2022-04-18T08:14:29.809Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar 2022-04-18T08:14:29.809Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T08:14:29.810Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:14:29.815Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:14:29.815Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||try to send status { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269669809, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:14:29.913Z||pool-267-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-18T08:14:29.914Z||pool-267-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:14:29.914Z||pool-267-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:14:29.926Z||pool-267-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:14:29.926Z||pool-267-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:14:30.816Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T08:14:30.817Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||MSO config path is: /app 2022-04-18T08:14:30.818Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Trying to write artifact UUID: bd612a7a-597e-41a3-abfc-d1631a8b3399, URL: /sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar to file: /app/ASDC/1/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar 2022-04-18T08:14:30.819Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXronkzkhmadsow8oig5s-csar.csar 2022-04-18T08:14:30.819Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar 2022-04-18T08:14:30.820Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar 2022-04-18T08:14:31.022Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP104511020820632841/Definitions/service-DemoPnfXronkzkhmadsow8oig5s-template.yml 2022-04-18T08:14:32.376Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-18T08:14:32.377Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|WARN|500||#################################################################################################### 2022-04-18T08:14:32.377Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar 2022-04-18T08:14:32.377Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-18T08:14:32.378Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|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-DemoPnfXronkzkhmadsow8oig5s-csar.csar 2022-04-18T08:14:32.378Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar 2022-04-18T08:14:32.378Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|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-DemoPnfXronkzkhmadsow8oig5s-csar.csar 2022-04-18T08:14:32.378Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|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-DemoPnfXronkzkhmadsow8oig5s-csar.csar 2022-04-18T08:14:32.379Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|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-DemoPnfXronkzkhmadsow8oig5s-csar.csar 2022-04-18T08:14:32.379Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF aab6f641-68dc 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-DemoPnfXronkzkhmadsow8oig5s-csar.csar 2022-04-18T08:14:32.379Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|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-DemoPnfXronkzkhmadsow8oig5s-csar.csar 2022-04-18T08:14:32.379Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|WARN|500||#################################################################################################### 2022-04-18T08:14:32.380Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:14:32.380Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Service Demo_pNF_xronkzKHmAdSow8OiG5S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:14:32.381Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Node template pNF aab6f641-68dc 0 is matching search criteria 2022-04-18T08:14:32.382Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T08:14:32.382Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Found topology templates [pNF aab6f641-68dc 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T08:14:32.382Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:14:32.383Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Service Demo_pNF_xronkzKHmAdSow8OiG5S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:14:32.383Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Node template pNF aab6f641-68dc 0 is matching search criteria 2022-04-18T08:14:32.383Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T08:14:32.383Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Found topology templates [pNF aab6f641-68dc 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T08:14:32.384Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:14:32.384Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Service Demo_pNF_xronkzKHmAdSow8OiG5S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:14:32.384Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:14:32.384Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Service Demo_pNF_xronkzKHmAdSow8OiG5S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:14:32.385Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:14:32.385Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Service Demo_pNF_xronkzKHmAdSow8OiG5S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:14:32.385Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:14:32.386Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Service Demo_pNF_xronkzKHmAdSow8OiG5S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:14:32.386Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:14:32.386Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Service Demo_pNF_xronkzKHmAdSow8OiG5S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:14:32.387Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_xronkzKHmAdSow8OiG5S Description:catalog service description Model UUID:355ff9d8-1133-41fa-8c1c-ca5b00e538bf Model Version:NULL Model InvariantUuid:9db54dee-a802-4bb6-a42a-d7d7e311da81 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-04-18T08:14:32.399Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 45c19bf0-bdcc-4609-97bc-6ee16ec8f407 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-04-18T08:14:32.405Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||pNF aab6f641-68dc 0 2022-04-18T08:14:32.406Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 45c19bf0-bdcc-4609-97bc-6ee16ec8f407 2022-04-18T08:14:32.406Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||No resources found for Service: 355ff9d8-1133-41fa-8c1c-ca5b00e538bf 2022-04-18T08:14:32.406Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Preparing to deploy Service: 355ff9d8-1133-41fa-8c1c-ca5b00e538bf 2022-04-18T08:14:32.406Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF aab6f641-68dc 0 45c19bf0-bdcc-4609-97bc-6ee16ec8f407 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-04-18T08:14:32.413Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@567c2b45, org.onap.sdc.toscaparser.api.parameters.Input@2dae64b4, org.onap.sdc.toscaparser.api.parameters.Input@4f4ea498, org.onap.sdc.toscaparser.api.parameters.Input@7145ca1b, org.onap.sdc.toscaparser.api.parameters.Input@4654e175] 2022-04-18T08:14:32.414Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:14:32.414Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Service Demo_pNF_xronkzKHmAdSow8OiG5S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:14:32.414Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500|| resourceSeq for service uuid 355ff9d8-1133-41fa-8c1c-ca5b00e538bf: pNF aab6f641-68dc 2022-04-18T08:14:32.415Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Processing PNF resource: 45c19bf0-bdcc-4609-97bc-6ee16ec8f407 2022-04-18T08:14:32.415Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:14:32.415Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Service Demo_pNF_xronkzKHmAdSow8OiG5S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:14:32.415Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||Resource customization UUID: 54ebf5d1-4e2b-466b-96d0-30d8dd3825de is the same as notified resource customizationUUID: 54ebf5d1-4e2b-466b-96d0-30d8dd3825de 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-04-18T08:14:32.455Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF aab6f641-68dc 45c19bf0-bdcc-4609-97bc-6ee16ec8f407 0 ASDC deployResourceStructure 2022-04-18T08:14:32.456Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar ASDC sendASDCNotification 2022-04-18T08:14:32.456Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar 2022-04-18T08:14:32.456Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T08:14:32.457Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:14:32.461Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:14:32.461Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||try to send status { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269672456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T08:14:32.560Z||pool-268-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:14:32.561Z||pool-268-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:14:32.561Z||pool-268-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:14:32.576Z||pool-268-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:14:32.576Z||pool-268-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:14:33.462Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c581861-e83c-46d2-96db-834ddb86110d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T08:14:33.473Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c581861-e83c-46d2-96db-834ddb86110d 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-04-18T08:14:33.477Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T08:14:33.478Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T08:14:33.478Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T08:14:33.478Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T08:14:33.479Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T08:14:33.479Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-18T08:14:33.479Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T08:14:33.497Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T08:15:03.499Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 4c581861-e83c-46d2-96db-834ddb86110d 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-04-18T08:15:03.518Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4c581861-e83c-46d2-96db-834ddb86110d and serviceModelVersionId: 355ff9d8-1133-41fa-8c1c-ca5b00e538bf 2022-04-18T08:15:03.518Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9db54dee-a802-4bb6-a42a-d7d7e311da81 2022-04-18T08:15:03.520Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0 2022-04-18T08:15:03.533Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e329cb5a-5415-46f3-a466-d3dfde8b4cfa/model-vers/model-ver/37e8016a-51d3-472d-8213-a05e97e6c0c0?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-18T08:15:03.599Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500||Invoke 2022-04-18T08:15:03.601Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4c581861-e83c-46d2-96db-834ddb86110d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b356154a-980e-4a5a-aedb-1403bf5d8cc2], X-ECOMP-RequestID=[4c581861-e83c-46d2-96db-834ddb86110d], X-TransactionId=[], X-ONAP-RequestID=[4c581861-e83c-46d2-96db-834ddb86110d], Content-Type=[application/merge-patch+json]} 2022-04-18T08:15:05.168Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500||Invoke 2022-04-18T08:15:05.169Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4c581861-e83c-46d2-96db-834ddb86110d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b89abb8f-e4f3-4e92-ad8e-979ce26aa4e0], X-ECOMP-RequestID=[4c581861-e83c-46d2-96db-834ddb86110d], X-TransactionId=[], X-ONAP-RequestID=[4c581861-e83c-46d2-96db-834ddb86110d], Content-Type=[application/merge-patch+json]} 2022-04-18T08:15:06.700Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500||Invoke 2022-04-18T08:15:06.718Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4c581861-e83c-46d2-96db-834ddb86110d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e460fb3a-10df-4b5d-9cb0-e4cbccc5176a], X-ECOMP-RequestID=[4c581861-e83c-46d2-96db-834ddb86110d], X-TransactionId=[], X-ONAP-RequestID=[4c581861-e83c-46d2-96db-834ddb86110d], Content-Type=[application/merge-patch+json]} 2022-04-18T08:15:07.757Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T08:15:07.758Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-18T08:15:07.759Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T08:15:07.759Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-04-18T08:15:07.768Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|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-04-18T08:15:07.769Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4c581861-e83c-46d2-96db-834ddb86110d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T08:15:07.769Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-18T08:15:07.770Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:15:07.773Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:15:07.774Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|DEBUG|500||try to send status { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269707769, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T08:15:07.873Z||pool-269-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:15:07.874Z||pool-269-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:15:07.875Z||pool-269-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:15:07.906Z||pool-269-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:15:07.907Z||pool-269-thread-1|||||INFO|500||cambria reply ok (33 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-04-18T08:15:08.793Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:15:08.793Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:15:08.794Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:15:18.338Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:15:18.339Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:15:18.340Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:15:18.340Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:15:19.024Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:15:19.025Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:15:19.025Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:15:19.656Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:15:19.657Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||received message from topic 2022-04-18T08:15:19.657Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269656946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:15:19.666Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:15:19.666Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||received message from topic 2022-04-18T08:15:19.666Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269656946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:15:19.666Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:15:19.667Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||received message from topic 2022-04-18T08:15:19.667Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269656946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T08:15:19.667Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:15:19.667Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||received message from topic 2022-04-18T08:15:19.667Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269656946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:15:19.667Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:15:19.668Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||received message from topic 2022-04-18T08:15:19.668Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269656946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:15:19.668Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:15:19.668Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||received message from topic 2022-04-18T08:15:19.668Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269656946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/resourceInstances/pnfaab6f64168dc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:15:19.669Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:15:19.669Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||received message from topic 2022-04-18T08:15:19.669Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269656946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:15:19.669Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:15:19.669Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||received message from topic 2022-04-18T08:15:19.670Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269656946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:15:19.670Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:15:19.670Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||received message from topic 2022-04-18T08:15:19.670Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269669809, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:15:19.670Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:15:19.670Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||received message from topic 2022-04-18T08:15:19.671Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269672456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXronkzkhmadsow8oig5s/1.0/artifacts/service-DemoPnfXronkzkhmadsow8oig5s-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T08:15:19.671Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:15:19.671Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||received message from topic 2022-04-18T08:15:19.671Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "4c581861-e83c-46d2-96db-834ddb86110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650269707769, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T08:15:19.671Z|1528f8bb-67c5-4b80-8666-bd0eb398d2d8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb0c36d-1542-4f0e-a120-644017be269c/model-vers/model-ver/10353167-3dbf-4029-a6eb-d16c8509b833?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:15:27.882Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:15:27.883Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:15:27.883Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:15:27.883Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:15:37.415Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:15:37.416Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:15:37.417Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:15:37.417Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:15:46.952Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:16:19.010Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:16:19.012Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:16:19.012Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:16:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:16:19.026Z||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-04-18T08:16:19.027Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T08:16:28.568Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:16:28.574Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:17:19.010Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:17:19.012Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:17:19.013Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:17:19.024Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:17:19.025Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:17:19.025Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:17:28.573Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:17:28.575Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:18:19.010Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:18:19.011Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:18:19.012Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:18:19.024Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:18:19.025Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:18:19.025Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:18:28.569Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:18:28.569Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:19:19.013Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:19:19.023Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:19:19.023Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:19:19.024Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:19:19.025Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:19:19.025Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:19:28.577Z|4c581861-e83c-46d2-96db-834ddb86110d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db54dee-a802-4bb6-a42a-d7d7e311da81/model-vers/model-ver/355ff9d8-1133-41fa-8c1c-ca5b00e538bf?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:19:28.581Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:20:19.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:20:19.014Z||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-04-18T08:20:19.014Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T08:20:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:20:19.025Z||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-04-18T08:20:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T08:20:28.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:20:28.574Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:21:19.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:21:19.011Z||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-04-18T08:21:19.011Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T08:21:19.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:21:19.025Z||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-04-18T08:21:19.026Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T08:21:28.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:21:28.570Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:22:19.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:22:19.011Z||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-04-18T08:22:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T08:22:19.024Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:22:19.025Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:22:19.026Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:22:28.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:22:28.573Z|69f4040f-e0eb-4c33-9a0e-a0babf0c5434|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77be78f-53f7-422d-9f0d-a8c1c3ec078c/model-vers/model-ver/2cd616ac-0b61-4fb6-9b2b-272a6aa71081?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:23:19.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:23:19.012Z||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-04-18T08:23:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T08:23:19.024Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:23:19.025Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:23:19.025Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:23:28.571Z|9a7f4ef1-15d6-4326-a1e3-6976c4590357|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c474bdca-29c2-4b90-bdad-bb2c9919d9d8/model-vers/model-ver/6f7fb031-e97f-4c10-8685-73a342a42d58?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:23:28.575Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:24:19.011Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:24:19.012Z||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-04-18T08:24:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T08:24:19.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:24:19.025Z||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-04-18T08:24:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T08:24:28.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:24:28.585Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:25:19.011Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:25:19.013Z||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-04-18T08:25:19.013Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T08:25:19.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:25:19.025Z||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-04-18T08:25:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T08:25:28.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:25:28.586Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:26:19.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:26:19.011Z||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-04-18T08:26:19.012Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T08:26:19.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:26:19.025Z||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-04-18T08:26:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T08:26:19.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:26:19.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a63db48d-db71-4aef-b930-1287fa86d5d4","serviceName":"vFW 2022-04-18 08-22-35","serviceVersion":"1.0","serviceUUID":"565ee16b-f066-4029-8f20-08d63ae41a9f","serviceDescription":"catalog service description","serviceInvariantUUID":"d423977d-689b-43ba-9a57-a34adeeaac0a","resources":[{"resourceInstanceName":"vFW f980c6e4-0a23 0","resourceName":"vFW f980c6e4-0a23","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"57e413ef-3dbb-45a0-a4a1-75c93879cb32","resourceInvariantUUID":"18244e2b-888e-4b46-921e-fcd9b794bad7","resourceCustomizationUUID":"5b7476dc-5436-41c2-a732-a4d687a15cc5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vf-license-model.xml","artifactChecksum":"NGIzMjRiNzVhODE3YzU0Yjk0MGU2OTk2OTcyNTk2ZmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2c7f5ea3-f4d3-4fc6-ac54-e52d4d657abe","artifactVersion":"1"},{"artifactName":"vfwf980c6e40a230_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vfwf980c6e40a230_modules.json","artifactChecksum":"Y2E0OTM4MTI0MDg5YTgwYjVkMWJkMjVmYzgyNDI3ZWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3ff7e137-68b8-44e0-bd41-84715b03896b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5ee7de86-ec69-4722-8b4f-8154f8120360","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vendor-license-model.xml","artifactChecksum":"Y2E2Yjg1ZTQzNTY2ZGUwMzNiNWI1MmIzN2YwNTNjN2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"04c34f49-31eb-4cc0-aa99-6cf815bc7847","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"aaf17383-632e-4318-8347-30894a015f02","artifactVersion":"2","generatedFromUUID":"5ee7de86-ec69-4722-8b4f-8154f8120360"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220418082235-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-template.yml","artifactChecksum":"NDEzODY1ZTcyNDhlNjBhMjZjMDhkMmJhMGQ5ZTBjODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"37683d39-3542-4e61-b789-c456cd4547e8","artifactVersion":"1"},{"artifactName":"service-Vfw20220418082235-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar","artifactChecksum":"OGIxMTRkYmE1NTVmNjVhMWJlNjI0NWY1OTI5NzFlMDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b5428f7b-4790-427d-87ad-79d12a409fd6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T08:26:19.641Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:26:19.641Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T08:26:19.643Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:26:19.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "cds", "timestamp": 1650270347204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.646Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:26:19.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.646Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270379010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "aai-ml", "timestamp": 1650270348719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.647Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650270343088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.647Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "ves-openapi-manager", "timestamp": 1650270344266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.647Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "multicloud-k8s-id", "timestamp": 1650270343381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.648Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "clamp", "timestamp": 1650270345794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.648Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "policy-id", "timestamp": 1650270349243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.648Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "cds", "timestamp": 1650270347204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vfwf980c6e40a230_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.648Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "ves-openapi-manager", "timestamp": 1650270344266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vfwf980c6e40a230_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.649Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "aai-ml", "timestamp": 1650270348719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vfwf980c6e40a230_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.649Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650270343088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vfwf980c6e40a230_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.650Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "multicloud-k8s-id", "timestamp": 1650270343381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vfwf980c6e40a230_modules.json", "status": "NOTIFIED" } 2022-04-18T08:26:19.650Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "clamp", "timestamp": 1650270345794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vfwf980c6e40a230_modules.json", "status": "NOTIFIED" } 2022-04-18T08:26:19.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "policy-id", "timestamp": 1650270349243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vfwf980c6e40a230_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "cds", "timestamp": 1650270347204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "ves-openapi-manager", "timestamp": 1650270344266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "aai-ml", "timestamp": 1650270348719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "multicloud-k8s-id", "timestamp": 1650270343381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T08:26:19.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650270343088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "clamp", "timestamp": 1650270345794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "policy-id", "timestamp": 1650270349243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T08:26:19.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "ves-openapi-manager", "timestamp": 1650270344266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "cds", "timestamp": 1650270347204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "aai-ml", "timestamp": 1650270348719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "multicloud-k8s-id", "timestamp": 1650270343381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.657Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "clamp", "timestamp": 1650270345794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.657Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650270343088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.658Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "policy-id", "timestamp": 1650270349243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.658Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "cds", "timestamp": 1650270347204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "ves-openapi-manager", "timestamp": 1650270344266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "multicloud-k8s-id", "timestamp": 1650270343381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T08:26:19.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "aai-ml", "timestamp": 1650270348719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "clamp", "timestamp": 1650270345794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650270343088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "policy-id", "timestamp": 1650270349243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "ves-openapi-manager", "timestamp": 1650270344266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "cds", "timestamp": 1650270347204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "clamp", "timestamp": 1650270345794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "multicloud-k8s-id", "timestamp": 1650270343381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "aai-ml", "timestamp": 1650270348719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650270343088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "policy-id", "timestamp": 1650270349243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "ves-openapi-manager", "timestamp": 1650270344266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:19.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "cds", "timestamp": 1650270347204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:26:19.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "clamp", "timestamp": 1650270345794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:26:19.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "multicloud-k8s-id", "timestamp": 1650270343381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:26:19.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650270343088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:26:19.675Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "aai-ml", "timestamp": 1650270348719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:26:19.675Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "policy-id", "timestamp": 1650270349243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:26:19.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:26:19.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "multicloud-k8s-id", "timestamp": 1650270358592, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vfwf980c6e40a230_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T08:26:19.678Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:26:19.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "policy-id", "timestamp": 1650270360852, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:26:19.678Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:26:19.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "aai-ml", "timestamp": 1650270359042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:26:19.678Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:26:19.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650270358792, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:26:19.679Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:26:19.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "cds", "timestamp": 1650270359856, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:26:19.679Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:26:19.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "policy-id", "timestamp": 1650270361857, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T08:26:19.680Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:26:19.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:26:19.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "cds", "timestamp": 1650270360866, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-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-04-18T08:26:19.694Z||pool-2-thread-1|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@196c7d4f marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=6240) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) at jdk.internal.reflect.GeneratedMethodAccessor183.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) at jdk.internal.reflect.GeneratedMethodAccessor179.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy216.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) 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) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 65 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 66 common frames omitted 2022-04-18T08:26:19.697Z||pool-2-thread-1|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-18T08:26:19.698Z||pool-2-thread-1|||||ERROR|500||(conn=6240) WSREP has not yet prepared node for application use 2022-04-18T08:26:19.700Z||pool-2-thread-1|||||INFO|500||HHH000327: Error performing load command org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) at jdk.internal.reflect.GeneratedMethodAccessor183.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) at jdk.internal.reflect.GeneratedMethodAccessor179.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy216.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) 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) Caused by: java.sql.SQLNonTransientConnectionException: (conn=6240) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 60 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 65 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 66 common frames omitted 2022-04-18T08:26:19.708Z||pool-2-thread-1|||||ERROR|500||Application exception overridden by rollback exception javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) at jdk.internal.reflect.GeneratedMethodAccessor183.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) at jdk.internal.reflect.GeneratedMethodAccessor179.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy216.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) 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) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) ... 39 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=6240) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 60 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 65 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 66 common frames omitted 2022-04-18T08:26:19.709Z||pool-2-thread-1|||||ERROR|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection 2022-04-18T08:26:19.710Z||pool-2-thread-1|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835) at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809) at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy216.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) 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) Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127) at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304) at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142) at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561) ... 22 common frames omitted Caused by: java.sql.SQLException: Connection is closed at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515) at com.sun.proxy.$Proxy141.rollback(Unknown Source) at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396) at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java) at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121) ... 25 common frames omitted 2022-04-18T08:26:19.746Z||pool-270-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:26:19.748Z||pool-270-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:26:19.748Z||pool-270-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:26:19.762Z||pool-270-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:26:19.763Z||pool-270-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:26:20.650Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:26:20.650Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T08:26:20.654Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:26:20.654Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270379010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vfwf980c6e40a230_modules.json", "status": "NOTIFIED" } 2022-04-18T08:26:20.754Z||pool-271-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T08:26:20.755Z||pool-271-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:26:20.755Z||pool-271-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:26:20.780Z||pool-271-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:26:20.781Z||pool-271-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:26:21.655Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:26:21.655Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T08:26:21.658Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:26:21.659Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270379010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T08:26:21.758Z||pool-272-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:26:21.759Z||pool-272-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:26:21.760Z||pool-272-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:26:21.772Z||pool-272-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:26:21.773Z||pool-272-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:26:22.659Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:26:22.661Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T08:26:22.664Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:26:22.664Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270379010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:22.764Z||pool-273-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T08:26:22.765Z||pool-273-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:26:22.765Z||pool-273-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:26:22.789Z||pool-273-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:26:22.790Z||pool-273-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:26:23.667Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:26:23.669Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T08:26:23.673Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:26:23.674Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270379010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T08:26:23.773Z||pool-274-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:26:23.774Z||pool-274-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:26:23.775Z||pool-274-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:26:23.793Z||pool-274-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:26:23.794Z||pool-274-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:26:24.679Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:26:24.680Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T08:26:24.701Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:26:24.702Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270379010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:26:24.789Z||pool-275-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms 2022-04-18T08:26:24.790Z||pool-275-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:26:24.790Z||pool-275-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:26:24.824Z||pool-275-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:26:24.824Z||pool-275-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-04-18T08:26:25.703Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:26:25.705Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T08:26:25.710Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:26:25.711Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270379010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:26:25.809Z||pool-276-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-04-18T08:26:25.810Z||pool-276-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:26:25.811Z||pool-276-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:26:25.824Z||pool-276-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:26:25.824Z||pool-276-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-18T08:26:26.714Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "serviceName": "vFW 2022-04-18 08-22-35", "serviceVersion": "1.0", "serviceUUID": "565ee16b-f066-4029-8f20-08d63ae41a9f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d423977d-689b-43ba-9a57-a34adeeaac0a", "resources": [ { "resourceInstanceName": "vFW f980c6e4-0a23 0", "resourceCustomizationUUID": "5b7476dc-5436-41c2-a732-a4d687a15cc5", "resourceName": "vFW f980c6e4-0a23", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "57e413ef-3dbb-45a0-a4a1-75c93879cb32", "resourceInvariantUUID": "18244e2b-888e-4b46-921e-fcd9b794bad7", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwf980c6e40a230_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vfwf980c6e40a230_modules.json", "artifactChecksum": "Y2E0OTM4MTI0MDg5YTgwYjVkMWJkMjVmYzgyNDI3ZWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3ff7e137-68b8-44e0-bd41-84715b03896b", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5ee7de86-ec69-4722-8b4f-8154f8120360", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "aaf17383-632e-4318-8347-30894a015f02", "generatedFromUUID": "5ee7de86-ec69-4722-8b4f-8154f8120360" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "aaf17383-632e-4318-8347-30894a015f02", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220418082235-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar", "artifactChecksum": "OGIxMTRkYmE1NTVmNjVhMWJlNjI0NWY1OTI5NzFlMDM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b5428f7b-4790-427d-87ad-79d12a409fd6" } ], "workloadContext": "Production" } 2022-04-18T08:26:26.716Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T08:26:26.717Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 565ee16b-f066-4029-8f20-08d63ae41a9f ASDC 2022-04-18T08:26:26.719Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:a63db48d-db71-4aef-b930-1287fa86d5d4 ServiceName:vFW 2022-04-18 08-22-35 ServiceVersion:1.0 ServiceUUID:565ee16b-f066-4029-8f20-08d63ae41a9f ServiceInvariantUUID:d423977d-689b-43ba-9a57-a34adeeaac0a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220418082235-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar ArtifactUUID:b5428f7b-4790-427d-87ad-79d12a409fd6 ArtifactChecksum:OGIxMTRkYmE1NTVmNjVhMWJlNjI0NWY1OTI5NzFlMDM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW f980c6e4-0a23 0 ResourceCustomizationUUID:5b7476dc-5436-41c2-a732-a4d687a15cc5 ResourceInvariantUUID:18244e2b-888e-4b46-921e-fcd9b794bad7 ResourceName:vFW f980c6e4-0a23 ResourceType:VF ResourceUUID:57e413ef-3dbb-45a0-a4a1-75c93879cb32 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwf980c6e40a230_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vfwf980c6e40a230_modules.json ArtifactUUID:3ff7e137-68b8-44e0-bd41-84715b03896b ArtifactChecksum:Y2E0OTM4MTI0MDg5YTgwYjVkMWJkMjVmYzgyNDI3ZWU= 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/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.yaml ArtifactUUID:5ee7de86-ec69-4722-8b4f-8154f8120360 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/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.env ArtifactUUID:aaf17383-632e-4318-8347-30894a015f02 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/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.env ArtifactUUID:aaf17383-632e-4318-8347-30894a015f02 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-18T08:26:26.721Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 565ee16b-f066-4029-8f20-08d63ae41a9f 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-04-18T08:26:26.786Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T08:26:26.802Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-04-18T08:26:26.803Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-04-18T08:26:26.803Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b5428f7b-4790-427d-87ad-79d12a409fd6 from URL: /sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar 2022-04-18T08:26:26.803Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-04-18T08:26:26.804Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar 2022-04-18T08:26:27.303Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-04-18T08:26:27.317Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar b5428f7b-4790-427d-87ad-79d12a409fd6 99001 2022-04-18T08:26:27.318Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar ASDC sendASDCNotification 2022-04-18T08:26:27.318Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar 2022-04-18T08:26:27.318Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T08:26:27.319Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T08:26:27.330Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:26:27.331Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270387318, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:26:27.422Z||pool-277-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2022-04-18T08:26:27.423Z||pool-277-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:26:27.423Z||pool-277-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:26:27.445Z||pool-277-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:26:27.446Z||pool-277-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:26:28.337Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T08:26:28.343Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-04-18T08:26:28.343Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: b5428f7b-4790-427d-87ad-79d12a409fd6, URL: /sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar to file: /app/ASDC/1/service-Vfw20220418082235-csar.csar 2022-04-18T08:26:28.344Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220418082235-csar.csar 2022-04-18T08:26:28.345Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220418082235-csar.csar 2022-04-18T08:26:28.345Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220418082235-csar.csar 2022-04-18T08:26:28.945Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7196787802462352932/Definitions/service-Vfw20220418082235-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-04-18T08:26:33.018Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-18T08:26:33.019Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-04-18T08:26:33.019Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220418082235-csar.csar 2022-04-18T08:26:33.019Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-18T08:26:33.020Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220418082235-csar.csar 2022-04-18T08:26:33.020Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220418082235-csar.csar 2022-04-18T08:26:33.020Z|a63db48d-db71-4aef-b930-1287fa86d5d4|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-Vfw20220418082235-csar.csar 2022-04-18T08:26:33.020Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418082235-csar.csar 2022-04-18T08:26:33.020Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418082235-csar.csar 2022-04-18T08:26:33.021Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220418082235-csar.csar 2022-04-18T08:26:33.021Z|a63db48d-db71-4aef-b930-1287fa86d5d4|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-Vfw20220418082235-csar.csar 2022-04-18T08:26:33.021Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220418082235-csar.csar 2022-04-18T08:26:33.021Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220418082235-csar.csar 2022-04-18T08:26:33.021Z|a63db48d-db71-4aef-b930-1287fa86d5d4|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-Vfw20220418082235-csar.csar 2022-04-18T08:26:33.021Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418082235-csar.csar 2022-04-18T08:26:33.021Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f980c6e4-0a23 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220418082235-csar.csar 2022-04-18T08:26:33.022Z|a63db48d-db71-4aef-b930-1287fa86d5d4|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-Vfw20220418082235-csar.csar 2022-04-18T08:26:33.022Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-04-18T08:26:33.022Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:33.023Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 08-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:26:33.023Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vFW f980c6e4-0a23 0 is matching search criteria 2022-04-18T08:26:33.023Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-04-18T08:26:33.024Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f980c6e4-0a23 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T08:26:33.024Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:33.024Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 08-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:26:33.025Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vFW f980c6e4-0a23 0 is matching search criteria 2022-04-18T08:26:33.025Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-04-18T08:26:33.025Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f980c6e4-0a23 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T08:26:33.026Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:33.026Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 08-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:26:33.026Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:33.027Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vFW f980c6e4-0a23 0 is not matching search criteria 2022-04-18T08:26:33.027Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T08:26:33.028Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T08:26:33.028Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T08:26:33.028Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T08:26:33.028Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T08:26:33.028Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T08:26:33.029Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T08:26:33.029Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T08:26:33.029Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T08:26:33.030Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T08:26:33.030Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T08:26:33.030Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T08:26:33.030Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T08:26:33.031Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T08:26:33.031Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T08:26:33.031Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-18T08:26:33.031Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:33.032Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 08-22-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T08:26:33.033Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:33.033Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vFW f980c6e4-0a23 0 is matching search criteria 2022-04-18T08:26:33.033Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f980c6e4-0a23 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T08:26:33.034Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:33.034Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vFW f980c6e4-0a23 0 is matching search criteria 2022-04-18T08:26:33.035Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f980c6e4-0a23 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T08:26:33.035Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:33.035Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vFW f980c6e4-0a23 0 is matching search criteria 2022-04-18T08:26:33.035Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f980c6e4-0a23 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T08:26:33.036Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:33.036Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vFW f980c6e4-0a23 0 is not matching search criteria 2022-04-18T08:26:33.036Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T08:26:33.037Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T08:26:33.037Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-18T08:26:33.037Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T08:26:33.037Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T08:26:33.038Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T08:26:33.038Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T08:26:33.038Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T08:26:33.039Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T08:26:33.039Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T08:26:33.039Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T08:26:33.039Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=25920163-924d-4a98-abe6-6e8ce02748ae 2022-04-18T08:26:33.040Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:33.040Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vFW f980c6e4-0a23 0 is not matching search criteria 2022-04-18T08:26:33.040Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T08:26:33.040Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T08:26:33.040Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T08:26:33.041Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T08:26:33.041Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T08:26:33.041Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T08:26:33.042Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T08:26:33.042Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-18T08:26:33.043Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T08:26:33.043Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T08:26:33.043Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T08:26:33.044Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T08:26:33.044Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f05de656-b3c2-49f8-8206-b1be118fac4b 2022-04-18T08:26:33.044Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:33.045Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vFW f980c6e4-0a23 0 is not matching search criteria 2022-04-18T08:26:33.045Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T08:26:33.045Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T08:26:33.045Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T08:26:33.046Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T08:26:33.046Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T08:26:33.046Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T08:26:33.047Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T08:26:33.048Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T08:26:33.048Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T08:26:33.048Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T08:26:33.049Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T08:26:33.050Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-18T08:26:33.050Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8e369fc5-aaf1-4e5a-90ac-ab2d8c1e4101 2022-04-18T08:26:33.050Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:33.051Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 08-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:26:33.051Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:33.051Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 08-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:26:33.051Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:33.052Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 08-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:26:33.052Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:33.052Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 08-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:26:33.052Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-18 08-22-35 Description:catalog service description Model UUID:565ee16b-f066-4029-8f20-08d63ae41a9f Model Version:NULL Model InvariantUuid:d423977d-689b-43ba-9a57-a34adeeaac0a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW f980c6e4-0a23 Model UUID:435e2a19-989d-4d8d-b436-19042506ebde Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:18244e2b-888e-4b46-921e-fcd9b794bad7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5b7476dc-5436-41c2-a732-a4d687a15cc5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:94b33278-84f9-46d8-86b1-2ef628509512 ModelName:VfwF980c6e40a23..base_vfw..module-0 ModelUuid:efdb5aa1-5662-4630-9753-24497d165180 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:25920163-924d-4a98-abe6-6e8ce02748ae ModelInvariantUuid:e42ecee4-8efb-4087-bd0f-887e032de400 ModelName:vFW f980c6e4-0a23-nodes.vfwCvfc ModelUuid:a41358ab-3248-4357-9dd2-c8565ec86783 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:305b1b7d-b440-43e2-b19a-aa2776e80b78 ModelInvariantUuid:84567273-50a5-44ec-8239-bb7397ae220e ModelName:VfwF980c6e40a23.compute.nodes.heat.vfw ModelUuid:d747ba52-db88-42e2-847d-bc9d4fb723fe ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f05de656-b3c2-49f8-8206-b1be118fac4b ModelInvariantUuid:1cd84b53-0808-4253-8391-84ebd8c25038 ModelName:vFW f980c6e4-0a23-nodes.vsnCvfc ModelUuid:b83ec6d0-cf66-469d-85f7-34db8cd4a930 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:dbabf313-0234-4215-9a08-91e78175dd47 ModelInvariantUuid:1449612d-62bf-4d99-908e-0a0a5ad40c83 ModelName:VfwF980c6e40a23.compute.nodes.heat.vsn ModelUuid:77a555d8-fc66-4bae-89e1-794f3acbb529 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:8e369fc5-aaf1-4e5a-90ac-ab2d8c1e4101 ModelInvariantUuid:234dce75-2f88-4f3a-970b-f85e09449bd3 ModelName:vFW f980c6e4-0a23-nodes.vpgCvfc ModelUuid:511efb23-ebf7-49b6-bbf2-a66cf2dac34a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:ea98c06e-8554-4165-92f2-b94c6a19ccb3 ModelInvariantUuid:00f685df-d95c-49f0-bc8e-c47bd7ecfbb9 ModelName:VfwF980c6e40a23.compute.nodes.heat.vpg ModelUuid:aabde6be-853f-4cf1-83bd-a168146a57bc 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-04-18T08:26:33.062Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 57e413ef-3dbb-45a0-a4a1-75c93879cb32 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-04-18T08:26:33.067Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||vFW f980c6e4-0a23 0 2022-04-18T08:26:33.068Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 57e413ef-3dbb-45a0-a4a1-75c93879cb32 2022-04-18T08:26:33.068Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3ff7e137-68b8-44e0-bd41-84715b03896b from URL: /sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vfwf980c6e40a230_modules.json 2022-04-18T08:26:33.068Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-04-18T08:26:33.068Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vfwf980c6e40a230_modules.json 2022-04-18T08:26:33.541Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-04-18T08:26:33.542Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vfwf980c6e40a230_modules.json 3ff7e137-68b8-44e0-bd41-84715b03896b 785 2022-04-18T08:26:33.542Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vfwf980c6e40a230_modules.json ASDC sendASDCNotification 2022-04-18T08:26:33.542Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vfwf980c6e40a230_modules.json 2022-04-18T08:26:33.542Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T08:26:33.543Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T08:26:33.545Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:26:33.545Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270393542, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vfwf980c6e40a230_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T08:26:33.645Z||pool-278-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:26:33.646Z||pool-278-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:26:33.646Z||pool-278-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:26:33.659Z||pool-278-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:26:33.659Z||pool-278-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-18T08:26:34.546Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwF980c6e40a23..base_vfw..module-0", "vfModuleModelInvariantUUID": "94b33278-84f9-46d8-86b1-2ef628509512", "vfModuleModelVersion": "1", "vfModuleModelUUID": "efdb5aa1-5662-4630-9753-24497d165180", "vfModuleModelCustomizationUUID": "fe451a51-fd41-47a4-8c61-a2c8adbc5afa", "isBase": true, "artifacts": [ "5ee7de86-ec69-4722-8b4f-8154f8120360", "aaf17383-632e-4318-8347-30894a015f02" ], "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-04-18T08:26:34.564Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwF980c6e40a23..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:efdb5aa1-5662-4630-9753-24497d165180 VfModuleModelInvariantUUID:94b33278-84f9-46d8-86b1-2ef628509512 VfModuleModelDescription:NULL Artifacts UUID List:{ 5ee7de86-ec69-4722-8b4f-8154f8120360 , aaf17383-632e-4318-8347-30894a015f02 } 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-04-18T08:26:34.567Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwF980c6e40a23..base_vfw..module-0", "vfModuleModelInvariantUUID": "94b33278-84f9-46d8-86b1-2ef628509512", "vfModuleModelVersion": "1", "vfModuleModelUUID": "efdb5aa1-5662-4630-9753-24497d165180", "vfModuleModelCustomizationUUID": "fe451a51-fd41-47a4-8c61-a2c8adbc5afa", "isBase": true, "artifacts": [ "5ee7de86-ec69-4722-8b4f-8154f8120360", "aaf17383-632e-4318-8347-30894a015f02" ], "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-04-18T08:26:34.568Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwF980c6e40a23..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:efdb5aa1-5662-4630-9753-24497d165180 VfModuleModelInvariantUUID:94b33278-84f9-46d8-86b1-2ef628509512 VfModuleModelDescription:NULL Artifacts UUID List:{ 5ee7de86-ec69-4722-8b4f-8154f8120360 , aaf17383-632e-4318-8347-30894a015f02 } 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-04-18T08:26:34.568Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5ee7de86-ec69-4722-8b4f-8154f8120360 from URL: /sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.yaml 2022-04-18T08:26:34.568Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-04-18T08:26:34.568Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.yaml 2022-04-18T08:26:35.095Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-04-18T08:26:35.098Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.yaml 5ee7de86-ec69-4722-8b4f-8154f8120360 20368 2022-04-18T08:26:35.099Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-18T08:26:35.099Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.yaml 2022-04-18T08:26:35.100Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T08:26:35.101Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T08:26:35.103Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:26:35.104Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270395099, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T08:26:35.203Z||pool-279-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:26:35.204Z||pool-279-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:26:35.205Z||pool-279-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:26:35.225Z||pool-279-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:26:35.226Z||pool-279-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:26:36.109Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: aaf17383-632e-4318-8347-30894a015f02 from URL: /sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.env 2022-04-18T08:26:36.109Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-04-18T08:26:36.110Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.env 2022-04-18T08:26:36.652Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-04-18T08:26:36.653Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.env aaf17383-632e-4318-8347-30894a015f02 2098 2022-04-18T08:26:36.653Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-18T08:26:36.653Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.env 2022-04-18T08:26:36.653Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T08:26:36.653Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T08:26:36.655Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:26:36.655Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270396653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T08:26:36.755Z||pool-280-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T08:26:36.757Z||pool-280-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:26:36.757Z||pool-280-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:26:36.769Z||pool-280-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:26:36.770Z||pool-280-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:26:37.656Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 565ee16b-f066-4029-8f20-08d63ae41a9f 2022-04-18T08:26:37.657Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f980c6e4-0a23 0 57e413ef-3dbb-45a0-a4a1-75c93879cb32 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-04-18T08:26:37.680Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1815229d, org.onap.sdc.toscaparser.api.parameters.Input@25e82de6, org.onap.sdc.toscaparser.api.parameters.Input@34db28c7, org.onap.sdc.toscaparser.api.parameters.Input@7e69a95d, org.onap.sdc.toscaparser.api.parameters.Input@4f596dc7] 2022-04-18T08:26:37.683Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:37.683Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 08-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:26:37.684Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-04-18T08:26:37.684Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 5b7476dc-5436-41c2-a732-a4d687a15cc5 2022-04-18T08:26:37.685Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5b7476dc-5436-41c2-a732-a4d687a15cc5 matches Tosca VF Customization UUID: 5b7476dc-5436-41c2-a732-a4d687a15cc5 2022-04-18T08:26:37.685Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 5b7476dc-5436-41c2-a732-a4d687a15cc5 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-04-18T08:26:37.689Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:37.689Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 08-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:26:37.690Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 5b7476dc-5436-41c2-a732-a4d687a15cc5: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-04-18T08:26:37.691Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75da1ca2 2022-04-18T08:26:37.691Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:37.691Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 08-22-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T08:26:37.692Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fe451a51-fd41-47a4-8c61-a2c8adbc5afa 2022-04-18T08:26:37.692Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fe451a51-fd41-47a4-8c61-a2c8adbc5afa 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-04-18T08:26:37.695Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:37.695Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vFW f980c6e4-0a23 0 is matching search criteria 2022-04-18T08:26:37.696Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f980c6e4-0a23 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T08:26:37.696Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:37.697Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vFW f980c6e4-0a23 0 is matching search criteria 2022-04-18T08:26:37.697Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f980c6e4-0a23 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T08:26:37.697Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:37.698Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vFW f980c6e4-0a23 0 is not matching search criteria 2022-04-18T08:26:37.698Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T08:26:37.698Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T08:26:37.699Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-18T08:26:37.699Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T08:26:37.699Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T08:26:37.700Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T08:26:37.700Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T08:26:37.700Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T08:26:37.701Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T08:26:37.701Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T08:26:37.701Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T08:26:37.702Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=25920163-924d-4a98-abe6-6e8ce02748ae 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-04-18T08:26:37.705Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:37.706Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vFW f980c6e4-0a23 0 is matching search criteria 2022-04-18T08:26:37.706Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f980c6e4-0a23 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T08:26:37.707Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:37.707Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vFW f980c6e4-0a23 0 is not matching search criteria 2022-04-18T08:26:37.707Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T08:26:37.708Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T08:26:37.708Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T08:26:37.708Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T08:26:37.708Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T08:26:37.709Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T08:26:37.709Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T08:26:37.710Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-18T08:26:37.710Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T08:26:37.710Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T08:26:37.711Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T08:26:37.711Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T08:26:37.711Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f05de656-b3c2-49f8-8206-b1be118fac4b 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-04-18T08:26:37.714Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:37.714Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vFW f980c6e4-0a23 0 is matching search criteria 2022-04-18T08:26:37.714Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f980c6e4-0a23 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T08:26:37.715Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:37.715Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vFW f980c6e4-0a23 0 is not matching search criteria 2022-04-18T08:26:37.716Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T08:26:37.717Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T08:26:37.717Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T08:26:37.718Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T08:26:37.718Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T08:26:37.718Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T08:26:37.719Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T08:26:37.719Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T08:26:37.719Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T08:26:37.720Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T08:26:37.720Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T08:26:37.720Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-18T08:26:37.720Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8e369fc5-aaf1-4e5a-90ac-ab2d8c1e4101 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-04-18T08:26:37.723Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:37.723Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vFW f980c6e4-0a23 0 is matching search criteria 2022-04-18T08:26:37.724Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f980c6e4-0a23 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T08:26:37.724Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:37.724Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Node template vFW f980c6e4-0a23 0 is matching search criteria 2022-04-18T08:26:37.725Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f980c6e4-0a23 0] matching following query criteria: sdcType=VF, customizationUUID=5b7476dc-5436-41c2-a732-a4d687a15cc5 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-04-18T08:26:37.727Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:37.727Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 08-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:26:37.728Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 565ee16b-f066-4029-8f20-08d63ae41a9f: vFW f980c6e4-0a23 2022-04-18T08:26:37.728Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:37.729Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 08-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:26:37.729Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:37.730Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 08-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:26:37.730Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:37.730Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 08-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:26:37.731Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:37.731Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 08-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:26:37.732Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:26:37.732Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 08-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:26:37.732Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-04-18 08-22-35 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-04-18T08:26:38.002Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f980c6e4-0a23 57e413ef-3dbb-45a0-a4a1-75c93879cb32 1 ASDC deployResourceStructure 2022-04-18T08:26:38.003Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vfwf980c6e40a230_modules.json ASDC sendASDCNotification 2022-04-18T08:26:38.003Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vfwf980c6e40a230_modules.json 2022-04-18T08:26:38.003Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T08:26:38.004Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T08:26:38.007Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:26:38.007Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270398003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vfwf980c6e40a230_modules.json", "status": "DEPLOY_OK" } 2022-04-18T08:26:38.107Z||pool-281-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:26:38.109Z||pool-281-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:26:38.109Z||pool-281-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:26:38.125Z||pool-281-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:26:38.126Z||pool-281-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:26:39.008Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-18T08:26:39.009Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.yaml 2022-04-18T08:26:39.009Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T08:26:39.009Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T08:26:39.013Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:26:39.014Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270399008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-18T08:26:39.112Z||pool-282-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-18T08:26:39.113Z||pool-282-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:26:39.114Z||pool-282-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:26:39.133Z||pool-282-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:26:39.134Z||pool-282-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:26:40.015Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-18T08:26:40.015Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.env 2022-04-18T08:26:40.015Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T08:26:40.016Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T08:26:40.018Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:26:40.019Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270400014, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-18T08:26:40.118Z||pool-283-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:26:40.119Z||pool-283-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:26:40.120Z||pool-283-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:26:40.132Z||pool-283-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:26:40.133Z||pool-283-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-18T08:26:41.020Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar ASDC sendASDCNotification 2022-04-18T08:26:41.021Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar 2022-04-18T08:26:41.021Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T08:26:41.021Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T08:26:41.023Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:26:41.024Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270401020, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T08:26:41.123Z||pool-284-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:26:41.124Z||pool-284-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:26:41.125Z||pool-284-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:26:41.140Z||pool-284-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:26:41.140Z||pool-284-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-04-18T08:26:42.025Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a63db48d-db71-4aef-b930-1287fa86d5d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T08:26:42.036Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a63db48d-db71-4aef-b930-1287fa86d5d4 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-04-18T08:26:42.038Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T08:26:42.039Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T08:26:42.039Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T08:27:12.039Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a63db48d-db71-4aef-b930-1287fa86d5d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T08:27:12.054Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a63db48d-db71-4aef-b930-1287fa86d5d4 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-04-18T08:27:12.058Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T08:27:12.058Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T08:27:12.059Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T08:27:19.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:27:19.025Z||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-04-18T08:27:19.025Z||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 skPaBRtDRpEvv6F5) ... 2022-04-18T08:27:19.150Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:27:19.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T08:27:19.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270379010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:27:19.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-18T08:27:42.059Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a63db48d-db71-4aef-b930-1287fa86d5d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T08:27:42.072Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a63db48d-db71-4aef-b930-1287fa86d5d4 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-04-18T08:27:42.075Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T08:27:42.076Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T08:27:42.076Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T08:28:12.077Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a63db48d-db71-4aef-b930-1287fa86d5d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T08:28:12.093Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a63db48d-db71-4aef-b930-1287fa86d5d4 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-04-18T08:28:12.100Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T08:28:12.100Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T08:28:12.100Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T08:28:19.024Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:28:19.025Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:28:19.025Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:28:19.547Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:28:19.552Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:28:19.552Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270379010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vfwf980c6e40a230_modules.json", "status": "NOTIFIED" } 2022-04-18T08:28:19.553Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:28:19.554Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:28:19.554Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270379010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T08:28:19.554Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:28:19.554Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:28:19.554Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270379010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:28:19.555Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:28:19.555Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:28:19.555Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270379010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T08:28:19.555Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:28:19.556Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:28:19.556Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270379010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:28:19.556Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:28:19.556Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:28:19.556Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270379010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:28:19.556Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:28:19.557Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:28:19.557Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270387318, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:28:19.557Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:28:19.557Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:28:19.557Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270393542, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vfwf980c6e40a230_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T08:28:19.558Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:28:19.558Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:28:19.558Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270395099, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T08:28:19.558Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:28:19.558Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:28:19.558Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270396653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T08:28:19.558Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:28:19.559Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:28:19.559Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270398003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/vfwf980c6e40a230_modules.json", "status": "DEPLOY_OK" } 2022-04-18T08:28:19.559Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:28:19.559Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:28:19.559Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270399008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-18T08:28:19.559Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:28:19.559Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:28:19.559Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270400014, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/resourceInstances/vfwf980c6e40a230/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-18T08:28:19.560Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:28:19.560Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:28:19.560Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270401020, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418082235/1.0/artifacts/service-Vfw20220418082235-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T08:28:19.560Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:28:42.101Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a63db48d-db71-4aef-b930-1287fa86d5d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T08:28:42.118Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a63db48d-db71-4aef-b930-1287fa86d5d4 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-04-18T08:28:42.122Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T08:28:42.122Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T08:28:42.122Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T08:29:12.123Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a63db48d-db71-4aef-b930-1287fa86d5d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T08:29:12.135Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a63db48d-db71-4aef-b930-1287fa86d5d4 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-04-18T08:29:12.138Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T08:29:12.138Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T08:29:12.138Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T08:29:19.024Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:29:19.025Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:29:19.025Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:29:28.567Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:29:42.139Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a63db48d-db71-4aef-b930-1287fa86d5d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T08:29:42.161Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a63db48d-db71-4aef-b930-1287fa86d5d4 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-04-18T08:29:42.170Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T08:29:42.170Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T08:29:42.171Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T08:30:12.171Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a63db48d-db71-4aef-b930-1287fa86d5d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T08:30:12.186Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a63db48d-db71-4aef-b930-1287fa86d5d4 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-04-18T08:30:12.189Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T08:30:12.189Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T08:30:12.189Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T08:30:19.024Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:30:19.025Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:30:19.025Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:30:19.654Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:30:19.656Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.656Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "cds", "timestamp": 1650270572204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.658Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.658Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.658Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "policy-id", "timestamp": 1650270569243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.658Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.658Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.659Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "cds", "timestamp": 1650270572204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.659Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.659Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.659Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "policy-id", "timestamp": 1650270569243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.659Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.659Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.659Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "cds", "timestamp": 1650270572204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.659Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.659Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.660Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "policy-id", "timestamp": 1650270569243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.661Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.661Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.661Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "cds", "timestamp": 1650270572204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.661Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.661Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.661Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "policy-id", "timestamp": 1650270569243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.661Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.661Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.661Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "cds", "timestamp": 1650270572204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.662Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.662Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.662Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "policy-id", "timestamp": 1650270569243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.662Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.662Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.662Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "cds", "timestamp": 1650270572204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.662Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.663Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.663Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "policy-id", "timestamp": 1650270569243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.663Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.663Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.663Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "cds", "timestamp": 1650270572204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.663Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.663Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.663Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "policy-id", "timestamp": 1650270569243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.663Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.664Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.664Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650270583088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.664Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.664Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.664Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "cds", "timestamp": 1650270572204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:30:19.664Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.664Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.664Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "policy-id", "timestamp": 1650270569243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:30:19.664Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.665Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.665Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "multicloud-k8s-id", "timestamp": 1650270583381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.665Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.665Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.665Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "clamp", "timestamp": 1650270585794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.665Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.665Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.665Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650270583088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.665Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.666Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.666Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "ves-openapi-manager", "timestamp": 1650270584266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.666Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.666Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.666Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "multicloud-k8s-id", "timestamp": 1650270583381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.667Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.667Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.668Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "clamp", "timestamp": 1650270585794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.668Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.668Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.668Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "cds", "timestamp": 1650270586214, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:30:19.668Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:30:19.668Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.668Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "policy-id", "timestamp": 1650270587439, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:30:19.668Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:30:19.669Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.669Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650270583088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.669Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.669Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.669Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "ves-openapi-manager", "timestamp": 1650270584266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.670Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.670Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.670Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "multicloud-k8s-id", "timestamp": 1650270583381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.670Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.670Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.670Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "clamp", "timestamp": 1650270585794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.671Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.671Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.671Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "cds", "timestamp": 1650270587221, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-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-04-18T08:30:19.696Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 13e5d3ac-d606-4ef9-a351-21cfc2732d90 2022-04-18T08:30:19.697Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 13e5d3ac-d606-4ef9-a351-21cfc2732d90 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-04-18T08:30:19.708Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.708Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "policy-id", "timestamp": 1650270588446, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T08:30:19.709Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:30:19.709Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.709Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650270583088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.709Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.709Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.709Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "ves-openapi-manager", "timestamp": 1650270584266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.710Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.710Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.710Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "multicloud-k8s-id", "timestamp": 1650270583381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.710Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.710Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.710Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "clamp", "timestamp": 1650270585794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.710Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.710Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.711Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "policy-id", "timestamp": 1650270589451, "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-04-18T08:30:19.717Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 13e5d3ac-d606-4ef9-a351-21cfc2732d90 2022-04-18T08:30:19.717Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 13e5d3ac-d606-4ef9-a351-21cfc2732d90 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-04-18T08:30:19.727Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.727Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650270583088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.727Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.727Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.728Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "ves-openapi-manager", "timestamp": 1650270584266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.728Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.728Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.728Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "multicloud-k8s-id", "timestamp": 1650270583381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.728Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.728Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.729Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "clamp", "timestamp": 1650270585794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.729Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.729Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.729Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650270583088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.729Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.730Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.730Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "ves-openapi-manager", "timestamp": 1650270584266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.730Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.730Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.730Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "aai-ml", "timestamp": 1650270588720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.730Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.730Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.731Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "multicloud-k8s-id", "timestamp": 1650270583381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.731Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.731Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.731Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "clamp", "timestamp": 1650270585794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.731Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.731Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.731Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650270583088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.732Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.732Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.732Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "ves-openapi-manager", "timestamp": 1650270584266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-18T08:30:19.732Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.732Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.732Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "aai-ml", "timestamp": 1650270588720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.733Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.733Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.733Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "multicloud-k8s-id", "timestamp": 1650270583381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.733Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.733Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.733Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "clamp", "timestamp": 1650270585794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.733Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.734Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.734Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650270583088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:30:19.734Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.734Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.734Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "ves-openapi-manager", "timestamp": 1650270584266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.734Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.734Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.735Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "aai-ml", "timestamp": 1650270588720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.735Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.735Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.735Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "multicloud-k8s-id", "timestamp": 1650270583381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:30:19.735Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.735Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.736Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "clamp", "timestamp": 1650270585794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:30:19.736Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.736Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.736Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "ves-openapi-manager", "timestamp": 1650270584266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.736Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.736Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.736Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "aai-ml", "timestamp": 1650270588720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.737Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.737Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.737Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650270592280, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:30:19.737Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:30:19.737Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.737Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "aai-ml", "timestamp": 1650270588720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.738Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.738Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.738Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "ves-openapi-manager", "timestamp": 1650270593276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T08:30:19.738Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:30:19.738Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.738Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "aai-ml", "timestamp": 1650270588720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.739Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.739Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.739Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "ves-openapi-manager", "timestamp": 1650270594293, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-18T08:30:19.739Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:30:19.739Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.739Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650270594334, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T08:30:19.739Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:30:19.740Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.740Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "aai-ml", "timestamp": 1650270588720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:30:19.740Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.740Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.740Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "ves-openapi-manager", "timestamp": 1650270595296, "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-04-18T08:30:19.747Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 13e5d3ac-d606-4ef9-a351-21cfc2732d90 2022-04-18T08:30:19.748Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 13e5d3ac-d606-4ef9-a351-21cfc2732d90 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-04-18T08:30:19.757Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.757Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650270595338, "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-04-18T08:30:19.763Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 13e5d3ac-d606-4ef9-a351-21cfc2732d90 2022-04-18T08:30:19.764Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 13e5d3ac-d606-4ef9-a351-21cfc2732d90 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-04-18T08:30:19.772Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.773Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "aai-ml", "timestamp": 1650270588720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:30:19.773Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:30:19.773Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.773Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "aai-ml", "timestamp": 1650270597844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:30:19.773Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:30:19.774Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.774Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "clamp", "timestamp": 1650270603914, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:30:19.774Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:30:19.774Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.774Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "aai-ml", "timestamp": 1650270603115, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-18T08:30:19.774Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:30:19.775Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.775Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "aai-ml", "timestamp": 1650270604126, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-04-18T08:30:19.781Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 13e5d3ac-d606-4ef9-a351-21cfc2732d90 2022-04-18T08:30:19.781Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 13e5d3ac-d606-4ef9-a351-21cfc2732d90 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-04-18T08:30:19.795Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.795Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "clamp", "timestamp": 1650270606916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T08:30:19.795Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:30:19.795Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:30:19.795Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "clamp", "timestamp": 1650270607920, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T08:30:19.802Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 13e5d3ac-d606-4ef9-a351-21cfc2732d90 2022-04-18T08:30:19.803Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 13e5d3ac-d606-4ef9-a351-21cfc2732d90 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T08:30:42.189Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a63db48d-db71-4aef-b930-1287fa86d5d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T08:30:42.201Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a63db48d-db71-4aef-b930-1287fa86d5d4 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-04-18T08:30:42.204Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T08:30:42.204Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T08:30:42.204Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T08:31:12.204Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a63db48d-db71-4aef-b930-1287fa86d5d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T08:31:12.222Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a63db48d-db71-4aef-b930-1287fa86d5d4 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-04-18T08:31:12.224Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T08:31:12.224Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T08:31:12.224Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T08:31:19.024Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:31:19.025Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:31:19.025Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:31:28.570Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:31:42.225Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-04-18T08:31:42.225Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a63db48d-db71-4aef-b930-1287fa86d5d4 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-04-18T08:31:42.233Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a63db48d-db71-4aef-b930-1287fa86d5d4 and serviceModelVersionId: 565ee16b-f066-4029-8f20-08d63ae41a9f 2022-04-18T08:31:42.233Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d423977d-689b-43ba-9a57-a34adeeaac0a 2022-04-18T08:31:42.235Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0 2022-04-18T08:31:42.246Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-04-18T08:31:42.305Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||Invoke 2022-04-18T08:31:42.306Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a63db48d-db71-4aef-b930-1287fa86d5d4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4b59874d-e007-4529-b234-df827c307458], X-ECOMP-RequestID=[a63db48d-db71-4aef-b930-1287fa86d5d4], X-TransactionId=[], X-ONAP-RequestID=[a63db48d-db71-4aef-b930-1287fa86d5d4], Content-Type=[application/merge-patch+json]} 2022-04-18T08:31:43.839Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||Invoke 2022-04-18T08:31:43.840Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a63db48d-db71-4aef-b930-1287fa86d5d4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8bc2f47c-817e-4e41-b3fa-691d3e14032d], X-ECOMP-RequestID=[a63db48d-db71-4aef-b930-1287fa86d5d4], X-TransactionId=[], X-ONAP-RequestID=[a63db48d-db71-4aef-b930-1287fa86d5d4], Content-Type=[application/merge-patch+json]} 2022-04-18T08:31:45.380Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||Invoke 2022-04-18T08:31:45.380Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a63db48d-db71-4aef-b930-1287fa86d5d4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f1afdb00-1055-48ea-962f-f64acc2bd358], X-ECOMP-RequestID=[a63db48d-db71-4aef-b930-1287fa86d5d4], X-TransactionId=[], X-ONAP-RequestID=[a63db48d-db71-4aef-b930-1287fa86d5d4], Content-Type=[application/merge-patch+json]} 2022-04-18T08:31:46.409Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T08:31:46.411Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-18T08:31:46.411Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T08:31:46.411Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-04-18T08:31:46.418Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|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-04-18T08:31:46.418Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a63db48d-db71-4aef-b930-1287fa86d5d4 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T08:31:46.419Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-18T08:31:46.419Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:31:46.422Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:31:46.422Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||try to send status { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270706419, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T08:31:46.522Z||pool-285-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:31:46.523Z||pool-285-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:31:46.523Z||pool-285-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:31:46.546Z||pool-285-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:31:46.548Z||pool-285-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-18T08:31:47.441Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:31:47.442Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:31:47.443Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:31:51.765Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:31:51.766Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||received message from topic 2022-04-18T08:31:51.766Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"13e5d3ac-d606-4ef9-a351-21cfc2732d90","serviceName":"Demo_pNF_v202K9F5nhhOANXHwXPl","serviceVersion":"1.0","serviceUUID":"c3c6d998-9f98-45e1-b14c-a884adc9481a","serviceDescription":"catalog service description","serviceInvariantUUID":"e4db5ce3-0b53-4115-b722-bc0a21745b29","resources":[{"resourceInstanceName":"pNF 12a3f630-8241 0","resourceName":"pNF 12a3f630-8241","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1d165f2a-d3b2-4f95-912c-28a9e20efc44","resourceInvariantUUID":"b09bab3d-47c9-4ad9-9b4f-b2e4e646f4a7","resourceCustomizationUUID":"75cd9b74-a331-4b27-85bc-832d82800380","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/vf-license-model.xml","artifactChecksum":"NWYxM2ExYWJkYWNmNDFhN2ZlMjBhNGMzM2RhMDc2MDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"737edf60-92c7-435e-ba47-8e7bf8c5ad00","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/pNF.csar","artifactChecksum":"MjI1OTBkMzMxNGRjOGVjNTgxNjExOWYwY2IwMjk4NWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2e3480b0-b1a3-49da-8b37-67d4dd2f49fa","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f5cb8230-e308-471c-a442-66ed14905054","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/vendor-license-model.xml","artifactChecksum":"NjdkMTRjMGU5Y2FjNWEzMjg3ZjY5M2QyNmZhMzU1MjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4bcc772b-fe2a-4ff2-99cd-5908f3023fee","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78e77b0e-3541-469f-bc78-c4c689d1a065","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3d2cc189-bbab-46ae-8f7a-ff8bbbf93d9c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfV202k9f5nhhoanxhwxpl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-template.yml","artifactChecksum":"YzhmZmFkZDFmNGE5ZDRiYzRlNjg1ZDExYWEzMDlhNDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b29b7cdc-d9f6-4244-b1db-20caf07b9f6e","artifactVersion":"1"},{"artifactName":"service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar","artifactChecksum":"ODg3MjFjMDI3MGE4MmI5NjJiYjVhNGI5OGVlMWUwMjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b809f028-59e4-4998-9b4e-600190d6071a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T08:31:51.768Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:31:51.769Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:31:51.771Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:31:51.771Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||try to send status { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270707441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:31:51.871Z||pool-286-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T08:31:51.872Z||pool-286-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:31:51.872Z||pool-286-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:31:51.897Z||pool-286-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:31:51.898Z||pool-286-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:31:52.773Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:31:52.774Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:31:52.776Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:31:52.776Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||try to send status { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270707441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:31:52.877Z||pool-287-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-18T08:31:52.878Z||pool-287-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:31:52.879Z||pool-287-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:31:52.901Z||pool-287-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:31:52.902Z||pool-287-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-04-18T08:31:53.776Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:31:53.778Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:31:53.803Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:31:53.804Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||try to send status { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270707441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T08:31:53.881Z||pool-288-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms 2022-04-18T08:31:53.882Z||pool-288-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:31:53.882Z||pool-288-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:31:53.898Z||pool-288-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:31:53.899Z||pool-288-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:31:54.805Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:31:54.806Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:31:54.810Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:31:54.810Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||try to send status { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270707441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:31:54.908Z||pool-289-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-04-18T08:31:54.909Z||pool-289-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:31:54.910Z||pool-289-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:31:54.923Z||pool-289-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:31:54.924Z||pool-289-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:31:55.811Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:31:55.812Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:31:55.817Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:31:55.818Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||try to send status { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270707441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:31:55.915Z||pool-290-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-04-18T08:31:55.916Z||pool-290-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:31:55.917Z||pool-290-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:31:55.932Z||pool-290-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:31:55.933Z||pool-290-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:31:56.819Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:31:56.820Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:31:56.823Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:31:56.824Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||try to send status { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270707441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:31:56.923Z||pool-291-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:31:56.925Z||pool-291-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:31:56.925Z||pool-291-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:31:56.937Z||pool-291-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:31:56.939Z||pool-291-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:31:57.824Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:31:57.825Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:31:57.828Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:31:57.829Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||try to send status { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270707441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:31:57.928Z||pool-292-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:31:57.929Z||pool-292-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:31:57.929Z||pool-292-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:31:57.948Z||pool-292-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:31:57.948Z||pool-292-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:31:58.830Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T08:31:58.831Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:31:58.846Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:31:58.846Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||try to send status { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270707441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:31:58.937Z||pool-293-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-04-18T08:31:58.941Z||pool-293-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:31:58.941Z||pool-293-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:31:58.960Z||pool-293-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:31:58.960Z||pool-293-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:31:59.848Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||sending notification to client: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "serviceName": "Demo_pNF_v202K9F5nhhOANXHwXPl", "serviceVersion": "1.0", "serviceUUID": "c3c6d998-9f98-45e1-b14c-a884adc9481a", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e4db5ce3-0b53-4115-b722-bc0a21745b29", "resources": [ { "resourceInstanceName": "pNF 12a3f630-8241 0", "resourceCustomizationUUID": "75cd9b74-a331-4b27-85bc-832d82800380", "resourceName": "pNF 12a3f630-8241", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "1d165f2a-d3b2-4f95-912c-28a9e20efc44", "resourceInvariantUUID": "b09bab3d-47c9-4ad9-9b4f-b2e4e646f4a7", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar", "artifactChecksum": "ODg3MjFjMDI3MGE4MmI5NjJiYjVhNGI5OGVlMWUwMjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b809f028-59e4-4998-9b4e-600190d6071a" } ], "workloadContext": "Production" } 2022-04-18T08:31:59.849Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T08:31:59.850Z|a63db48d-db71-4aef-b930-1287fa86d5d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c3c6d998-9f98-45e1-b14c-a884adc9481a ASDC 2022-04-18T08:31:59.851Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||ASDC Notification: DistributionID:13e5d3ac-d606-4ef9-a351-21cfc2732d90 ServiceName:Demo_pNF_v202K9F5nhhOANXHwXPl ServiceVersion:1.0 ServiceUUID:c3c6d998-9f98-45e1-b14c-a884adc9481a ServiceInvariantUUID:e4db5ce3-0b53-4115-b722-bc0a21745b29 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar ArtifactUUID:b809f028-59e4-4998-9b4e-600190d6071a ArtifactChecksum:ODg3MjFjMDI3MGE4MmI5NjJiYjVhNGI5OGVlMWUwMjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 12a3f630-8241 0 ResourceCustomizationUUID:75cd9b74-a331-4b27-85bc-832d82800380 ResourceInvariantUUID:b09bab3d-47c9-4ad9-9b4f-b2e4e646f4a7 ResourceName:pNF 12a3f630-8241 ResourceType:PNF ResourceUUID:1d165f2a-d3b2-4f95-912c-28a9e20efc44 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-18T08:31:59.851Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c3c6d998-9f98-45e1-b14c-a884adc9481a 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-04-18T08:31:59.910Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T08:31:59.912Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||MSO config path is: /app 2022-04-18T08:31:59.912Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||MSO config path is: /app 2022-04-18T08:31:59.912Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||Trying to download the artifact UUID: b809f028-59e4-4998-9b4e-600190d6071a from URL: /sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar 2022-04-18T08:31:59.913Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||DistributionClient - download 2022-04-18T08:31:59.919Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar 2022-04-18T08:32:00.096Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||GET Response Status 200 2022-04-18T08:32:00.103Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar b809f028-59e4-4998-9b4e-600190d6071a 82666 2022-04-18T08:32:00.103Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar ASDC sendASDCNotification 2022-04-18T08:32:00.104Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar 2022-04-18T08:32:00.104Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T08:32:00.105Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:32:00.108Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:32:00.108Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||try to send status { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270720103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:32:00.207Z||pool-294-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T08:32:00.208Z||pool-294-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:32:00.208Z||pool-294-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:32:00.219Z||pool-294-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:32:00.220Z||pool-294-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:32:01.109Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T08:32:01.110Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||MSO config path is: /app 2022-04-18T08:32:01.111Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||Trying to write artifact UUID: b809f028-59e4-4998-9b4e-600190d6071a, URL: /sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar to file: /app/ASDC/1/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar 2022-04-18T08:32:01.112Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar 2022-04-18T08:32:01.112Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar 2022-04-18T08:32:01.113Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar 2022-04-18T08:32:01.327Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4065687612721265509/Definitions/service-DemoPnfV202k9f5nhhoanxhwxpl-template.yml 2022-04-18T08:32:02.656Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-18T08:32:02.657Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|WARN|500||#################################################################################################### 2022-04-18T08:32:02.657Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar 2022-04-18T08:32:02.657Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-18T08:32:02.658Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 12a3f630-8241 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-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar 2022-04-18T08:32:02.658Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|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-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar 2022-04-18T08:32:02.658Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar 2022-04-18T08:32:02.658Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|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-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar 2022-04-18T08:32:02.658Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|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-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar 2022-04-18T08:32:02.659Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|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-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar 2022-04-18T08:32:02.659Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|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-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar 2022-04-18T08:32:02.659Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|WARN|500||#################################################################################################### 2022-04-18T08:32:02.659Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:32:02.660Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Service Demo_pNF_v202K9F5nhhOANXHwXPl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:32:02.660Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Node template pNF 12a3f630-8241 0 is matching search criteria 2022-04-18T08:32:02.661Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T08:32:02.661Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Found topology templates [pNF 12a3f630-8241 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T08:32:02.661Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:32:02.662Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Service Demo_pNF_v202K9F5nhhOANXHwXPl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:32:02.662Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Node template pNF 12a3f630-8241 0 is matching search criteria 2022-04-18T08:32:02.662Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Search for entities recursively 2022-04-18T08:32:02.663Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Found topology templates [pNF 12a3f630-8241 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T08:32:02.663Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:32:02.663Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Service Demo_pNF_v202K9F5nhhOANXHwXPl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:32:02.663Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:32:02.664Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Service Demo_pNF_v202K9F5nhhOANXHwXPl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:32:02.664Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:32:02.664Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Service Demo_pNF_v202K9F5nhhOANXHwXPl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:32:02.664Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:32:02.665Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Service Demo_pNF_v202K9F5nhhOANXHwXPl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:32:02.665Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:32:02.665Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Service Demo_pNF_v202K9F5nhhOANXHwXPl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:32:02.665Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_v202K9F5nhhOANXHwXPl Description:catalog service description Model UUID:c3c6d998-9f98-45e1-b14c-a884adc9481a Model Version:NULL Model InvariantUuid:e4db5ce3-0b53-4115-b722-bc0a21745b29 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-04-18T08:32:02.674Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 1d165f2a-d3b2-4f95-912c-28a9e20efc44 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-04-18T08:32:02.677Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||pNF 12a3f630-8241 0 2022-04-18T08:32:02.678Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 1d165f2a-d3b2-4f95-912c-28a9e20efc44 2022-04-18T08:32:02.678Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||No resources found for Service: c3c6d998-9f98-45e1-b14c-a884adc9481a 2022-04-18T08:32:02.678Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Preparing to deploy Service: c3c6d998-9f98-45e1-b14c-a884adc9481a 2022-04-18T08:32:02.679Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 12a3f630-8241 0 1d165f2a-d3b2-4f95-912c-28a9e20efc44 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-04-18T08:32:02.684Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6100b887, org.onap.sdc.toscaparser.api.parameters.Input@329c2153, org.onap.sdc.toscaparser.api.parameters.Input@7f8fe081, org.onap.sdc.toscaparser.api.parameters.Input@21df1ae4, org.onap.sdc.toscaparser.api.parameters.Input@45ff4ad8] 2022-04-18T08:32:02.684Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:32:02.685Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Service Demo_pNF_v202K9F5nhhOANXHwXPl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:32:02.685Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500|| resourceSeq for service uuid c3c6d998-9f98-45e1-b14c-a884adc9481a: pNF 12a3f630-8241 2022-04-18T08:32:02.685Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||Processing PNF resource: 1d165f2a-d3b2-4f95-912c-28a9e20efc44 2022-04-18T08:32:02.686Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T08:32:02.686Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Service Demo_pNF_v202K9F5nhhOANXHwXPl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T08:32:02.686Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||Resource customization UUID: 75cd9b74-a331-4b27-85bc-832d82800380 is the same as notified resource customizationUUID: 75cd9b74-a331-4b27-85bc-832d82800380 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-04-18T08:32:02.727Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 12a3f630-8241 1d165f2a-d3b2-4f95-912c-28a9e20efc44 0 ASDC deployResourceStructure 2022-04-18T08:32:02.727Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar ASDC sendASDCNotification 2022-04-18T08:32:02.727Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar 2022-04-18T08:32:02.727Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T08:32:02.728Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:32:02.730Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:32:02.730Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||try to send status { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270722727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T08:32:02.830Z||pool-295-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T08:32:02.831Z||pool-295-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:32:02.831Z||pool-295-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:32:02.845Z||pool-295-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:32:02.846Z||pool-295-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-18T08:32:03.736Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13e5d3ac-d606-4ef9-a351-21cfc2732d90 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T08:32:03.754Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13e5d3ac-d606-4ef9-a351-21cfc2732d90 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-04-18T08:32:03.759Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T08:32:03.759Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T08:32:03.759Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T08:32:03.760Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T08:32:03.760Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T08:32:03.760Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-18T08:32:03.760Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T08:32:03.770Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T08:32:19.024Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:32:19.025Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:32:19.025Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:32:19.646Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:32:19.647Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:32:19.647Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a63db48d-db71-4aef-b930-1287fa86d5d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270706419, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T08:32:19.648Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:32:19.648Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:32:19.648Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270707441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:32:19.648Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:32:19.649Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:32:19.649Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270707441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T08:32:19.649Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:32:19.649Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:32:19.649Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270707441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T08:32:19.649Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:32:19.650Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:32:19.650Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270707441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T08:32:19.650Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:32:19.650Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:32:19.650Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270707441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:32:19.651Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:32:19.651Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:32:19.651Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270707441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/resourceInstances/pnf12a3f63082410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T08:32:19.651Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:32:19.651Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:32:19.651Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270707441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T08:32:19.652Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:32:19.652Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:32:19.652Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270707441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar", "status": "NOTIFIED" } 2022-04-18T08:32:19.652Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Missing status on Status Object. 2022-04-18T08:32:19.652Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:32:19.652Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270720103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T08:32:19.653Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:32:19.653Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||received message from topic 2022-04-18T08:32:19.653Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270722727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV202k9f5nhhoanxhwxpl/1.0/artifacts/service-DemoPnfV202k9f5nhhoanxhwxpl-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T08:32:19.653Z|4a1ed978-0c0b-46d2-8b13-6790db57a6c7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5da7cff-bd4c-456c-9375-a5ce5229f0c7/model-vers/model-ver/7081d125-4d71-44ca-8814-c260f5d871de?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T08:32:33.770Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 13e5d3ac-d606-4ef9-a351-21cfc2732d90 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-04-18T08:32:33.778Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 13e5d3ac-d606-4ef9-a351-21cfc2732d90 and serviceModelVersionId: c3c6d998-9f98-45e1-b14c-a884adc9481a 2022-04-18T08:32:33.779Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e4db5ce3-0b53-4115-b722-bc0a21745b29 2022-04-18T08:32:33.782Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?depth=0 2022-04-18T08:32:33.796Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-18T08:32:33.856Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d423977d-689b-43ba-9a57-a34adeeaac0a/model-vers/model-ver/565ee16b-f066-4029-8f20-08d63ae41a9f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?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-04-18T08:32:33.858Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?depth=0|INFO|500||Invoke 2022-04-18T08:32:35.392Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?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-04-18T08:32:35.394Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?depth=0|INFO|500||Invoke 2022-04-18T08:32:36.937Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?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-04-18T08:32:36.940Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?depth=0|INFO|500||Invoke 2022-04-18T08:32:37.962Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T08:32:37.964Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-18T08:32:37.965Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T08:32:37.965Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-04-18T08:32:37.973Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?depth=0|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-04-18T08:32:37.980Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 13e5d3ac-d606-4ef9-a351-21cfc2732d90 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-18T08:32:37.981Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-18T08:32:37.981Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-18T08:32:37.984Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T08:32:37.984Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?depth=0|DEBUG|500||try to send status { "distributionID": "13e5d3ac-d606-4ef9-a351-21cfc2732d90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650270757981, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-18T08:32:38.085Z||pool-296-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-18T08:32:38.086Z||pool-296-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T08:32:38.086Z||pool-296-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:32:38.116Z||pool-296-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:32:38.117Z||pool-296-thread-1|||||INFO|500||cambria reply ok (31 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-04-18T08:32:39.003Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:32:39.004Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:32:39.004Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:32:48.555Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:32:48.556Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:32:48.557Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:32:48.558Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ... 2022-04-18T08:32:58.106Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T08:32:58.108Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T08:32:58.109Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T08:32:58.109Z|13e5d3ac-d606-4ef9-a351-21cfc2732d90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4db5ce3-0b53-4115-b722-bc0a21745b29/model-vers/model-ver/c3c6d998-9f98-45e1-b14c-a884adc9481a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...