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-14T05:51:21.110Z||main|||||INFO|500||The following profiles are active: basic 2022-04-14T05:51:40.896Z||main|||||INFO|500||Starting service [Tomcat] 2022-04-14T05:51:40.897Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-04-14T05:51:41.089Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-04-14T05:51:48.407Z||main|||||INFO|500||catdb-pool - Starting... 2022-04-14T05:51:49.102Z||main|||||INFO|500||catdb-pool - Start completed. 2022-04-14T05:51:49.913Z||main|||||INFO|500||reqdb-pool - Starting... 2022-04-14T05:51:49.930Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-04-14T05:51:50.188Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-04-14T05:51:50.538Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-04-14T05:51:51.409Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-04-14T05:51:54.299Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-04-14T05:51:57.952Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-04-14T05:51:58.046Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-04-14T05:51:58.900Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-04-14T05:51:59.239Z||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-14T05:52:01.240Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-04-14T05:52:03.087Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-04-14T05:52:03.131Z||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$$461afd56.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-14T05:52:03.133Z||main|||||WARN|500||The sdc end point is not alive 2022-04-14T05:52:08.654Z||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-14T05:52:13.538Z||main|||||WARN|500||--- 2022-04-14T05:52:13.539Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-04-14T05:52:13.540Z||main|||||WARN|500||--- 2022-04-14T05:52:14.346Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-04-14T05:52:23.005Z||main|||||INFO|500||Started Application in 67.598 seconds (JVM running for 72.261) 2022-04-14T05:52:23.040Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-04-14T05:52:23.044Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-04-14T05:52:23.063Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-04-14T05:52:23.112Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-04-14T05:52:23.193Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c86e2597-e612-4c7e-9e37-1ab5d0d89ca3 url= /sdc/v1/artifactTypes 2022-04-14T05:52:23.194Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-04-14T05:52:23.623Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-04-14T05:52:23.664Z||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-14T05:52:23.696Z||scheduling-1|||||DEBUG|500||create keys 2022-04-14T05:52:23.708Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-04-14T05:52:23.785Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T05:52:23.826Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 92349b4d-ad6b-446f-905e-cebbc37c6ca1 url= /sdc/v1/registerForDistribution 2022-04-14T05:52:24.094Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 92349b4d-ad6b-446f-905e-cebbc37c6ca1 url= /sdc/v1/registerForDistribution 2022-04-14T05:52:24.095Z||scheduling-1|||||INFO|500||start DistributionClient 2022-04-14T05:52:24.109Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T05:52:24.109Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T05:52:24.120Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-04-14T05:52:24.125Z||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-14T05:52:24.125Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T05:52:24.125Z||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-14T05:52:24.126Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T05:52:34.507Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T05:52:34.528Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T05:53:24.105Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T05:53:24.107Z||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-14T05:53:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T05:53:24.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T05:53:24.116Z||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-14T05:53:24.117Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T05:53:33.727Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T05:53:33.733Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T05:54:24.108Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T05:54:24.108Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T05:54:24.109Z||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-14T05:54:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T05:54:24.110Z||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-14T05:54:24.111Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T05:54:33.685Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T05:54:33.704Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T05:55:24.105Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T05:55:24.107Z||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-14T05:55:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T05:55:24.110Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T05:55:24.112Z||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-14T05:55:24.112Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T05:55:33.670Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T05:55:33.679Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T05:56:24.107Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T05:56:24.108Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T05:56:24.110Z||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-14T05:56:24.111Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T05:56:24.110Z||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-14T05:56:24.113Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T05:56:33.671Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T05:56:33.710Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T05:57:24.106Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T05:57:24.109Z||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-14T05:57:24.109Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T05:57:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T05:57:24.113Z||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-14T05:57:24.113Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T05:57:33.714Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T05:57:33.716Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T05:58:24.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T05:58:24.107Z||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-14T05:58:24.108Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T05:58:24.109Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T05:58:24.109Z||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-14T05:58:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T05:58:33.710Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T05:58:33.712Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T05:59:24.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T05:59:24.106Z||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-14T05:59:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T05:59:24.108Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T05:59:24.110Z||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-14T05:59:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T05:59:33.680Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T05:59:33.680Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:00:24.111Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:00:24.113Z||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-14T06:00:24.113Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:00:24.113Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:00:24.120Z||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-14T06:00:24.121Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:00:33.701Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:00:33.702Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:01:24.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:01:24.107Z||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-14T06:01:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:01:24.108Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:01:24.110Z||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-14T06:01:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:01:31.450Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-04-14T06:01:33.679Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:01:33.689Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:02:24.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:02:24.107Z||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-14T06:02:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:02:24.108Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:02:24.109Z||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-14T06:02:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:02:33.683Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:02:33.692Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:03:24.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:03:24.106Z||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-14T06:03:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:03:24.110Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:03:24.111Z||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-14T06:03:24.111Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:03:33.680Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:03:33.680Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:04:24.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:04:24.107Z||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-14T06:04:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:04:24.108Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:04:24.109Z||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-14T06:04:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:04:33.701Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:04:33.709Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:05:24.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:05:24.108Z||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-14T06:05:24.108Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:05:24.109Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:05:24.110Z||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-14T06:05:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:05:33.673Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:05:33.673Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:06:24.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:06:24.108Z||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-14T06:06:24.108Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:06:24.108Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:06:24.109Z||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-14T06:06:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:06:33.693Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:06:33.693Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:07:24.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:07:24.107Z||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-14T06:07:24.108Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:07:24.109Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:07:24.109Z||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-14T06:07:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:07:33.666Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:07:33.685Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:08:24.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:08:24.106Z||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-14T06:08:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:08:24.109Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:08:24.110Z||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-14T06:08:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:08:33.701Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:08:33.707Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:09:24.107Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:09:24.108Z||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-14T06:09:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:09:24.109Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:09:24.110Z||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-14T06:09:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:09:33.740Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:09:33.761Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:10:24.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:10:24.106Z||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-14T06:10:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:10:24.108Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:10:24.109Z||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-14T06:10:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:10:33.702Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:10:33.702Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:11:24.105Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:11:24.107Z||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-14T06:11:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:11:24.109Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:11:24.110Z||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-14T06:11:24.111Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:11:33.674Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:11:33.692Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:12:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:12:24.106Z||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-14T06:12:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:12:24.109Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:12:24.113Z||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-14T06:12:24.113Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:12:33.722Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:12:33.724Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:13:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:13:24.106Z||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-14T06:13:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:13:24.108Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:13:24.109Z||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-14T06:13:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:13:33.700Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:13:33.736Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:14:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:14:24.106Z||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-14T06:14:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:14:24.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:14:24.111Z||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-14T06:14:24.111Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:14:33.705Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:14:33.705Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:15:24.106Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:15:24.109Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:15:24.109Z||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-14T06:15:24.109Z||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-14T06:15:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:15:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:15:33.722Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:15:33.722Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:16:24.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:16:24.108Z||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-14T06:16:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:16:24.110Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:16:24.111Z||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-14T06:16:24.111Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:16:33.680Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:16:33.690Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:17:24.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:17:24.106Z||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-14T06:17:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:17:24.112Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:17:24.113Z||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-14T06:17:24.113Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:17:33.694Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:17:33.708Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:18:24.106Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:18:24.107Z||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-14T06:18:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:18:24.109Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:18:24.110Z||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-14T06:18:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:18:33.693Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:18:33.696Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:19:24.109Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:19:24.110Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:19:24.110Z||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-14T06:19:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:19:24.111Z||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-14T06:19:24.111Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:19:33.728Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:19:33.733Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:20:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:20:24.107Z||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-14T06:20:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:20:24.109Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:20:24.109Z||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-14T06:20:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:20:33.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:20:33.710Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:21:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:21:24.106Z||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-14T06:21:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:21:24.109Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:21:24.110Z||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-14T06:21:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:21:33.693Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:21:33.703Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:22:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:22:24.106Z||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-14T06:22:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:22:24.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:22:24.113Z||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-14T06:22:24.113Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:22:33.695Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:22:33.711Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:23:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:23:24.106Z||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-14T06:23:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:23:24.111Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:23:24.112Z||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-14T06:23:24.112Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:23:33.713Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:23:33.721Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:24:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:24:24.106Z||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-14T06:24:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:24:24.211Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:24:24.212Z||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-14T06:24:24.212Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:24:33.837Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:24:33.838Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:25:24.106Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:25:24.108Z||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-14T06:25:24.109Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:25:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:25:24.109Z||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-14T06:25:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:25:33.766Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:25:33.767Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:26:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:26:24.109Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:26:24.111Z||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-14T06:26:24.111Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:26:24.111Z||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-14T06:26:24.120Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:26:33.773Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:26:33.773Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:27:24.105Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:27:24.106Z||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-14T06:27:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:27:24.109Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:27:24.110Z||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-14T06:27:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:27:33.688Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:27:33.734Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:28:24.105Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:28:24.106Z||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-14T06:28:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:28:24.108Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:28:24.109Z||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-14T06:28:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:28:33.721Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:28:33.748Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:29:24.105Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:29:24.106Z||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-14T06:29:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:29:24.109Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:29:24.110Z||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-14T06:29:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:29:33.712Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:29:33.719Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:30:24.105Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:30:24.107Z||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-14T06:30:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:30:24.108Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:30:24.111Z||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-14T06:30:24.111Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:30:33.695Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:30:33.696Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:31:24.105Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:31:24.107Z||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-14T06:31:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:31:24.108Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:31:24.109Z||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-14T06:31:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:31:33.698Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:31:33.723Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:32:24.105Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:32:24.106Z||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-14T06:32:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:32:24.108Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:32:24.109Z||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-14T06:32:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:32:33.692Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:32:33.693Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:33:24.105Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:33:24.107Z||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-14T06:33:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:33:24.108Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:33:24.110Z||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-14T06:33:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:33:33.684Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:33:33.694Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:34:24.105Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:34:24.106Z||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-14T06:34:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:34:24.108Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:34:24.109Z||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-14T06:34:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:34:33.688Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:34:33.697Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:35:24.105Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:35:24.106Z||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-14T06:35:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:35:24.108Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:35:24.109Z||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-14T06:35:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:35:33.692Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:35:33.692Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:36:24.106Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:36:24.108Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:36:24.109Z||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-14T06:36:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:36:24.109Z||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-14T06:36:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:36:33.704Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:36:33.704Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:37:24.105Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:37:24.108Z||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-14T06:37:24.108Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:37:24.109Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:37:24.109Z||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-14T06:37:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:37:33.670Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:37:33.672Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:38:24.105Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:38:24.106Z||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-14T06:38:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:38:24.108Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:38:24.110Z||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-14T06:38:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:38:33.684Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:38:33.685Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:39:24.105Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:39:24.106Z||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-14T06:39:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:39:24.109Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:39:24.109Z||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-14T06:39:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:39:33.688Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:39:33.690Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:40:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:40:24.106Z||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-14T06:40:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:40:24.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:40:24.112Z||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-14T06:40:24.112Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:40:33.688Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:40:33.708Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:41:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:41:24.109Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:41:24.108Z||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-14T06:41:24.110Z||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-14T06:41:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:41:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:41:33.718Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:41:33.741Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:42:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:42:24.106Z||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-14T06:42:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:42:24.108Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:42:24.110Z||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-14T06:42:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:42:33.714Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:42:33.723Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:43:24.105Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:43:24.106Z||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-14T06:43:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:43:24.110Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:43:24.111Z||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-14T06:43:24.111Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:43:33.722Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:43:33.736Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:44:24.105Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:44:24.106Z||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-14T06:44:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:44:24.108Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:44:24.110Z||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-14T06:44:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:44:33.678Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:44:33.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:45:24.105Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:45:24.106Z||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-14T06:45:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:45:24.108Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:45:24.109Z||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-14T06:45:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:45:33.733Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:45:33.752Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:46:24.106Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:46:24.108Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:46:24.110Z||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-14T06:46:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:46:24.111Z||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-14T06:46:24.112Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:46:33.731Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:46:34.723Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:47:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:47:24.107Z||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-14T06:47:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:47:24.108Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:47:24.109Z||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-14T06:47:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:47:33.678Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:47:33.680Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:48:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:48:24.106Z||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-14T06:48:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:48:24.113Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:48:24.116Z||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-14T06:48:24.116Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:48:33.719Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:48:33.719Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:49:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:49:24.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:49:24.113Z||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-14T06:49:24.114Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:49:24.138Z||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-14T06:49:24.138Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:49:33.746Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:49:33.747Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:50:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:50:24.107Z||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-14T06:50:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:50:24.109Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:50:24.109Z||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-14T06:50:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:50:33.694Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:50:33.694Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:51:24.108Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:51:24.109Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:51:24.109Z||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-14T06:51:24.109Z||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-14T06:51:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:51:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:51:33.740Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:51:33.754Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:52:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:52:24.106Z||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-14T06:52:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:52:24.109Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:52:24.109Z||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-14T06:52:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:52:33.675Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:52:33.675Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:53:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:53:24.107Z||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-14T06:53:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:53:24.108Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:53:24.109Z||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-14T06:53:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:53:33.690Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:53:33.699Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:54:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:54:24.107Z||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-14T06:54:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:54:24.108Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:54:24.109Z||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-14T06:54:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:54:33.677Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:54:33.677Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:55:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:55:24.106Z||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-14T06:55:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:55:24.109Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:55:24.110Z||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-14T06:55:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:55:33.692Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:55:33.693Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:56:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:56:24.107Z||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-14T06:56:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:56:24.109Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:56:24.109Z||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-14T06:56:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:56:33.677Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:56:33.687Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:57:24.108Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:57:24.106Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:57:24.112Z||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-14T06:57:24.112Z||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-14T06:57:24.113Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:57:24.114Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:57:33.707Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:57:33.729Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:58:24.106Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:58:24.109Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:58:24.114Z||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-14T06:58:24.116Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:58:24.120Z||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-14T06:58:24.120Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:58:33.688Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:58:33.709Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:59:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:59:24.106Z||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-14T06:59:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:59:24.108Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T06:59:24.109Z||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-14T06:59:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T06:59:33.664Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T06:59:33.677Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:00:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:00:24.106Z||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-14T07:00:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:00:24.109Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:00:24.110Z||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-14T07:00:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:00:33.686Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:00:33.695Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:01:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:01:24.106Z||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-14T07:01:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:01:24.109Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:01:24.110Z||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-14T07:01:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:01:33.693Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:01:33.708Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:02:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:02:24.106Z||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-14T07:02:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:02:24.109Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:02:24.110Z||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-14T07:02:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:02:33.668Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:02:33.682Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:03:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:03:24.106Z||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-14T07:03:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:03:24.108Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:03:24.109Z||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-14T07:03:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:03:33.687Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:03:33.705Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:04:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:04:24.107Z||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-14T07:04:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:04:24.108Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:04:24.109Z||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-14T07:04:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:04:33.674Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:04:33.674Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:05:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:05:24.107Z||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-14T07:05:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:05:24.108Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:05:24.112Z||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-14T07:05:24.112Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:05:33.677Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:05:33.682Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:06:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:06:24.107Z||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-14T07:06:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:06:24.109Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:06:24.110Z||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-14T07:06:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:06:33.677Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:06:33.684Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:07:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:07:24.106Z||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-14T07:07:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:07:24.108Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:07:24.109Z||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-14T07:07:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:07:33.652Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:07:33.658Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:08:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:08:24.106Z||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-14T07:08:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:08:24.108Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:08:24.109Z||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-14T07:08:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:08:33.691Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:08:33.703Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:09:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:09:24.107Z||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-14T07:09:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:09:24.108Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:09:24.109Z||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-14T07:09:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:09:33.680Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:09:33.688Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:10:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:10:24.106Z||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-14T07:10:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:10:24.108Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:10:24.109Z||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-14T07:10:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:10:33.690Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:10:33.690Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:11:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:11:24.106Z||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-14T07:11:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:11:24.109Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:11:24.110Z||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-14T07:11:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:11:33.660Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:11:33.660Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:12:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:12:24.106Z||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-14T07:12:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:12:24.108Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:12:24.109Z||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-14T07:12:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:12:33.667Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:12:33.676Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:13:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:13:24.106Z||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-14T07:13:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:13:24.108Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:13:24.109Z||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-14T07:13:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:13:33.677Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:13:33.682Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:14:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:14:24.106Z||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-14T07:14:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:14:24.109Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:14:24.110Z||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-14T07:14:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:14:33.680Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:14:33.680Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:15:24.106Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:15:24.109Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:15:24.110Z||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-14T07:15:24.110Z||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-14T07:15:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:15:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:15:33.675Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:15:33.684Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:16:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:16:24.106Z||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-14T07:16:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:16:24.108Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:16:24.110Z||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-14T07:16:24.111Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:16:33.656Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:16:33.663Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:17:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:17:24.106Z||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-14T07:17:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:17:24.108Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:17:24.110Z||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-14T07:17:24.111Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:17:33.675Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:17:33.678Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:18:24.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:18:24.106Z||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-14T07:18:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:18:24.109Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:18:24.110Z||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-14T07:18:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:18:33.694Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:18:33.710Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:19:24.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:19:24.106Z||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-14T07:19:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:19:24.108Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:19:24.109Z||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-14T07:19:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:19:33.671Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:19:33.674Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:20:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:20:24.106Z||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-14T07:20:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:20:24.108Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:20:24.109Z||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-14T07:20:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:20:33.670Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:20:33.676Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:21:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:21:24.106Z||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-14T07:21:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:21:24.108Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:21:24.109Z||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-14T07:21:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:21:33.669Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:21:33.680Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:22:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:22:24.106Z||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-14T07:22:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:22:24.108Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:22:24.109Z||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-14T07:22:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:22:29.036Z||http-nio-8085-exec-2|||||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-14T07:22:33.680Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:22:33.688Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:23:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:23:24.106Z||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-14T07:23:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:23:24.108Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:23:24.110Z||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-14T07:23:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:23:33.684Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:23:33.709Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:24:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:24:24.106Z||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-14T07:24:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:24:24.108Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:24:24.110Z||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-14T07:24:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:24:33.684Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:24:33.684Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:25:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:25:24.106Z||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-14T07:25:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:25:24.109Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:25:24.109Z||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-14T07:25:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:25:33.665Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:25:33.671Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:26:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:26:24.109Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:26:24.109Z||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-14T07:26:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:26:24.109Z||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-14T07:26:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:26:33.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:26:33.689Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:27:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:27:24.107Z||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-14T07:27:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:27:24.109Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:27:24.110Z||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-14T07:27:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:27:33.711Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:27:33.752Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:28:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:28:24.106Z||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-14T07:28:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:28:24.108Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:28:24.109Z||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-14T07:28:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:28:33.687Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:28:33.698Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:29:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:29:24.106Z||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-14T07:29:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:29:24.108Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:29:24.109Z||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-14T07:29:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:29:33.673Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:29:33.674Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:30:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:30:24.106Z||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-14T07:30:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:30:24.108Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:30:24.109Z||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-14T07:30:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:30:33.678Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:30:33.684Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:31:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:31:24.106Z||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-14T07:31:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:31:24.108Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:31:24.109Z||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-14T07:31:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:31:24.277Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:31:24.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:31:24.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "cds", "timestamp": 1649921474957, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:31:24.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:31:24.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:31:24.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "multicloud-k8s-id", "timestamp": 1649921473428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:31:24.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:31:24.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:31:24.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649921476130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:31:24.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:31:24.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:31:24.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "cds", "timestamp": 1649921474957, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/basic_onboard_xxdmfv0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:31:24.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:31:24.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:31:24.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "multicloud-k8s-id", "timestamp": 1649921473428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/basic_onboard_xxdmfv0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:31:24.324Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:31:24.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:31:24.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649921476130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/basic_onboard_xxdmfv0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:31:24.324Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:31:24.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:31:24.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "ves-openapi-manager", "timestamp": 1649921482794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:31:24.325Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:31:24.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:31:24.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "cds", "timestamp": 1649921474957, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:31:24.325Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:31:24.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:31:24.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "multicloud-k8s-id", "timestamp": 1649921473428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-14T07:31:24.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:31:24.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:31:24.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649921476130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:31:24.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:31:24.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:31:24.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-14T07:31:24.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"e530f0c8-d603-4d5c-9cf2-bfb4d3635324","serviceName":"basic_onboard_xXdmFV","serviceVersion":"1.0","serviceUUID":"a34e6443-9993-4a62-9f46-ff373a7ab78a","serviceDescription":"service","serviceInvariantUUID":"e04b8ecd-feb5-48a9-88dc-7b7572af8f3e","resources":[{"resourceInstanceName":"basic_onboard_xXdmFV 0","resourceName":"basic_onboard_xXdmFV","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"16872a11-8b84-4a7c-be52-0ce25d5be4eb","resourceInvariantUUID":"9e922052-1027-4d77-a02b-68f84a54ac83","resourceCustomizationUUID":"fef5e0d7-2b59-4398-af3e-4b828063da32","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vf-license-model.xml","artifactChecksum":"MGYyYWE5YTdhNjBjNmUyZjkzNWUzZTI5ZGIzZDgwYWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dabc71de-e79c-49ab-b619-574bbe50d6cc","artifactVersion":"1"},{"artifactName":"basic_onboard_xxdmfv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/basic_onboard_xxdmfv0_modules.json","artifactChecksum":"MDAxZjFhZTE1YzM0YTUwNTc3NWI2NmM0YzdmYTNjNTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"58dbd3c8-5522-4e2f-b3fd-26bbc8cbc113","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5ff8056f-74b3-4411-8259-0c17daa66b93","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3300ca19-159b-4fa9-a82f-4a6bc8ac98f4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0af0cab8-0cca-40cf-a61a-7362d9740207","artifactVersion":"2","generatedFromUUID":"5ff8056f-74b3-4411-8259-0c17daa66b93"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXxdmfv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-template.yml","artifactChecksum":"YzRhOWRjM2E4NWEwYjk3NjlkMTM1ZTgzMTA3ZmQxODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f1523f3b-e951-4bd9-b474-6d6bbd9c2d6e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXxdmfv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar","artifactChecksum":"ZjYwZWI1N2YxY2E2NTZjZGJlNzE5MWI1MjlkMGI3NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bbf15df8-4706-4d52-ac36-56e407bc997e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-14T07:31:24.765Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:31:24.772Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:31:24.787Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:31:24.787Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921484105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:31:24.888Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-04-14T07:31:24.895Z||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-14T07:31:24.896Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:31:24.916Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:31:24.917Z||pool-3-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:31:25.795Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:31:25.796Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:31:25.798Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:31:25.799Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921484105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/basic_onboard_xxdmfv0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:31:25.899Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:31:25.900Z||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-14T07:31:25.900Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:31:25.941Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:31:25.942Z||pool-4-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:31:26.800Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:31:26.801Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:31:26.804Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:31:26.804Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921484105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-14T07:31:26.904Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:31:26.905Z||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-14T07:31:26.905Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:31:26.926Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:31:26.928Z||pool-5-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:31:27.805Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:31:27.806Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:31:27.809Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:31:27.809Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921484105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:31:27.909Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:31:27.910Z||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-14T07:31:27.911Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:31:27.934Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:31:27.935Z||pool-6-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:31:28.810Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:31:28.811Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:31:28.813Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:31:28.813Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921484105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-14T07:31:28.913Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T07:31:28.915Z||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-14T07:31:28.915Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:31:28.946Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:31:28.947Z||pool-7-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:31:29.814Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:31:29.815Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:31:29.817Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:31:29.817Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921484105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:31:29.918Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:31:29.919Z||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-14T07:31:29.919Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:31:29.941Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:31:29.942Z||pool-8-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:31:30.818Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:31:30.819Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:31:30.821Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:31:30.821Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921484105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:31:30.921Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:31:30.923Z||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-14T07:31:30.923Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:31:30.940Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:31:30.941Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:31:31.823Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "serviceName": "basic_onboard_xXdmFV", "serviceVersion": "1.0", "serviceUUID": "a34e6443-9993-4a62-9f46-ff373a7ab78a", "serviceDescription": "service", "serviceInvariantUUID": "e04b8ecd-feb5-48a9-88dc-7b7572af8f3e", "resources": [ { "resourceInstanceName": "basic_onboard_xXdmFV 0", "resourceCustomizationUUID": "fef5e0d7-2b59-4398-af3e-4b828063da32", "resourceName": "basic_onboard_xXdmFV", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "16872a11-8b84-4a7c-be52-0ce25d5be4eb", "resourceInvariantUUID": "9e922052-1027-4d77-a02b-68f84a54ac83", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_xxdmfv0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/basic_onboard_xxdmfv0_modules.json", "artifactChecksum": "MDAxZjFhZTE1YzM0YTUwNTc3NWI2NmM0YzdmYTNjNTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "58dbd3c8-5522-4e2f-b3fd-26bbc8cbc113", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5ff8056f-74b3-4411-8259-0c17daa66b93", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0af0cab8-0cca-40cf-a61a-7362d9740207", "generatedFromUUID": "5ff8056f-74b3-4411-8259-0c17daa66b93" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0af0cab8-0cca-40cf-a61a-7362d9740207", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardXxdmfv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar", "artifactChecksum": "ZjYwZWI1N2YxY2E2NTZjZGJlNzE5MWI1MjlkMGI3NmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bbf15df8-4706-4d52-ac36-56e407bc997e" } ], "workloadContext": "Production" } 2022-04-14T07:31:31.824Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-14T07:31:31.825Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a34e6443-9993-4a62-9f46-ff373a7ab78a ASDC 2022-04-14T07:31:31.979Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:e530f0c8-d603-4d5c-9cf2-bfb4d3635324 ServiceName:basic_onboard_xXdmFV ServiceVersion:1.0 ServiceUUID:a34e6443-9993-4a62-9f46-ff373a7ab78a ServiceInvariantUUID:e04b8ecd-feb5-48a9-88dc-7b7572af8f3e ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardXxdmfv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar ArtifactUUID:bbf15df8-4706-4d52-ac36-56e407bc997e ArtifactChecksum:ZjYwZWI1N2YxY2E2NTZjZGJlNzE5MWI1MjlkMGI3NmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_xXdmFV 0 ResourceCustomizationUUID:fef5e0d7-2b59-4398-af3e-4b828063da32 ResourceInvariantUUID:9e922052-1027-4d77-a02b-68f84a54ac83 ResourceName:basic_onboard_xXdmFV ResourceType:VF ResourceUUID:16872a11-8b84-4a7c-be52-0ce25d5be4eb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_xxdmfv0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/basic_onboard_xxdmfv0_modules.json ArtifactUUID:58dbd3c8-5522-4e2f-b3fd-26bbc8cbc113 ArtifactChecksum:MDAxZjFhZTE1YzM0YTUwNTc3NWI2NmM0YzdmYTNjNTU= 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/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.yaml ArtifactUUID:5ff8056f-74b3-4411-8259-0c17daa66b93 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/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env ArtifactUUID:0af0cab8-0cca-40cf-a61a-7362d9740207 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/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env ArtifactUUID:0af0cab8-0cca-40cf-a61a-7362d9740207 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-14T07:31:31.979Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a34e6443-9993-4a62-9f46-ff373a7ab78a 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=? 2022-04-14T07:31:32.193Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@747fd861 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=4034) 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 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.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 org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569) 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.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.$Proxy217.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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) ... 84 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) ... 85 common frames omitted 2022-04-14T07:31:32.197Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-14T07:31:32.197Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||ERROR|500||(conn=4034) WSREP has not yet prepared node for application use 2022-04-14T07:31:32.203Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||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 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.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 org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569) 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.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.$Proxy217.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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=4034) 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) ... 79 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) ... 84 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) ... 85 common frames omitted 2022-04-14T07:31:32.212Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||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 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.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 org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569) 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.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.$Proxy217.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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) ... 48 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=4034) 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) ... 79 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) ... 84 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) ... 85 common frames omitted 2022-04-14T07:31:32.231Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||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.$Proxy217.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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) ... 28 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) ... 31 common frames omitted 2022-04-14T07:31:32.232Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e530f0c8-d603-4d5c-9cf2-bfb4d3635324 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-14T07:31:32.340Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@4a1bc549 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=4041) 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 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.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) ... 59 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) ... 60 common frames omitted 2022-04-14T07:31:32.343Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-14T07:31:32.343Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||ERROR|500||(conn=4041) WSREP has not yet prepared node for application use 2022-04-14T07:31:32.346Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 2022-04-14T07:31:32.346Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||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 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.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=4041) 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) ... 54 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) ... 59 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) ... 60 common frames omitted 2022-04-14T07:31:32.347Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||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 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.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=4041) 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) ... 54 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) ... 59 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) ... 60 common frames omitted 2022-04-14T07:31:32.348Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||Exception caused by: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 2022-04-14T07:31:32.350Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e530f0c8-d603-4d5c-9cf2-bfb4d3635324 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-14T07:31:32.351Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-14T07:31:32.352Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:31:32.354Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:31:32.354Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921492350, "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-14T07:31:32.455Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-14T07:31:32.456Z||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-14T07:31:32.456Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:31:32.513Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:31:32.514Z||pool-10-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-14T07:32:24.105Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:32:24.106Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|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-14T07:32:24.107Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:32:24.108Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:32:24.109Z||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-14T07:32:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:32:24.142Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:32:24.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:32:24.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "ves-openapi-manager", "timestamp": 1649921482794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/basic_onboard_xxdmfv0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:32:24.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:32:24.739Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:32:24.741Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-14T07:32:24.741Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"d42ebdde-b084-424d-ae32-827b366131b7","serviceName":"vFW 2022-04-14 07-27-54","serviceVersion":"1.0","serviceUUID":"8a0eb7fa-fb7c-4987-bebb-9a4c2671c891","serviceDescription":"catalog service description","serviceInvariantUUID":"4c6d42f9-1973-42ff-b7a5-c744ee2180ca","resources":[{"resourceInstanceName":"vFW e7b8a1f8-1467 0","resourceName":"vFW e7b8a1f8-1467","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"999c4074-bc9a-49a0-9d90-eb750d108833","resourceInvariantUUID":"8930d31f-2a5e-4b4e-a528-be97d120ab1b","resourceCustomizationUUID":"c6c311b7-343e-4e21-baea-fca9e8f9e7e1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vf-license-model.xml","artifactChecksum":"ODhkNTFlMmE4MjUxMTE5YTE1NGU1NDIwZDQyY2E3MzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"40458841-79f3-4f65-a715-6f0fe1a57e03","artifactVersion":"1"},{"artifactName":"vfwe7b8a1f814670_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vfwe7b8a1f814670_modules.json","artifactChecksum":"ZTU1MDQwYjQ2YTU2NzI5ZDY3OTE5MmRkNzVhODc2OGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ada8b5b6-a9b1-4586-b524-94ef87bd8cdb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f9e4ff5d-dc7e-45dc-be04-37aea5b1ba4a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vendor-license-model.xml","artifactChecksum":"YmViZGU1NzQzYzJjYWMyNGE1YTQ4YTdlNjExNTkxMTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5c4e7b09-7f8f-4d55-a046-000b3b682824","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3b30eaec-fc97-46ad-86d5-def466244558","artifactVersion":"2","generatedFromUUID":"f9e4ff5d-dc7e-45dc-be04-37aea5b1ba4a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220414072754-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-template.yml","artifactChecksum":"ZTZhZDA1YjA4Yzg5OWRjNDcyYTQ4YjhlMzUzZjI3MmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1c67c93f-0587-42bc-88ff-d07fc16d791c","artifactVersion":"1"},{"artifactName":"service-Vfw20220414072754-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar","artifactChecksum":"ZjBjZGI2NmQwNDVkMjgxNjE3NjFjMGMwNDVhZmFhOTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"96fe2b5a-cc68-47ba-9340-29bbfd13d26a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-14T07:32:24.753Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:32:24.754Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:32:24.757Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:32:24.757Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921544105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:32:24.858Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T07:32:24.859Z||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-14T07:32:24.859Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:32:24.879Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:32:24.880Z||pool-11-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:32:25.758Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:32:25.760Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:32:25.763Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:32:25.763Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921544105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vfwe7b8a1f814670_modules.json", "status": "NOTIFIED" } 2022-04-14T07:32:25.863Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:32:25.864Z||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-14T07:32:25.864Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:32:25.879Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:32:25.880Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:32:26.764Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:32:26.766Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:32:26.769Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:32:26.769Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921544105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T07:32:26.869Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:32:26.870Z||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-14T07:32:26.870Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:32:26.891Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:32:26.891Z||pool-13-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:32:27.769Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:32:27.770Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:32:27.772Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:32:27.773Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921544105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:32:27.873Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:32:27.874Z||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-14T07:32:27.874Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:32:27.887Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:32:27.888Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:32:28.773Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:32:28.775Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:32:28.778Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:32:28.778Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921544105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-14T07:32:28.879Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-14T07:32:28.880Z||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-14T07:32:28.881Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:32:28.895Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:32:28.896Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:32:29.779Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:32:29.779Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:32:29.782Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:32:29.782Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921544105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:32:29.882Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:32:29.883Z||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-14T07:32:29.883Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:32:29.900Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:32:29.901Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:32:30.783Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:32:30.784Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:32:30.786Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:32:30.786Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921544105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:32:30.886Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:32:30.887Z||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-14T07:32:30.888Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:32:30.926Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:32:30.927Z||pool-17-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:32:31.788Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "serviceName": "vFW 2022-04-14 07-27-54", "serviceVersion": "1.0", "serviceUUID": "8a0eb7fa-fb7c-4987-bebb-9a4c2671c891", "serviceDescription": "catalog service description", "serviceInvariantUUID": "4c6d42f9-1973-42ff-b7a5-c744ee2180ca", "resources": [ { "resourceInstanceName": "vFW e7b8a1f8-1467 0", "resourceCustomizationUUID": "c6c311b7-343e-4e21-baea-fca9e8f9e7e1", "resourceName": "vFW e7b8a1f8-1467", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "999c4074-bc9a-49a0-9d90-eb750d108833", "resourceInvariantUUID": "8930d31f-2a5e-4b4e-a528-be97d120ab1b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwe7b8a1f814670_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vfwe7b8a1f814670_modules.json", "artifactChecksum": "ZTU1MDQwYjQ2YTU2NzI5ZDY3OTE5MmRkNzVhODc2OGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ada8b5b6-a9b1-4586-b524-94ef87bd8cdb", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f9e4ff5d-dc7e-45dc-be04-37aea5b1ba4a", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3b30eaec-fc97-46ad-86d5-def466244558", "generatedFromUUID": "f9e4ff5d-dc7e-45dc-be04-37aea5b1ba4a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3b30eaec-fc97-46ad-86d5-def466244558", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220414072754-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar", "artifactChecksum": "ZjBjZGI2NmQwNDVkMjgxNjE3NjFjMGMwNDVhZmFhOTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "96fe2b5a-cc68-47ba-9340-29bbfd13d26a" } ], "workloadContext": "Production" } 2022-04-14T07:32:31.789Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-14T07:32:31.789Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a0eb7fa-fb7c-4987-bebb-9a4c2671c891 ASDC 2022-04-14T07:32:31.790Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:d42ebdde-b084-424d-ae32-827b366131b7 ServiceName:vFW 2022-04-14 07-27-54 ServiceVersion:1.0 ServiceUUID:8a0eb7fa-fb7c-4987-bebb-9a4c2671c891 ServiceInvariantUUID:4c6d42f9-1973-42ff-b7a5-c744ee2180ca ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220414072754-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar ArtifactUUID:96fe2b5a-cc68-47ba-9340-29bbfd13d26a ArtifactChecksum:ZjBjZGI2NmQwNDVkMjgxNjE3NjFjMGMwNDVhZmFhOTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW e7b8a1f8-1467 0 ResourceCustomizationUUID:c6c311b7-343e-4e21-baea-fca9e8f9e7e1 ResourceInvariantUUID:8930d31f-2a5e-4b4e-a528-be97d120ab1b ResourceName:vFW e7b8a1f8-1467 ResourceType:VF ResourceUUID:999c4074-bc9a-49a0-9d90-eb750d108833 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwe7b8a1f814670_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vfwe7b8a1f814670_modules.json ArtifactUUID:ada8b5b6-a9b1-4586-b524-94ef87bd8cdb ArtifactChecksum:ZTU1MDQwYjQ2YTU2NzI5ZDY3OTE5MmRkNzVhODc2OGU= 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/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.yaml ArtifactUUID:f9e4ff5d-dc7e-45dc-be04-37aea5b1ba4a 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/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env ArtifactUUID:3b30eaec-fc97-46ad-86d5-def466244558 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/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env ArtifactUUID:3b30eaec-fc97-46ad-86d5-def466244558 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-14T07:32:31.790Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a0eb7fa-fb7c-4987-bebb-9a4c2671c891 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-14T07:32:31.851Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T07:32:31.855Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-04-14T07:32:31.857Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-04-14T07:32:31.858Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 96fe2b5a-cc68-47ba-9340-29bbfd13d26a from URL: /sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar 2022-04-14T07:32:31.858Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-04-14T07:32:31.860Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar 2022-04-14T07:32:32.353Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-04-14T07:32:32.376Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar 96fe2b5a-cc68-47ba-9340-29bbfd13d26a 98953 2022-04-14T07:32:32.378Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar ASDC sendASDCNotification 2022-04-14T07:32:32.378Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar 2022-04-14T07:32:32.379Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:32:32.379Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:32:32.382Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:32:32.382Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921552377, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:32:32.483Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-14T07:32:32.484Z||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-14T07:32:32.484Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:32:32.522Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:32:32.523Z||pool-18-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:32:33.383Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T07:32:33.384Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-04-14T07:32:33.385Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 96fe2b5a-cc68-47ba-9340-29bbfd13d26a, URL: /sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar to file: /app/ASDC/1/service-Vfw20220414072754-csar.csar 2022-04-14T07:32:33.386Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220414072754-csar.csar 2022-04-14T07:32:33.508Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220414072754-csar.csar 2022-04-14T07:32:33.509Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220414072754-csar.csar 2022-04-14T07:32:34.321Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3457005506632359806/Definitions/service-Vfw20220414072754-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-14T07:32:37.524Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-14T07:32:37.531Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-04-14T07:32:37.532Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220414072754-csar.csar 2022-04-14T07:32:37.532Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-14T07:32:37.532Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||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-Vfw20220414072754-csar.csar 2022-04-14T07:32:37.532Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||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-Vfw20220414072754-csar.csar 2022-04-14T07:32:37.533Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220414072754-csar.csar 2022-04-14T07:32:37.533Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220414072754-csar.csar 2022-04-14T07:32:37.533Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220414072754-csar.csar 2022-04-14T07:32:37.533Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||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-Vfw20220414072754-csar.csar 2022-04-14T07:32:37.533Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220414072754-csar.csar 2022-04-14T07:32:37.533Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220414072754-csar.csar 2022-04-14T07:32:37.533Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220414072754-csar.csar 2022-04-14T07:32:37.534Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220414072754-csar.csar 2022-04-14T07:32:37.534Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220414072754-csar.csar 2022-04-14T07:32:37.534Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220414072754-csar.csar 2022-04-14T07:32:37.534Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e7b8a1f8-1467 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-Vfw20220414072754-csar.csar 2022-04-14T07:32:37.534Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-04-14T07:32:37.543Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:32:37.546Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-14 07-27-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:32:37.552Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vFW e7b8a1f8-1467 0 is matching search criteria 2022-04-14T07:32:37.553Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-04-14T07:32:37.554Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e7b8a1f8-1467 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T07:32:37.556Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:32:37.557Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-14 07-27-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:32:37.557Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vFW e7b8a1f8-1467 0 is matching search criteria 2022-04-14T07:32:37.557Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-04-14T07:32:37.557Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e7b8a1f8-1467 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T07:32:37.558Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:32:37.558Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-14 07-27-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:32:37.563Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:32:37.564Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vFW e7b8a1f8-1467 0 is not matching search criteria 2022-04-14T07:32:37.564Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T07:32:37.564Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T07:32:37.564Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T07:32:37.565Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T07:32:37.565Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:32:37.565Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:32:37.565Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T07:32:37.565Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T07:32:37.566Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T07:32:37.566Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:32:37.566Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T07:32:37.566Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T07:32:37.566Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T07:32:37.566Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T07:32:37.567Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:32:37.567Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-14T07:32:37.567Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:32:37.567Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-14 07-27-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-14T07:32:37.569Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:32:37.570Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vFW e7b8a1f8-1467 0 is matching search criteria 2022-04-14T07:32:37.570Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e7b8a1f8-1467 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:32:37.570Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:32:37.571Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vFW e7b8a1f8-1467 0 is matching search criteria 2022-04-14T07:32:37.571Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e7b8a1f8-1467 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:32:37.571Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:32:37.571Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vFW e7b8a1f8-1467 0 is matching search criteria 2022-04-14T07:32:37.571Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e7b8a1f8-1467 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:32:37.572Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:32:37.572Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vFW e7b8a1f8-1467 0 is not matching search criteria 2022-04-14T07:32:37.572Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T07:32:37.572Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T07:32:37.572Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-14T07:32:37.572Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T07:32:37.573Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T07:32:37.573Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:32:37.573Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T07:32:37.573Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T07:32:37.573Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T07:32:37.574Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T07:32:37.574Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:32:37.574Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9a32c64f-dea2-4cd0-9792-0b3edae5f079 2022-04-14T07:32:37.574Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:32:37.574Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vFW e7b8a1f8-1467 0 is not matching search criteria 2022-04-14T07:32:37.575Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T07:32:37.575Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T07:32:37.575Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T07:32:37.575Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T07:32:37.575Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:32:37.576Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:32:37.576Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T07:32:37.576Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-14T07:32:37.576Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T07:32:37.576Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T07:32:37.576Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T07:32:37.577Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:32:37.577Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=115d33e2-37e1-4370-90e2-462008f055b7 2022-04-14T07:32:37.577Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:32:37.577Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vFW e7b8a1f8-1467 0 is not matching search criteria 2022-04-14T07:32:37.577Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T07:32:37.578Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T07:32:37.578Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T07:32:37.578Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T07:32:37.578Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:32:37.578Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:32:37.578Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T07:32:37.579Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T07:32:37.579Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T07:32:37.579Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:32:37.579Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T07:32:37.579Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-14T07:32:37.579Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=391978a7-c770-44c3-8abd-8cfe59bf8787 2022-04-14T07:32:37.580Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:32:37.580Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-14 07-27-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:32:37.580Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:32:37.580Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-14 07-27-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:32:37.580Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:32:37.581Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-14 07-27-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:32:37.581Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:32:37.581Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-14 07-27-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:32:37.581Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-14 07-27-54 Description:catalog service description Model UUID:8a0eb7fa-fb7c-4987-bebb-9a4c2671c891 Model Version:NULL Model InvariantUuid:4c6d42f9-1973-42ff-b7a5-c744ee2180ca Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW e7b8a1f8-1467 Model UUID:80310d90-4f61-4f8d-a808-0f031330fc99 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:8930d31f-2a5e-4b4e-a528-be97d120ab1b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c6c311b7-343e-4e21-baea-fca9e8f9e7e1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c388585a-50a2-46ce-bb1a-65ecf4bac44e ModelName:VfwE7b8a1f81467..base_vfw..module-0 ModelUuid:0618cd0b-9c00-47e9-a1ad-49d115dae08c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9a32c64f-dea2-4cd0-9792-0b3edae5f079 ModelInvariantUuid:88c36816-4ed9-4f92-b894-2a0e8beb4500 ModelName:vFW e7b8a1f8-1467-nodes.vfwCvfc ModelUuid:458d2d84-3c7a-494c-a700-33f373e80976 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:aae6f8e3-1aca-4697-a5de-db4077984e1a ModelInvariantUuid:a4f08289-a5e6-4b60-94ff-91adfcee90f3 ModelName:VfwE7b8a1f81467.compute.nodes.heat.vfw ModelUuid:cd4549e4-adc7-4688-9d06-7e8dba84c8b3 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:115d33e2-37e1-4370-90e2-462008f055b7 ModelInvariantUuid:2e7f5b15-0e43-4488-a7ce-777799ddb2c7 ModelName:vFW e7b8a1f8-1467-nodes.vsnCvfc ModelUuid:1d1eb674-b3ad-4f28-972f-1678076463c2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:45b1d943-f639-4a56-9741-f1b5f2034cfa ModelInvariantUuid:7f363c50-0a68-4f2c-b7b6-f1e3adab6148 ModelName:VfwE7b8a1f81467.compute.nodes.heat.vsn ModelUuid:d77a5920-f7cb-4952-8884-cf84c919a885 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:391978a7-c770-44c3-8abd-8cfe59bf8787 ModelInvariantUuid:75011bf4-8e00-4af6-8e54-ffa8c4c769ae ModelName:vFW e7b8a1f8-1467-nodes.vpgCvfc ModelUuid:26b4a2b4-2f10-47c3-8503-2abc618ed94c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:bc2c4ef7-857a-436b-a328-13d829325745 ModelInvariantUuid:f85bd451-e3a8-4e7a-96ce-d1ce7161fe23 ModelName:VfwE7b8a1f81467.compute.nodes.heat.vpg ModelUuid:2a93b3e3-8dfc-4289-bcac-f4536ef7dbe0 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-14T07:32:37.600Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@27ecf04f marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=4035) 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 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.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 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.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) ... 75 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) ... 76 common frames omitted 2022-04-14T07:32:37.602Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-14T07:32:37.603Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||ERROR|500||(conn=4035) WSREP has not yet prepared node for application use 2022-04-14T07:32:37.604Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||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 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.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 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.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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=4035) 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) ... 70 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) ... 75 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) ... 76 common frames omitted 2022-04-14T07:32:37.606Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||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 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.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 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.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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.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) ... 49 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=4035) 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) ... 70 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) ... 75 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) ... 76 common frames omitted 2022-04-14T07:32:37.611Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) ... 30 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) ... 33 common frames omitted 2022-04-14T07:32:37.612Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d42ebdde-b084-424d-ae32-827b366131b7 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-14T07:32:37.646Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d42ebdde-b084-424d-ae32-827b366131b7 and serviceModelVersionId: 8a0eb7fa-fb7c-4987-bebb-9a4c2671c891 2022-04-14T07:32:37.647Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4c6d42f9-1973-42ff-b7a5-c744ee2180ca 2022-04-14T07:32:54.857Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0 2022-04-14T07:32:54.977Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-04-14T07:32:55.598Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?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-14T07:32:55.605Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||Invoke 2022-04-14T07:32:57.166Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?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-14T07:32:57.167Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||Invoke 2022-04-14T07:32:58.699Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?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-14T07:32:58.701Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||Invoke 2022-04-14T07:32:59.732Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T07:32:59.733Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?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: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: 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-14T07:32:59.734Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||Exception in executePatchAAI(): {} java.lang.Exception: javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 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: 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) ... 9 common frames omitted 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-14T07:32:59.734Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T07:32:59.734Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d42ebdde-b084-424d-ae32-827b366131b7 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-14T07:32:59.734Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-14T07:32:59.734Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:32:59.737Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:32:59.737Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||try to send status { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921579734, "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-14T07:32:59.837Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:32:59.838Z||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-14T07:32:59.839Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:32:59.863Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:32:59.864Z||pool-19-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-14T07:33:24.105Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:33:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?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-14T07:33:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:33:24.108Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:33:24.109Z||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-14T07:33:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:33:24.152Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:33:24.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "multicloud-k8s-id", "timestamp": 1649921473428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "cds", "timestamp": 1649921474957, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649921476130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921484105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "policy-id", "timestamp": 1649921483363, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "ves-openapi-manager", "timestamp": 1649921482794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "cds", "timestamp": 1649921474957, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "multicloud-k8s-id", "timestamp": 1649921473428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-14T07:33:24.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "clamp", "timestamp": 1649921484669, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649921476130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921484105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/basic_onboard_xxdmfv0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:33:24.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "policy-id", "timestamp": 1649921483363, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/basic_onboard_xxdmfv0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "ves-openapi-manager", "timestamp": 1649921482794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "cds", "timestamp": 1649921474957, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "multicloud-k8s-id", "timestamp": 1649921473428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "clamp", "timestamp": 1649921484669, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/basic_onboard_xxdmfv0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:33:24.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649921476130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921484105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-14T07:33:24.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "policy-id", "timestamp": 1649921483363, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-14T07:33:24.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "ves-openapi-manager", "timestamp": 1649921482794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.182Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "cds", "timestamp": 1649921474957, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:33:24.182Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "multicloud-k8s-id", "timestamp": 1649921473428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:33:24.183Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "clamp", "timestamp": 1649921484669, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649921476130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:33:24.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921484105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "policy-id", "timestamp": 1649921483363, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "ves-openapi-manager", "timestamp": 1649921482794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "clamp", "timestamp": 1649921484669, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921484105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-14T07:33:24.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "policy-id", "timestamp": 1649921483363, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "ves-openapi-manager", "timestamp": 1649921482794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "clamp", "timestamp": 1649921484669, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "cds", "timestamp": 1649921489005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:33:24.188Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:33:24.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921484105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "multicloud-k8s-id", "timestamp": 1649921489052, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/basic_onboard_xxdmfv0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T07:33:24.189Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:33:24.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649921489532, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:33:24.189Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:33:24.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "policy-id", "timestamp": 1649921483363, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "clamp", "timestamp": 1649921484669, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "cds", "timestamp": 1649921490024, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-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-14T07:33:24.207Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e530f0c8-d603-4d5c-9cf2-bfb4d3635324 2022-04-14T07:33:24.207Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e530f0c8-d603-4d5c-9cf2-bfb4d3635324 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-14T07:33:24.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921484105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:33:24.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "policy-id", "timestamp": 1649921483363, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:33:24.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "clamp", "timestamp": 1649921484669, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:33:24.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "multicloud-k8s-id", "timestamp": 1649921491143, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T07:33:24.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:33:24.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "aai-ml", "timestamp": 1649921491585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921492350, "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-14T07:33:24.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:33:24.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "policy-id", "timestamp": 1649921492197, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:33:24.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:33:24.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "aai-ml", "timestamp": 1649921491585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/basic_onboard_xxdmfv0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "multicloud-k8s-id", "timestamp": 1649921492640, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-14T07:33:24.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:33:24.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "policy-id", "timestamp": 1649921493207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:33:24.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:33:24.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "aai-ml", "timestamp": 1649921491585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "multicloud-k8s-id", "timestamp": 1649921493724, "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-14T07:33:24.242Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e530f0c8-d603-4d5c-9cf2-bfb4d3635324 2022-04-14T07:33:24.242Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e530f0c8-d603-4d5c-9cf2-bfb4d3635324 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-14T07:33:24.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "policy-id", "timestamp": 1649921494211, "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-14T07:33:24.256Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e530f0c8-d603-4d5c-9cf2-bfb4d3635324 2022-04-14T07:33:24.256Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e530f0c8-d603-4d5c-9cf2-bfb4d3635324 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-14T07:33:24.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "aai-ml", "timestamp": 1649921491585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "multicloud-k8s-id", "timestamp": 1649921494729, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/basic_onboard_xxdmfv0_modules.json", "status": "DEPLOY_OK" } 2022-04-14T07:33:24.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:33:24.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "aai-ml", "timestamp": 1649921491585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "cds", "timestamp": 1649921491030, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "multicloud-k8s-id", "timestamp": 1649921495735, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "aai-ml", "timestamp": 1649921491585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "cds", "timestamp": 1649921491030, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vfwe7b8a1f814670_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "multicloud-k8s-id", "timestamp": 1649921495735, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vfwe7b8a1f814670_modules.json", "status": "NOTIFIED" } 2022-04-14T07:33:24.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "aai-ml", "timestamp": 1649921491585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:33:24.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649921498394, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:33:24.270Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:33:24.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "cds", "timestamp": 1649921491030, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "multicloud-k8s-id", "timestamp": 1649921495735, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T07:33:24.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649921499416, "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-14T07:33:24.276Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e530f0c8-d603-4d5c-9cf2-bfb4d3635324 2022-04-14T07:33:24.277Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e530f0c8-d603-4d5c-9cf2-bfb4d3635324 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-14T07:33:24.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "cds", "timestamp": 1649921491030, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.286Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "aai-ml", "timestamp": 1649921500070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:33:24.286Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:33:24.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "multicloud-k8s-id", "timestamp": 1649921495735, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "cds", "timestamp": 1649921491030, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "multicloud-k8s-id", "timestamp": 1649921495735, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-14T07:33:24.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "cds", "timestamp": 1649921491030, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "multicloud-k8s-id", "timestamp": 1649921495735, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "cds", "timestamp": 1649921491030, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:33:24.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "ves-openapi-manager", "timestamp": 1649921502794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "multicloud-k8s-id", "timestamp": 1649921495735, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:33:24.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "ves-openapi-manager", "timestamp": 1649921502794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vfwe7b8a1f814670_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "cds", "timestamp": 1649921503858, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:33:24.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:33:24.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "policy-id", "timestamp": 1649921503363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "multicloud-k8s-id", "timestamp": 1649921504063, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vfwe7b8a1f814670_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T07:33:24.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:33:24.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "ves-openapi-manager", "timestamp": 1649921502794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "cds", "timestamp": 1649921504864, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-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-14T07:33:24.298Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d42ebdde-b084-424d-ae32-827b366131b7 2022-04-14T07:33:24.298Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d42ebdde-b084-424d-ae32-827b366131b7 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-14T07:33:24.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "policy-id", "timestamp": 1649921503363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vfwe7b8a1f814670_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "ves-openapi-manager", "timestamp": 1649921502794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "multicloud-k8s-id", "timestamp": 1649921505589, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T07:33:24.307Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:33:24.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "policy-id", "timestamp": 1649921503363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T07:33:24.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "ves-openapi-manager", "timestamp": 1649921502794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649921506152, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "multicloud-k8s-id", "timestamp": 1649921506948, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-14T07:33:24.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:33:24.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "policy-id", "timestamp": 1649921503363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "clamp", "timestamp": 1649921507670, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:33:24.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:33:24.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "ves-openapi-manager", "timestamp": 1649921502794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649921506152, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vfwe7b8a1f814670_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "multicloud-k8s-id", "timestamp": 1649921507974, "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-14T07:33:24.315Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d42ebdde-b084-424d-ae32-827b366131b7 2022-04-14T07:33:24.315Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d42ebdde-b084-424d-ae32-827b366131b7 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-14T07:33:24.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "policy-id", "timestamp": 1649921503363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.325Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "ves-openapi-manager", "timestamp": 1649921502794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "clamp", "timestamp": 1649921508870, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:33:24.326Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:33:24.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649921506152, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "multicloud-k8s-id", "timestamp": 1649921508977, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vfwe7b8a1f814670_modules.json", "status": "DEPLOY_OK" } 2022-04-14T07:33:24.328Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:33:24.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "policy-id", "timestamp": 1649921503363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.328Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "clamp", "timestamp": 1649921509885, "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-14T07:33:24.338Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e530f0c8-d603-4d5c-9cf2-bfb4d3635324 2022-04-14T07:33:24.338Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e530f0c8-d603-4d5c-9cf2-bfb4d3635324 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-14T07:33:24.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649921506152, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "policy-id", "timestamp": 1649921503363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:33:24.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649921506152, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "policy-id", "timestamp": 1649921511399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:33:24.349Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:33:24.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649921506152, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "aai-ml", "timestamp": 1649921513046, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-14T07:33:24.350Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:33:24.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "policy-id", "timestamp": 1649921512402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:33:24.350Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:33:24.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649921506152, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:33:24.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324", "consumerID": "aai-ml", "timestamp": 1649921514054, "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-14T07:33:24.357Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e530f0c8-d603-4d5c-9cf2-bfb4d3635324 2022-04-14T07:33:24.357Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e530f0c8-d603-4d5c-9cf2-bfb4d3635324 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-14T07:33:24.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "policy-id", "timestamp": 1649921513406, "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-14T07:33:24.369Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d42ebdde-b084-424d-ae32-827b366131b7 2022-04-14T07:33:24.369Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d42ebdde-b084-424d-ae32-827b366131b7 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-14T07:33:24.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649921514722, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:33:24.378Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:33:24.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "clamp", "timestamp": 1649921514668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "clamp", "timestamp": 1649921514668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vfwe7b8a1f814670_modules.json", "status": "NOTIFIED" } 2022-04-14T07:33:24.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "clamp", "timestamp": 1649921514668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "clamp", "timestamp": 1649921514668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "clamp", "timestamp": 1649921514668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "clamp", "timestamp": 1649921514668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "clamp", "timestamp": 1649921514668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:33:24.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649921521581, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:33:24.382Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:33:24.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "aai-ml", "timestamp": 1649921521585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649921522588, "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-14T07:33:24.388Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d42ebdde-b084-424d-ae32-827b366131b7 2022-04-14T07:33:24.389Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d42ebdde-b084-424d-ae32-827b366131b7 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-14T07:33:24.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "aai-ml", "timestamp": 1649921521585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vfwe7b8a1f814670_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "aai-ml", "timestamp": 1649921521585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "aai-ml", "timestamp": 1649921521585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "aai-ml", "timestamp": 1649921521585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "aai-ml", "timestamp": 1649921521585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:33:24.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "aai-ml", "timestamp": 1649921521585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:33:24.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:33:24.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "aai-ml", "timestamp": 1649921529676, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:33:24.401Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:33:24.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "clamp", "timestamp": 1649921534038, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:33:24.401Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:33:24.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "clamp", "timestamp": 1649921535073, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:33:24.402Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:33:24.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "clamp", "timestamp": 1649921536080, "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-14T07:33:24.408Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d42ebdde-b084-424d-ae32-827b366131b7 2022-04-14T07:33:24.408Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d42ebdde-b084-424d-ae32-827b366131b7 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-14T07:33:24.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "aai-ml", "timestamp": 1649921541175, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-14T07:33:24.417Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:33:24.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:33:24.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "aai-ml", "timestamp": 1649921542181, "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-14T07:33:24.423Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of d42ebdde-b084-424d-ae32-827b366131b7 2022-04-14T07:33:24.423Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d42ebdde-b084-424d-ae32-827b366131b7 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-14T07:33:33.682Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:34:24.105Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:34:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?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-14T07:34:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:34:24.108Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:34:24.109Z||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-14T07:34:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:34:24.640Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:34:24.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:34:24.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921544105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:34:24.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:34:24.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:34:24.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921544105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vfwe7b8a1f814670_modules.json", "status": "NOTIFIED" } 2022-04-14T07:34:24.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:34:24.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:34:24.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921544105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T07:34:24.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:34:24.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:34:24.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921544105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:34:24.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:34:24.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:34:24.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921544105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-14T07:34:24.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:34:24.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:34:24.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921544105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:34:24.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:34:24.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:34:24.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921544105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:34:24.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T07:34:24.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:34:24.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921552377, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:34:24.647Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:34:24.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T07:34:24.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d42ebdde-b084-424d-ae32-827b366131b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649921579734, "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-14T07:34:24.648Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:34:33.670Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:35:24.105Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:35:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?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-14T07:35:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:35:24.108Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:35:24.109Z||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-14T07:35:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:35:33.695Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:35:33.695Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:36:24.105Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:36:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?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-14T07:36:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:36:24.108Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:36:24.109Z||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-14T07:36:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:36:33.675Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:36:33.679Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:37:24.105Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:37:24.108Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:37:24.110Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?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-14T07:37:24.110Z||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-14T07:37:24.110Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:37:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:37:33.684Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:37:33.685Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:38:24.105Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:38:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?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-14T07:38:24.107Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:38:24.108Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:38:24.109Z||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-14T07:38:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:38:33.667Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:38:33.697Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:39:24.105Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:39:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?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-14T07:39:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:39:24.109Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:39:24.110Z||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-14T07:39:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:39:33.665Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:39:33.666Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:40:24.105Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:40:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?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-14T07:40:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:40:24.108Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:40:24.109Z||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-14T07:40:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:40:33.655Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:40:33.672Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:41:24.105Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:41:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?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-14T07:41:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:41:24.108Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:41:24.109Z||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-14T07:41:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:41:33.654Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:41:33.659Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:42:24.105Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:42:24.106Z||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-14T07:42:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:42:24.108Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:42:24.109Z||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-14T07:42:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:42:24.747Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:42:24.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"d1e8b786-4f50-4e9c-896c-4c47dab81a31","serviceName":"vFW 2022-04-14 07-38-40","serviceVersion":"1.0","serviceUUID":"e3a9a6c1-4c02-4450-a846-77fbaab111d0","serviceDescription":"catalog service description","serviceInvariantUUID":"afc852da-d107-4184-87f3-8548f3d720f6","resources":[{"resourceInstanceName":"vFW 0e695e9c-0aff 0","resourceName":"vFW 0e695e9c-0aff","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"361c7225-f761-4ee7-b695-08e17330bd8c","resourceInvariantUUID":"f0d13baf-0aa1-4647-93b3-9ae705928679","resourceCustomizationUUID":"85f76a58-af05-46b6-bb69-04d56308c5ea","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vf-license-model.xml","artifactChecksum":"MmY5YzQ0ZDZkMjM4Njg2ZTYxNGJhZjQzYzc4NGU4YTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4f7c654-638a-439a-b3b0-c47567cf3fbf","artifactVersion":"1"},{"artifactName":"vfw0e695e9c0aff0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json","artifactChecksum":"OTdhYTNhMjVhZjgxNDk1MjZjMmNhOWM4MzVhOTNhYWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"47a97f77-af24-42a1-8ffc-3c5e10a348b1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac0dd7d4-e035-4ec1-b20b-30e393b1421c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vendor-license-model.xml","artifactChecksum":"ODkyZjQwNzBiMGY1YWZhM2MxOGZjMzUzMGJhYTA3MmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"71b34264-cd09-448b-97c1-5cf48f397e8c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"001b8c94-56b7-4b52-8ac9-622f7d9cd299","artifactVersion":"2","generatedFromUUID":"ac0dd7d4-e035-4ec1-b20b-30e393b1421c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220414073840-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-template.yml","artifactChecksum":"NjllZDNmNzk4YmY4ZjIwZWUzZDljMWE0NGE2MzY5NDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"69e107f3-285e-41ac-864f-ef2e786b61a5","artifactVersion":"1"},{"artifactName":"service-Vfw20220414073840-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar","artifactChecksum":"MWE3M2E5ZThlYTE5NmM0MTNmYzNhOTM1MDVhYzVmNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f709ea95-49bc-48c6-a82e-29049f97df37","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-14T07:42:24.756Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:42:24.757Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:42:24.759Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:42:24.762Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:42:24.762Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922144105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "multicloud-k8s-id", "timestamp": 1649922093428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.764Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "aai-ml", "timestamp": 1649922091585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.765Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.766Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "aai-ml", "timestamp": 1649922091585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.766Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.766Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "multicloud-k8s-id", "timestamp": 1649922093428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:42:24.766Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "ves-openapi-manager", "timestamp": 1649922102794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.767Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "aai-ml", "timestamp": 1649922091585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.767Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "multicloud-k8s-id", "timestamp": 1649922093428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T07:42:24.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "ves-openapi-manager", "timestamp": 1649922102794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "multicloud-k8s-id", "timestamp": 1649922093428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "aai-ml", "timestamp": 1649922091585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.769Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "policy-id", "timestamp": 1649922103363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.769Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "ves-openapi-manager", "timestamp": 1649922102794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.769Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.770Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "aai-ml", "timestamp": 1649922091585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.770Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.770Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "multicloud-k8s-id", "timestamp": 1649922093428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-14T07:42:24.770Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "policy-id", "timestamp": 1649922103363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.771Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "ves-openapi-manager", "timestamp": 1649922102794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.772Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "cds", "timestamp": 1649922104957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "aai-ml", "timestamp": 1649922091585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "multicloud-k8s-id", "timestamp": 1649922093428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "policy-id", "timestamp": 1649922103363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T07:42:24.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "ves-openapi-manager", "timestamp": 1649922102794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922106129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "cds", "timestamp": 1649922104957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "aai-ml", "timestamp": 1649922091585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:42:24.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "multicloud-k8s-id", "timestamp": 1649922093428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:42:24.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "policy-id", "timestamp": 1649922103363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "ves-openapi-manager", "timestamp": 1649922102794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922106129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "cds", "timestamp": 1649922104957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "multicloud-k8s-id", "timestamp": 1649922108017, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T07:42:24.778Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:42:24.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "aai-ml", "timestamp": 1649922108837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:42:24.778Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:42:24.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "policy-id", "timestamp": 1649922103363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "ves-openapi-manager", "timestamp": 1649922102794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922106129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "cds", "timestamp": 1649922104957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.780Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "policy-id", "timestamp": 1649922103363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.780Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922106129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.780Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "multicloud-k8s-id", "timestamp": 1649922109357, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T07:42:24.781Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:42:24.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "cds", "timestamp": 1649922104957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.781Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "policy-id", "timestamp": 1649922103363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:42:24.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922106129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "cds", "timestamp": 1649922104957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "multicloud-k8s-id", "timestamp": 1649922110621, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-14T07:42:24.783Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:42:24.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922106129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "policy-id", "timestamp": 1649922111426, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:42:24.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:42:24.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "cds", "timestamp": 1649922104957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:42:24.784Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "multicloud-k8s-id", "timestamp": 1649922111657, "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-14T07:42:24.812Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1e8b786-4f50-4e9c-896c-4c47dab81a31 2022-04-14T07:42:24.813Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e8b786-4f50-4e9c-896c-4c47dab81a31 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-14T07:42:24.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922106129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:42:24.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "policy-id", "timestamp": 1649922112431, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:42:24.826Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:42:24.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "multicloud-k8s-id", "timestamp": 1649922112660, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json", "status": "DEPLOY_OK" } 2022-04-14T07:42:24.827Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:42:24.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "cds", "timestamp": 1649922113349, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:42:24.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:42:24.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "policy-id", "timestamp": 1649922113434, "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-14T07:42:24.835Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1e8b786-4f50-4e9c-896c-4c47dab81a31 2022-04-14T07:42:24.836Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e8b786-4f50-4e9c-896c-4c47dab81a31 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-14T07:42:24.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922114381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:42:24.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:42:24.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "cds", "timestamp": 1649922114359, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-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-14T07:42:24.855Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d1e8b786-4f50-4e9c-896c-4c47dab81a31 2022-04-14T07:42:24.856Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e8b786-4f50-4e9c-896c-4c47dab81a31 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-14T07:42:24.862Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:42:24.863Z||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-14T07:42:24.863Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:42:24.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "clamp", "timestamp": 1649922114668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "clamp", "timestamp": 1649922114668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:42:24.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "clamp", "timestamp": 1649922114668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "clamp", "timestamp": 1649922114668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "aai-ml", "timestamp": 1649922119419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-14T07:42:24.870Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:42:24.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "clamp", "timestamp": 1649922114668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922119702, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:42:24.872Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:42:24.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "aai-ml", "timestamp": 1649922120423, "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-14T07:42:24.878Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:42:24.878Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of d1e8b786-4f50-4e9c-896c-4c47dab81a31 2022-04-14T07:42:24.878Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:42:24.879Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e8b786-4f50-4e9c-896c-4c47dab81a31 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-14T07:42:24.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "clamp", "timestamp": 1649922114668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:24.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922120710, "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-14T07:42:24.897Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d1e8b786-4f50-4e9c-896c-4c47dab81a31 2022-04-14T07:42:24.897Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e8b786-4f50-4e9c-896c-4c47dab81a31 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-14T07:42:24.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "clamp", "timestamp": 1649922114668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:42:24.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:42:24.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "clamp", "timestamp": 1649922137224, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:42:24.908Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:42:24.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "clamp", "timestamp": 1649922139176, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:42:24.909Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:42:24.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:42:24.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "clamp", "timestamp": 1649922140183, "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-14T07:42:24.916Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d1e8b786-4f50-4e9c-896c-4c47dab81a31 2022-04-14T07:42:24.916Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e8b786-4f50-4e9c-896c-4c47dab81a31 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-14T07:42:25.763Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:42:25.764Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:42:25.766Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:42:25.766Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922144105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:42:25.866Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:42:25.867Z||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-14T07:42:25.867Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:42:25.881Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:42:25.881Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:42:26.767Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:42:26.768Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:42:26.770Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:42:26.770Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922144105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T07:42:26.871Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:42:26.875Z||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-14T07:42:26.875Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:42:26.894Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:42:26.894Z||pool-22-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:42:27.773Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:42:27.773Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:42:27.777Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:42:27.777Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922144105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:27.877Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:42:27.878Z||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-14T07:42:27.879Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:42:27.891Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:42:27.892Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:42:28.778Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:42:28.779Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:42:28.781Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:42:28.781Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922144105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-14T07:42:28.881Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:42:28.882Z||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-14T07:42:28.882Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:42:28.909Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:42:28.910Z||pool-24-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:42:29.781Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:42:29.782Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:42:29.784Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:42:29.784Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922144105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:42:29.885Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T07:42:29.886Z||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-14T07:42:29.886Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:42:29.898Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:42:29.899Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:42:30.785Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:42:30.786Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:42:30.790Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:42:30.790Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922144105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:42:30.890Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:42:30.892Z||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-14T07:42:30.892Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:42:30.910Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:42:30.910Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:42:31.793Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "serviceName": "vFW 2022-04-14 07-38-40", "serviceVersion": "1.0", "serviceUUID": "e3a9a6c1-4c02-4450-a846-77fbaab111d0", "serviceDescription": "catalog service description", "serviceInvariantUUID": "afc852da-d107-4184-87f3-8548f3d720f6", "resources": [ { "resourceInstanceName": "vFW 0e695e9c-0aff 0", "resourceCustomizationUUID": "85f76a58-af05-46b6-bb69-04d56308c5ea", "resourceName": "vFW 0e695e9c-0aff", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "361c7225-f761-4ee7-b695-08e17330bd8c", "resourceInvariantUUID": "f0d13baf-0aa1-4647-93b3-9ae705928679", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw0e695e9c0aff0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json", "artifactChecksum": "OTdhYTNhMjVhZjgxNDk1MjZjMmNhOWM4MzVhOTNhYWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "47a97f77-af24-42a1-8ffc-3c5e10a348b1", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ac0dd7d4-e035-4ec1-b20b-30e393b1421c", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "001b8c94-56b7-4b52-8ac9-622f7d9cd299", "generatedFromUUID": "ac0dd7d4-e035-4ec1-b20b-30e393b1421c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "001b8c94-56b7-4b52-8ac9-622f7d9cd299", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220414073840-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar", "artifactChecksum": "MWE3M2E5ZThlYTE5NmM0MTNmYzNhOTM1MDVhYzVmNDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f709ea95-49bc-48c6-a82e-29049f97df37" } ], "workloadContext": "Production" } 2022-04-14T07:42:31.793Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-14T07:42:31.794Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e3a9a6c1-4c02-4450-a846-77fbaab111d0 ASDC 2022-04-14T07:42:31.794Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:d1e8b786-4f50-4e9c-896c-4c47dab81a31 ServiceName:vFW 2022-04-14 07-38-40 ServiceVersion:1.0 ServiceUUID:e3a9a6c1-4c02-4450-a846-77fbaab111d0 ServiceInvariantUUID:afc852da-d107-4184-87f3-8548f3d720f6 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220414073840-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar ArtifactUUID:f709ea95-49bc-48c6-a82e-29049f97df37 ArtifactChecksum:MWE3M2E5ZThlYTE5NmM0MTNmYzNhOTM1MDVhYzVmNDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 0e695e9c-0aff 0 ResourceCustomizationUUID:85f76a58-af05-46b6-bb69-04d56308c5ea ResourceInvariantUUID:f0d13baf-0aa1-4647-93b3-9ae705928679 ResourceName:vFW 0e695e9c-0aff ResourceType:VF ResourceUUID:361c7225-f761-4ee7-b695-08e17330bd8c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw0e695e9c0aff0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json ArtifactUUID:47a97f77-af24-42a1-8ffc-3c5e10a348b1 ArtifactChecksum:OTdhYTNhMjVhZjgxNDk1MjZjMmNhOWM4MzVhOTNhYWM= 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/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml ArtifactUUID:ac0dd7d4-e035-4ec1-b20b-30e393b1421c 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/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env ArtifactUUID:001b8c94-56b7-4b52-8ac9-622f7d9cd299 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/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env ArtifactUUID:001b8c94-56b7-4b52-8ac9-622f7d9cd299 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-14T07:42:31.794Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e3a9a6c1-4c02-4450-a846-77fbaab111d0 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-14T07:42:31.832Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T07:42:31.834Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-04-14T07:42:31.834Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-04-14T07:42:31.834Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f709ea95-49bc-48c6-a82e-29049f97df37 from URL: /sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar 2022-04-14T07:42:31.834Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-04-14T07:42:31.834Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar 2022-04-14T07:42:32.784Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-04-14T07:42:32.789Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar f709ea95-49bc-48c6-a82e-29049f97df37 98962 2022-04-14T07:42:32.790Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar ASDC sendASDCNotification 2022-04-14T07:42:32.790Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar 2022-04-14T07:42:32.790Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:42:32.790Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:42:32.792Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:42:32.793Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922152790, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:42:32.893Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:42:32.894Z||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-14T07:42:32.894Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:42:32.908Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:42:32.909Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:42:33.793Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T07:42:33.795Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-04-14T07:42:33.795Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f709ea95-49bc-48c6-a82e-29049f97df37, URL: /sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar to file: /app/ASDC/1/service-Vfw20220414073840-csar.csar 2022-04-14T07:42:33.795Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220414073840-csar.csar 2022-04-14T07:42:33.796Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220414073840-csar.csar 2022-04-14T07:42:33.796Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220414073840-csar.csar 2022-04-14T07:42:34.037Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14357279510271795366/Definitions/service-Vfw20220414073840-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-14T07:42:36.463Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-14T07:42:36.464Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-04-14T07:42:36.464Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220414073840-csar.csar 2022-04-14T07:42:36.464Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-14T07:42:36.464Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220414073840-csar.csar 2022-04-14T07:42:36.464Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220414073840-csar.csar 2022-04-14T07:42:36.464Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|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-Vfw20220414073840-csar.csar 2022-04-14T07:42:36.465Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220414073840-csar.csar 2022-04-14T07:42:36.465Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220414073840-csar.csar 2022-04-14T07:42:36.465Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220414073840-csar.csar 2022-04-14T07:42:36.465Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|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-Vfw20220414073840-csar.csar 2022-04-14T07:42:36.465Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220414073840-csar.csar 2022-04-14T07:42:36.465Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0e695e9c-0aff 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-Vfw20220414073840-csar.csar 2022-04-14T07:42:36.465Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220414073840-csar.csar 2022-04-14T07:42:36.465Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220414073840-csar.csar 2022-04-14T07:42:36.465Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220414073840-csar.csar 2022-04-14T07:42:36.466Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|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-Vfw20220414073840-csar.csar 2022-04-14T07:42:36.466Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-04-14T07:42:36.466Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:36.466Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:42:36.466Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is matching search criteria 2022-04-14T07:42:36.467Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-04-14T07:42:36.467Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0e695e9c-0aff 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T07:42:36.467Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:36.467Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:42:36.467Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is matching search criteria 2022-04-14T07:42:36.468Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-04-14T07:42:36.468Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0e695e9c-0aff 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T07:42:36.468Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:36.468Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:42:36.469Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:36.469Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is not matching search criteria 2022-04-14T07:42:36.469Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T07:42:36.469Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T07:42:36.469Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T07:42:36.469Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T07:42:36.470Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:42:36.470Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T07:42:36.470Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:42:36.470Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T07:42:36.470Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T07:42:36.470Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:42:36.471Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T07:42:36.471Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T07:42:36.471Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T07:42:36.471Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T07:42:36.471Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:42:36.472Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-14T07:42:36.472Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:36.472Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-14T07:42:36.472Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:36.473Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is matching search criteria 2022-04-14T07:42:36.473Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0e695e9c-0aff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:42:36.473Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:36.473Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is matching search criteria 2022-04-14T07:42:36.473Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0e695e9c-0aff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:42:36.474Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:36.474Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is matching search criteria 2022-04-14T07:42:36.474Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0e695e9c-0aff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:42:36.474Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:36.474Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is not matching search criteria 2022-04-14T07:42:36.474Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T07:42:36.474Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T07:42:36.475Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-14T07:42:36.475Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T07:42:36.475Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T07:42:36.475Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:42:36.475Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T07:42:36.475Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T07:42:36.475Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T07:42:36.476Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T07:42:36.476Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:42:36.476Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ad51b2b7-716c-492c-833e-20097a875d6c 2022-04-14T07:42:36.476Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:36.476Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is not matching search criteria 2022-04-14T07:42:36.476Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T07:42:36.476Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T07:42:36.477Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T07:42:36.477Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T07:42:36.477Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:42:36.477Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T07:42:36.477Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:42:36.477Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-14T07:42:36.477Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T07:42:36.478Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T07:42:36.478Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T07:42:36.478Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:42:36.478Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2d5dbdd7-a622-48eb-858e-16b22f9ae0b8 2022-04-14T07:42:36.478Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:36.478Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is not matching search criteria 2022-04-14T07:42:36.479Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T07:42:36.479Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T07:42:36.479Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T07:42:36.479Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T07:42:36.479Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:42:36.479Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T07:42:36.479Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:42:36.480Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T07:42:36.480Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T07:42:36.480Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:42:36.480Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T07:42:36.480Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-14T07:42:36.480Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b4576d74-ecc0-43d4-a7d6-d58e37b86cf1 2022-04-14T07:42:36.481Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:36.481Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:42:36.481Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:36.481Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:42:36.481Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:36.481Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:42:36.481Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:36.482Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:42:36.482Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-14 07-38-40 Description:catalog service description Model UUID:e3a9a6c1-4c02-4450-a846-77fbaab111d0 Model Version:NULL Model InvariantUuid:afc852da-d107-4184-87f3-8548f3d720f6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 0e695e9c-0aff Model UUID:ad5ee6fd-5a40-43ca-a551-8ff9ffe34e1c Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:f0d13baf-0aa1-4647-93b3-9ae705928679 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:85f76a58-af05-46b6-bb69-04d56308c5ea NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fb4ff01b-7338-4a76-ad4e-f16b00a7f1bb ModelName:Vfw0e695e9c0aff..base_vfw..module-0 ModelUuid:0f0a3bb7-5e23-4ff3-a02d-c74cfe2c873c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ad51b2b7-716c-492c-833e-20097a875d6c ModelInvariantUuid:311ee55a-26d3-4fda-9de7-55fc589b2962 ModelName:vFW 0e695e9c-0aff-nodes.vfwCvfc ModelUuid:b3fcbd00-1fd5-4d45-bdf1-bd69c945f757 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:b20df369-72be-4cb5-a93d-41e8964f8f8d ModelInvariantUuid:254123bb-e613-4e71-99b9-21c86ef8a7d1 ModelName:Vfw0e695e9c0aff.compute.nodes.heat.vfw ModelUuid:7f48bf59-50c0-4f48-9c0a-9a0924f98614 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:2d5dbdd7-a622-48eb-858e-16b22f9ae0b8 ModelInvariantUuid:70e2bde6-9167-4427-9882-2e91e5fee376 ModelName:vFW 0e695e9c-0aff-nodes.vsnCvfc ModelUuid:7034cb68-8a02-4e19-a081-c2cd80a37229 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:87be5c22-d1cb-4756-a335-7d24e4c2be4e ModelInvariantUuid:4cf600c8-5c34-462c-a580-35843408fb1f ModelName:Vfw0e695e9c0aff.compute.nodes.heat.vsn ModelUuid:e95cdacc-abd2-4690-969f-f1b9df7a69ee ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b4576d74-ecc0-43d4-a7d6-d58e37b86cf1 ModelInvariantUuid:d1fbd1bf-bca7-450c-89d7-9b4edba224f5 ModelName:vFW 0e695e9c-0aff-nodes.vpgCvfc ModelUuid:2a9013c0-589b-4d3b-9172-4d179f3377dd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:1fed8012-9c57-43e6-92ad-a7e32fcf362b ModelInvariantUuid:ef50c005-feb8-400b-9dbf-11680be95385 ModelName:Vfw0e695e9c0aff.compute.nodes.heat.vpg ModelUuid:83bb0fc6-3c04-4b1b-afdf-c1df46e21626 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-14T07:42:36.496Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 361c7225-f761-4ee7-b695-08e17330bd8c 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-14T07:42:36.519Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||vFW 0e695e9c-0aff 0 2022-04-14T07:42:36.528Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 361c7225-f761-4ee7-b695-08e17330bd8c 2022-04-14T07:42:36.528Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 47a97f77-af24-42a1-8ffc-3c5e10a348b1 from URL: /sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json 2022-04-14T07:42:36.528Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-04-14T07:42:36.529Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json 2022-04-14T07:42:36.828Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-04-14T07:42:36.829Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json 47a97f77-af24-42a1-8ffc-3c5e10a348b1 785 2022-04-14T07:42:36.829Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json ASDC sendASDCNotification 2022-04-14T07:42:36.829Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json 2022-04-14T07:42:36.829Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:42:36.830Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:42:36.832Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:42:36.832Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922156829, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T07:42:36.932Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T07:42:36.933Z||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-14T07:42:36.933Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:42:36.960Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:42:36.961Z||pool-28-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:42:37.834Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw0e695e9c0aff..base_vfw..module-0", "vfModuleModelInvariantUUID": "fb4ff01b-7338-4a76-ad4e-f16b00a7f1bb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0f0a3bb7-5e23-4ff3-a02d-c74cfe2c873c", "vfModuleModelCustomizationUUID": "bfb7373e-fba7-4005-bbd3-7eb4bda47215", "isBase": true, "artifacts": [ "ac0dd7d4-e035-4ec1-b20b-30e393b1421c", "001b8c94-56b7-4b52-8ac9-622f7d9cd299" ], "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-14T07:42:37.854Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw0e695e9c0aff..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0f0a3bb7-5e23-4ff3-a02d-c74cfe2c873c VfModuleModelInvariantUUID:fb4ff01b-7338-4a76-ad4e-f16b00a7f1bb VfModuleModelDescription:NULL Artifacts UUID List:{ ac0dd7d4-e035-4ec1-b20b-30e393b1421c , 001b8c94-56b7-4b52-8ac9-622f7d9cd299 } 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-14T07:42:37.858Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw0e695e9c0aff..base_vfw..module-0", "vfModuleModelInvariantUUID": "fb4ff01b-7338-4a76-ad4e-f16b00a7f1bb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0f0a3bb7-5e23-4ff3-a02d-c74cfe2c873c", "vfModuleModelCustomizationUUID": "bfb7373e-fba7-4005-bbd3-7eb4bda47215", "isBase": true, "artifacts": [ "ac0dd7d4-e035-4ec1-b20b-30e393b1421c", "001b8c94-56b7-4b52-8ac9-622f7d9cd299" ], "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-14T07:42:37.858Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw0e695e9c0aff..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0f0a3bb7-5e23-4ff3-a02d-c74cfe2c873c VfModuleModelInvariantUUID:fb4ff01b-7338-4a76-ad4e-f16b00a7f1bb VfModuleModelDescription:NULL Artifacts UUID List:{ ac0dd7d4-e035-4ec1-b20b-30e393b1421c , 001b8c94-56b7-4b52-8ac9-622f7d9cd299 } 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-14T07:42:37.858Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ac0dd7d4-e035-4ec1-b20b-30e393b1421c from URL: /sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml 2022-04-14T07:42:37.858Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-04-14T07:42:37.859Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml 2022-04-14T07:42:38.126Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-04-14T07:42:38.127Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml ac0dd7d4-e035-4ec1-b20b-30e393b1421c 20368 2022-04-14T07:42:38.127Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-14T07:42:38.127Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml 2022-04-14T07:42:38.128Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:42:38.128Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:42:38.130Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:42:38.130Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922158127, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T07:42:38.230Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:42:38.231Z||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-14T07:42:38.231Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:42:38.247Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:42:38.247Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:42:39.131Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 001b8c94-56b7-4b52-8ac9-622f7d9cd299 from URL: /sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env 2022-04-14T07:42:39.131Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-04-14T07:42:39.131Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env 2022-04-14T07:42:39.416Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-04-14T07:42:39.417Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env 001b8c94-56b7-4b52-8ac9-622f7d9cd299 2098 2022-04-14T07:42:39.417Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-14T07:42:39.418Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env 2022-04-14T07:42:39.418Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:42:39.418Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:42:39.420Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:42:39.420Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922159417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-14T07:42:39.520Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:42:39.521Z||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-14T07:42:39.521Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:42:39.535Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:42:39.536Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:42:40.423Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e3a9a6c1-4c02-4450-a846-77fbaab111d0 2022-04-14T07:42:40.423Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0e695e9c-0aff 0 361c7225-f761-4ee7-b695-08e17330bd8c 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-14T07:42:40.488Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@68e52470, org.onap.sdc.toscaparser.api.parameters.Input@449c2d8d, org.onap.sdc.toscaparser.api.parameters.Input@5eff7c82, org.onap.sdc.toscaparser.api.parameters.Input@10da27be, org.onap.sdc.toscaparser.api.parameters.Input@515d4771] 2022-04-14T07:42:40.503Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:40.503Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:42:40.504Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-04-14T07:42:40.504Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 85f76a58-af05-46b6-bb69-04d56308c5ea 2022-04-14T07:42:40.504Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 85f76a58-af05-46b6-bb69-04d56308c5ea matches Tosca VF Customization UUID: 85f76a58-af05-46b6-bb69-04d56308c5ea 2022-04-14T07:42:40.504Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 85f76a58-af05-46b6-bb69-04d56308c5ea 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-14T07:42:40.522Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:40.523Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:42:40.526Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 85f76a58-af05-46b6-bb69-04d56308c5ea: {\"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-14T07:42:40.527Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3bc0a0d8 2022-04-14T07:42:40.530Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:40.533Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-14T07:42:40.536Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bfb7373e-fba7-4005-bbd3-7eb4bda47215 2022-04-14T07:42:40.540Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bfb7373e-fba7-4005-bbd3-7eb4bda47215 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-14T07:42:40.558Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:40.558Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is matching search criteria 2022-04-14T07:42:40.559Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0e695e9c-0aff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:42:40.560Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:40.560Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is matching search criteria 2022-04-14T07:42:40.561Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0e695e9c-0aff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:42:40.561Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:40.561Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is not matching search criteria 2022-04-14T07:42:40.561Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T07:42:40.562Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T07:42:40.562Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-14T07:42:40.562Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T07:42:40.563Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T07:42:40.563Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:42:40.563Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T07:42:40.563Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T07:42:40.564Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T07:42:40.564Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T07:42:40.564Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:42:40.565Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ad51b2b7-716c-492c-833e-20097a875d6c 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-14T07:42:40.575Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:40.576Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is matching search criteria 2022-04-14T07:42:40.577Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0e695e9c-0aff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:42:40.577Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:40.577Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is not matching search criteria 2022-04-14T07:42:40.578Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T07:42:40.578Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T07:42:40.578Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T07:42:40.579Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T07:42:40.579Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:42:40.579Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T07:42:40.581Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:42:40.581Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-14T07:42:40.581Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T07:42:40.582Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T07:42:40.582Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T07:42:40.583Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:42:40.583Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2d5dbdd7-a622-48eb-858e-16b22f9ae0b8 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-14T07:42:40.589Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:40.589Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is matching search criteria 2022-04-14T07:42:40.590Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0e695e9c-0aff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:42:40.597Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:40.598Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is not matching search criteria 2022-04-14T07:42:40.598Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T07:42:40.598Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T07:42:40.599Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T07:42:40.599Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T07:42:40.599Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:42:40.599Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T07:42:40.599Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:42:40.600Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T07:42:40.600Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T07:42:40.600Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:42:40.600Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T07:42:40.600Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-14T07:42:40.601Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b4576d74-ecc0-43d4-a7d6-d58e37b86cf1 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-14T07:42:40.605Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:40.608Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is matching search criteria 2022-04-14T07:42:40.609Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0e695e9c-0aff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:42:40.610Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:40.611Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is matching search criteria 2022-04-14T07:42:40.611Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0e695e9c-0aff 0] matching following query criteria: sdcType=VF, customizationUUID=85f76a58-af05-46b6-bb69-04d56308c5ea 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-14T07:42:40.623Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:40.624Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:42:40.625Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e3a9a6c1-4c02-4450-a846-77fbaab111d0: vFW 0e695e9c-0aff 2022-04-14T07:42:40.626Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:40.626Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:42:40.626Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:40.626Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:42:40.627Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:40.627Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:42:40.627Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:40.627Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:42:40.628Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:42:40.628Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:42:40.628Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-04-14 07-38-40 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-14T07:42:41.006Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0e695e9c-0aff 361c7225-f761-4ee7-b695-08e17330bd8c 1 ASDC deployResourceStructure 2022-04-14T07:42:41.007Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json ASDC sendASDCNotification 2022-04-14T07:42:41.007Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json 2022-04-14T07:42:41.007Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T07:42:41.008Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:42:41.011Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:42:41.011Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922161006, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json", "status": "DEPLOY_OK" } 2022-04-14T07:42:41.111Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:42:41.112Z||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-14T07:42:41.112Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:42:41.132Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:42:41.133Z||pool-31-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:42:42.012Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-14T07:42:42.013Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml 2022-04-14T07:42:42.013Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T07:42:42.014Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:42:42.016Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:42:42.017Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922162012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-14T07:42:42.117Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:42:42.118Z||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-14T07:42:42.118Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:42:42.131Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:42:42.132Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:42:43.018Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-14T07:42:43.019Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env 2022-04-14T07:42:43.019Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T07:42:43.019Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:42:43.023Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:42:43.024Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922163018, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-14T07:42:43.123Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T07:42:43.124Z||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-14T07:42:43.125Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:42:43.140Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:42:43.142Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:42:44.024Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar ASDC sendASDCNotification 2022-04-14T07:42:44.026Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar 2022-04-14T07:42:44.027Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T07:42:44.027Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:42:44.029Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:42:44.030Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922164024, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:42:44.130Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:42:44.131Z||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-14T07:42:44.131Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:42:44.151Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:42:44.152Z||pool-34-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:42:45.031Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1e8b786-4f50-4e9c-896c-4c47dab81a31 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T07:42:45.048Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1e8b786-4f50-4e9c-896c-4c47dab81a31 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T07:42:45.052Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T07:42:45.052Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-14T07:42:45.052Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-14T07:42:45.052Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-14T07:42:45.052Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-14T07:42:45.053Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|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-14T07:42:45.058Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-14T07:43:15.059Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d1e8b786-4f50-4e9c-896c-4c47dab81a31 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-14T07:43:15.066Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d1e8b786-4f50-4e9c-896c-4c47dab81a31 and serviceModelVersionId: e3a9a6c1-4c02-4450-a846-77fbaab111d0 2022-04-14T07:43:15.068Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : afc852da-d107-4184-87f3-8548f3d720f6 2022-04-14T07:43:15.070Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0 2022-04-14T07:43:15.079Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-04-14T07:43:15.141Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|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/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?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-14T07:43:15.143Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Invoke 2022-04-14T07:43:16.682Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?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-14T07:43:16.684Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Invoke 2022-04-14T07:43:18.218Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?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-14T07:43:18.219Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Invoke 2022-04-14T07:43:19.258Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T07:43:19.259Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?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-14T07:43:19.260Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T07:43:19.261Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?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-14T07:43:19.272Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?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-14T07:43:19.273Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d1e8b786-4f50-4e9c-896c-4c47dab81a31 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-14T07:43:19.273Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-14T07:43:19.273Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:43:19.276Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:43:19.276Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||try to send status { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922199273, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T07:43:19.376Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T07:43:19.377Z||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-14T07:43:19.378Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:43:19.398Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:43:19.399Z||pool-35-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-14T07:43:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:43:24.106Z||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-14T07:43:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:43:24.108Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:43:24.109Z||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-14T07:43:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:43:24.232Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:43:24.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:43:24.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922144105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:43:24.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:43:33.660Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:44:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:44:24.106Z||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-14T07:44:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:44:24.108Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:44:24.109Z||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-14T07:44:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:44:24.646Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:44:24.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:44:24.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922144105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:44:24.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:44:24.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:44:24.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922144105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T07:44:24.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:44:24.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:44:24.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922144105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:44:24.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:44:24.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:44:24.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922144105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-14T07:44:24.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:44:24.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:44:24.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922144105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:44:24.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:44:24.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:44:24.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922144105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:44:24.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T07:44:24.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:44:24.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922152790, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:44:24.654Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:44:24.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:44:24.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922156829, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T07:44:24.654Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:44:24.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:44:24.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922158127, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T07:44:24.655Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:44:24.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:44:24.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922159417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-14T07:44:24.655Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:44:24.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:44:24.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922161006, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json", "status": "DEPLOY_OK" } 2022-04-14T07:44:24.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:44:24.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:44:24.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922162012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-14T07:44:24.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:44:24.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:44:24.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922163018, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-14T07:44:24.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:44:24.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:44:24.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922164024, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:44:24.657Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:44:24.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T07:44:24.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922199273, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T07:44:24.657Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:44:33.682Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:45:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:45:24.106Z||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-14T07:45:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:45:24.109Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:45:24.110Z||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-14T07:45:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:45:24.272Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:45:24.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "ves-openapi-manager", "timestamp": 1649922302794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "aai-ml", "timestamp": 1649922301584, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.276Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "cds", "timestamp": 1649922299957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.278Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.278Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "policy-id", "timestamp": 1649922303363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.278Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.278Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "ves-openapi-manager", "timestamp": 1649922302794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.278Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "aai-ml", "timestamp": 1649922301584, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "cds", "timestamp": 1649922299957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "policy-id", "timestamp": 1649922303363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "ves-openapi-manager", "timestamp": 1649922302794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "aai-ml", "timestamp": 1649922301584, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "cds", "timestamp": 1649922299957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "policy-id", "timestamp": 1649922303363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T07:45:24.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "aai-ml", "timestamp": 1649922301584, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "ves-openapi-manager", "timestamp": 1649922302794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "cds", "timestamp": 1649922299957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "policy-id", "timestamp": 1649922303363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.284Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "ves-openapi-manager", "timestamp": 1649922302794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.284Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "aai-ml", "timestamp": 1649922301584, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.285Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "cds", "timestamp": 1649922299957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.285Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "policy-id", "timestamp": 1649922303363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.286Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "multicloud-k8s-id", "timestamp": 1649922313428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.286Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "ves-openapi-manager", "timestamp": 1649922302794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.287Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "aai-ml", "timestamp": 1649922301584, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.288Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "cds", "timestamp": 1649922299957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "policy-id", "timestamp": 1649922303363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "multicloud-k8s-id", "timestamp": 1649922313428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:45:24.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "ves-openapi-manager", "timestamp": 1649922302794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "cds", "timestamp": 1649922299957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:45:24.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "aai-ml", "timestamp": 1649922301584, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:45:24.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "policy-id", "timestamp": 1649922303363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:45:24.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "multicloud-k8s-id", "timestamp": 1649922313428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T07:45:24.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922316129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "multicloud-k8s-id", "timestamp": 1649922313428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922316129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "multicloud-k8s-id", "timestamp": 1649922313428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-14T07:45:24.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "aai-ml", "timestamp": 1649922318943, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:45:24.295Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:45:24.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922316129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "cds", "timestamp": 1649922318435, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:45:24.296Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:45:24.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "policy-id", "timestamp": 1649922318424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:45:24.296Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:45:24.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "multicloud-k8s-id", "timestamp": 1649922313428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922316129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "cds", "timestamp": 1649922319452, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-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-14T07:45:24.319Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 713163d3-0bac-43c7-8b4c-cf2258ea098f 2022-04-14T07:45:24.320Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 713163d3-0bac-43c7-8b4c-cf2258ea098f 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-14T07:45:24.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "policy-id", "timestamp": 1649922319438, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:45:24.348Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:45:24.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "multicloud-k8s-id", "timestamp": 1649922313428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:45:24.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922316129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "policy-id", "timestamp": 1649922320441, "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-14T07:45:24.371Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 713163d3-0bac-43c7-8b4c-cf2258ea098f 2022-04-14T07:45:24.372Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 713163d3-0bac-43c7-8b4c-cf2258ea098f 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-14T07:45:24.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "cds", "timestamp": 1649922320456, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.388Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.389Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922316129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.389Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "multicloud-k8s-id", "timestamp": 1649922321787, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T07:45:24.390Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:45:24.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "cds", "timestamp": 1649922320456, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:45:24.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "ves-openapi-manager", "timestamp": 1649922322794, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922316129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:45:24.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:45:24.747Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:45:24.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-14T07:45:24.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"713163d3-0bac-43c7-8b4c-cf2258ea098f","serviceName":"vFW 2022-04-14 07-41-47","serviceVersion":"1.0","serviceUUID":"f1ecac3a-f766-4eb3-b892-c94a88923e27","serviceDescription":"catalog service description","serviceInvariantUUID":"7545e52b-f669-443c-8492-22ca2c138e9a","resources":[{"resourceInstanceName":"vFW c52b0732-ad7f 0","resourceName":"vFW c52b0732-ad7f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1a0d28c4-cf1e-4577-b21f-0d28ac7d58ee","resourceInvariantUUID":"e689ba5c-1b4e-4f63-ad36-e8a41a975a6c","resourceCustomizationUUID":"891470bd-8111-4dbe-b3b8-56f65645d10e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Q4NDVjZmNlZjJlZTQ3NGFmYTNmOWMwOWQxZTM5NTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c290c0df-fe75-4f93-9181-3bdb4b3a93b3","artifactVersion":"1"},{"artifactName":"vfwc52b0732ad7f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json","artifactChecksum":"MzdkNGIxYzNmZmU4ZWU2YzhlNjI4YTc1YmY1MTRjNGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3cbbae7a-e1a4-49ee-b8e1-fb0f625b5f63","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"14526201-971c-45ac-93a0-0413e4c026ca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vendor-license-model.xml","artifactChecksum":"OWY0NDFkNTkzNDcxZmRkOGM2Y2Q4NTY0NTE3Njg0NjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"979455a8-904e-4596-9ef0-da4cc28f276b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f23e6900-cfac-4c41-b7d6-f3dd5172991c","artifactVersion":"3","generatedFromUUID":"14526201-971c-45ac-93a0-0413e4c026ca"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220414074147-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-template.yml","artifactChecksum":"NzBlYzliMTgxMzlmYWIzMjU4NzlkNjQ5M2VhZmEzMzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e32441c-330b-4585-b252-fed68fb36bdb","artifactVersion":"1"},{"artifactName":"service-Vfw20220414074147-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar","artifactChecksum":"ODA3Mzk3YjE3NDg5Y2E4NjcxYWMzNWRkYjYzNmM2YmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"924bdf7f-d461-457e-ab27-dd801912d86f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-14T07:45:24.751Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:45:24.751Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:45:24.754Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:45:24.754Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922324105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:24.854Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:45:24.855Z||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-14T07:45:24.855Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:45:24.870Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:45:24.871Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:45:25.755Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:45:25.756Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:45:25.758Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:45:25.758Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922324105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:45:25.858Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:45:25.859Z||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-14T07:45:25.859Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:45:25.884Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:45:25.884Z||pool-37-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:45:26.759Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:45:26.760Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:45:26.764Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:45:26.764Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922324105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T07:45:26.863Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-14T07:45:26.864Z||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-14T07:45:26.864Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:45:26.886Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:45:26.887Z||pool-38-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:45:27.765Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:45:27.766Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:45:27.768Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:45:27.769Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922324105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:27.870Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-14T07:45:27.871Z||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-14T07:45:27.871Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:45:27.886Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:45:27.887Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:45:28.769Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:45:28.771Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:45:28.773Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:45:28.774Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922324105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-14T07:45:28.874Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:45:28.875Z||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-14T07:45:28.875Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:45:28.914Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:45:28.915Z||pool-40-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:45:29.774Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:45:29.775Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:45:29.781Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:45:29.781Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922324105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:45:29.881Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:45:29.882Z||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-14T07:45:29.882Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:45:29.897Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:45:29.898Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:45:30.782Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:45:30.783Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:45:30.786Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:45:30.786Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922324105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:45:30.886Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:45:30.887Z||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-14T07:45:30.887Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:45:30.903Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:45:30.904Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:45:31.788Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "serviceName": "vFW 2022-04-14 07-41-47", "serviceVersion": "1.0", "serviceUUID": "f1ecac3a-f766-4eb3-b892-c94a88923e27", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7545e52b-f669-443c-8492-22ca2c138e9a", "resources": [ { "resourceInstanceName": "vFW c52b0732-ad7f 0", "resourceCustomizationUUID": "891470bd-8111-4dbe-b3b8-56f65645d10e", "resourceName": "vFW c52b0732-ad7f", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1a0d28c4-cf1e-4577-b21f-0d28ac7d58ee", "resourceInvariantUUID": "e689ba5c-1b4e-4f63-ad36-e8a41a975a6c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwc52b0732ad7f0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json", "artifactChecksum": "MzdkNGIxYzNmZmU4ZWU2YzhlNjI4YTc1YmY1MTRjNGQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3cbbae7a-e1a4-49ee-b8e1-fb0f625b5f63", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "14526201-971c-45ac-93a0-0413e4c026ca", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "f23e6900-cfac-4c41-b7d6-f3dd5172991c", "generatedFromUUID": "14526201-971c-45ac-93a0-0413e4c026ca" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "f23e6900-cfac-4c41-b7d6-f3dd5172991c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220414074147-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar", "artifactChecksum": "ODA3Mzk3YjE3NDg5Y2E4NjcxYWMzNWRkYjYzNmM2YmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "924bdf7f-d461-457e-ab27-dd801912d86f" } ], "workloadContext": "Production" } 2022-04-14T07:45:31.788Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-14T07:45:31.789Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f1ecac3a-f766-4eb3-b892-c94a88923e27 ASDC 2022-04-14T07:45:31.790Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:713163d3-0bac-43c7-8b4c-cf2258ea098f ServiceName:vFW 2022-04-14 07-41-47 ServiceVersion:1.0 ServiceUUID:f1ecac3a-f766-4eb3-b892-c94a88923e27 ServiceInvariantUUID:7545e52b-f669-443c-8492-22ca2c138e9a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220414074147-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar ArtifactUUID:924bdf7f-d461-457e-ab27-dd801912d86f ArtifactChecksum:ODA3Mzk3YjE3NDg5Y2E4NjcxYWMzNWRkYjYzNmM2YmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW c52b0732-ad7f 0 ResourceCustomizationUUID:891470bd-8111-4dbe-b3b8-56f65645d10e ResourceInvariantUUID:e689ba5c-1b4e-4f63-ad36-e8a41a975a6c ResourceName:vFW c52b0732-ad7f ResourceType:VF ResourceUUID:1a0d28c4-cf1e-4577-b21f-0d28ac7d58ee ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwc52b0732ad7f0_modules.json ArtifactVersion:2 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json ArtifactUUID:3cbbae7a-e1a4-49ee-b8e1-fb0f625b5f63 ArtifactChecksum:MzdkNGIxYzNmZmU4ZWU2YzhlNjI4YTc1YmY1MTRjNGQ= 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/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml ArtifactUUID:14526201-971c-45ac-93a0-0413e4c026ca 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/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env ArtifactUUID:f23e6900-cfac-4c41-b7d6-f3dd5172991c 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/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env ArtifactUUID:f23e6900-cfac-4c41-b7d6-f3dd5172991c ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-14T07:45:31.790Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f1ecac3a-f766-4eb3-b892-c94a88923e27 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-14T07:45:31.835Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T07:45:31.836Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-14T07:45:31.836Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-14T07:45:31.836Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 924bdf7f-d461-457e-ab27-dd801912d86f from URL: /sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar 2022-04-14T07:45:31.836Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-14T07:45:31.837Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar 2022-04-14T07:45:33.007Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-14T07:45:33.014Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar 924bdf7f-d461-457e-ab27-dd801912d86f 99007 2022-04-14T07:45:33.015Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar ASDC sendASDCNotification 2022-04-14T07:45:33.015Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar 2022-04-14T07:45:33.015Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:45:33.016Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:45:33.018Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:45:33.018Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922333015, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:45:33.118Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:45:33.119Z||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-14T07:45:33.119Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:45:33.136Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:45:33.137Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:45:34.019Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T07:45:34.020Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-14T07:45:34.020Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 924bdf7f-d461-457e-ab27-dd801912d86f, URL: /sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar to file: /app/ASDC/1/service-Vfw20220414074147-csar.csar 2022-04-14T07:45:34.021Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220414074147-csar.csar 2022-04-14T07:45:34.022Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220414074147-csar.csar 2022-04-14T07:45:34.022Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220414074147-csar.csar 2022-04-14T07:45:34.332Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9225809893419923488/Definitions/service-Vfw20220414074147-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-14T07:45:37.474Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-14T07:45:37.475Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-14T07:45:37.475Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220414074147-csar.csar 2022-04-14T07:45:37.475Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-14T07:45:37.475Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||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-Vfw20220414074147-csar.csar 2022-04-14T07:45:37.476Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||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-Vfw20220414074147-csar.csar 2022-04-14T07:45:37.476Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220414074147-csar.csar 2022-04-14T07:45:37.476Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220414074147-csar.csar 2022-04-14T07:45:37.476Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220414074147-csar.csar 2022-04-14T07:45:37.476Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||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-Vfw20220414074147-csar.csar 2022-04-14T07:45:37.476Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220414074147-csar.csar 2022-04-14T07:45:37.477Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||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-Vfw20220414074147-csar.csar 2022-04-14T07:45:37.477Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220414074147-csar.csar 2022-04-14T07:45:37.477Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220414074147-csar.csar 2022-04-14T07:45:37.477Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220414074147-csar.csar 2022-04-14T07:45:37.477Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220414074147-csar.csar 2022-04-14T07:45:37.477Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c52b0732-ad7f 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-Vfw20220414074147-csar.csar 2022-04-14T07:45:37.478Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-14T07:45:37.478Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:37.478Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-14 07-41-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:45:37.478Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is matching search criteria 2022-04-14T07:45:37.479Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-14T07:45:37.479Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c52b0732-ad7f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T07:45:37.479Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:37.479Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-14 07-41-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:45:37.480Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is matching search criteria 2022-04-14T07:45:37.480Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-14T07:45:37.480Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c52b0732-ad7f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T07:45:37.480Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:37.481Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-14 07-41-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:45:37.481Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:37.481Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is not matching search criteria 2022-04-14T07:45:37.481Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T07:45:37.482Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T07:45:37.482Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T07:45:37.482Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T07:45:37.482Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:45:37.482Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T07:45:37.483Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:45:37.483Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T07:45:37.483Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T07:45:37.483Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:45:37.484Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T07:45:37.484Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T07:45:37.484Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T07:45:37.484Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T07:45:37.485Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:45:37.485Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-14T07:45:37.485Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:37.485Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-14 07-41-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-14T07:45:37.485Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:37.486Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is matching search criteria 2022-04-14T07:45:37.486Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c52b0732-ad7f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:45:37.486Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:37.486Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is matching search criteria 2022-04-14T07:45:37.487Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c52b0732-ad7f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:45:37.487Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:37.487Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is matching search criteria 2022-04-14T07:45:37.487Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c52b0732-ad7f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:45:37.487Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:37.488Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is not matching search criteria 2022-04-14T07:45:37.488Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T07:45:37.488Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T07:45:37.488Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-14T07:45:37.488Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T07:45:37.489Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T07:45:37.489Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:45:37.489Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T07:45:37.489Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T07:45:37.490Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T07:45:37.490Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T07:45:37.490Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:45:37.490Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4c2ffc0b-7940-4caa-a562-4e492038246e 2022-04-14T07:45:37.490Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:37.491Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is not matching search criteria 2022-04-14T07:45:37.491Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T07:45:37.491Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T07:45:37.491Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T07:45:37.492Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T07:45:37.492Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:45:37.492Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T07:45:37.492Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:45:37.492Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-14T07:45:37.493Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T07:45:37.493Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T07:45:37.493Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T07:45:37.493Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:45:37.493Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f80ecd19-24d7-4d79-8e39-dab9693b24b8 2022-04-14T07:45:37.494Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:37.494Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is not matching search criteria 2022-04-14T07:45:37.494Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T07:45:37.494Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T07:45:37.495Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T07:45:37.495Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T07:45:37.495Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:45:37.495Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T07:45:37.496Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:45:37.496Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T07:45:37.496Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T07:45:37.496Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:45:37.496Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T07:45:37.497Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-14T07:45:37.497Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5a6bfbdf-1618-42d5-90c0-1e017791b0fd 2022-04-14T07:45:37.497Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:37.497Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-14 07-41-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:45:37.498Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:37.498Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-14 07-41-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:45:37.498Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:37.498Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-14 07-41-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:45:37.498Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:37.499Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-14 07-41-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:45:37.499Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-14 07-41-47 Description:catalog service description Model UUID:f1ecac3a-f766-4eb3-b892-c94a88923e27 Model Version:NULL Model InvariantUuid:7545e52b-f669-443c-8492-22ca2c138e9a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW c52b0732-ad7f Model UUID:f4dc0359-eebc-480e-9203-ef4924be2bfd Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:e689ba5c-1b4e-4f63-ad36-e8a41a975a6c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:891470bd-8111-4dbe-b3b8-56f65645d10e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6bbfe3f9-93f0-4580-a5d5-fef59b70ef77 ModelName:VfwC52b0732Ad7f..base_vfw..module-0 ModelUuid:f5c3a0f1-110b-44bd-b2ed-edf3fc8b3718 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4c2ffc0b-7940-4caa-a562-4e492038246e ModelInvariantUuid:6b54c330-22de-44f3-9019-1b48622fd336 ModelName:vFW c52b0732-ad7f-nodes.vfwCvfc ModelUuid:b118db56-3507-42f7-a0af-486972dd2bd7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:d749380c-6f46-40d4-b66c-2242934b9d8f ModelInvariantUuid:009847f5-d610-47ae-bbcd-9e7e4ffacd34 ModelName:VfwC52b0732Ad7f.compute.nodes.heat.vfw ModelUuid:0a796d20-ed6a-47cb-83f1-67e69eabf5cb ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f80ecd19-24d7-4d79-8e39-dab9693b24b8 ModelInvariantUuid:8e4e7486-31c6-4cd9-807b-8979b0d31de1 ModelName:vFW c52b0732-ad7f-nodes.vsnCvfc ModelUuid:5e02067c-cb89-4d49-adbb-40b609cac40e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:b0b562d8-647d-4fe2-9409-a72c31bf93e7 ModelInvariantUuid:db69168b-4157-4339-ae34-16a17a9abf25 ModelName:VfwC52b0732Ad7f.compute.nodes.heat.vsn ModelUuid:f07770a5-6115-464f-9464-d5747974b3db ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:5a6bfbdf-1618-42d5-90c0-1e017791b0fd ModelInvariantUuid:c27d8059-e230-4940-b12e-8ac4c3122dd7 ModelName:vFW c52b0732-ad7f-nodes.vpgCvfc ModelUuid:12982581-7414-4b75-aa74-13d2d67cc0e3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:df02ff77-34d1-4062-84d2-885466db1912 ModelInvariantUuid:80304c2e-37a9-464c-aac4-107adda0e970 ModelName:VfwC52b0732Ad7f.compute.nodes.heat.vpg ModelUuid:0ddf80ba-b1df-495d-9aff-bcce8d578cc6 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-14T07:45:37.511Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 1a0d28c4-cf1e-4577-b21f-0d28ac7d58ee 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-14T07:45:37.515Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||vFW c52b0732-ad7f 0 2022-04-14T07:45:37.516Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1a0d28c4-cf1e-4577-b21f-0d28ac7d58ee 2022-04-14T07:45:37.516Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3cbbae7a-e1a4-49ee-b8e1-fb0f625b5f63 from URL: /sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json 2022-04-14T07:45:37.516Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-14T07:45:37.516Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json 2022-04-14T07:45:37.822Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-14T07:45:37.823Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json 3cbbae7a-e1a4-49ee-b8e1-fb0f625b5f63 785 2022-04-14T07:45:37.824Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json ASDC sendASDCNotification 2022-04-14T07:45:37.824Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json 2022-04-14T07:45:37.824Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:45:37.824Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:45:37.826Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:45:37.826Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922337824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T07:45:37.927Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T07:45:37.928Z||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-14T07:45:37.928Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:45:37.947Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:45:37.947Z||pool-44-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:45:38.827Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwC52b0732Ad7f..base_vfw..module-0", "vfModuleModelInvariantUUID": "6bbfe3f9-93f0-4580-a5d5-fef59b70ef77", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f5c3a0f1-110b-44bd-b2ed-edf3fc8b3718", "vfModuleModelCustomizationUUID": "ec63d224-99e7-43c9-861d-85604dcf71a8", "isBase": true, "artifacts": [ "14526201-971c-45ac-93a0-0413e4c026ca", "f23e6900-cfac-4c41-b7d6-f3dd5172991c" ], "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-14T07:45:38.834Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwC52b0732Ad7f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f5c3a0f1-110b-44bd-b2ed-edf3fc8b3718 VfModuleModelInvariantUUID:6bbfe3f9-93f0-4580-a5d5-fef59b70ef77 VfModuleModelDescription:NULL Artifacts UUID List:{ 14526201-971c-45ac-93a0-0413e4c026ca , f23e6900-cfac-4c41-b7d6-f3dd5172991c } 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-14T07:45:38.838Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwC52b0732Ad7f..base_vfw..module-0", "vfModuleModelInvariantUUID": "6bbfe3f9-93f0-4580-a5d5-fef59b70ef77", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f5c3a0f1-110b-44bd-b2ed-edf3fc8b3718", "vfModuleModelCustomizationUUID": "ec63d224-99e7-43c9-861d-85604dcf71a8", "isBase": true, "artifacts": [ "14526201-971c-45ac-93a0-0413e4c026ca", "f23e6900-cfac-4c41-b7d6-f3dd5172991c" ], "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-14T07:45:38.839Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwC52b0732Ad7f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f5c3a0f1-110b-44bd-b2ed-edf3fc8b3718 VfModuleModelInvariantUUID:6bbfe3f9-93f0-4580-a5d5-fef59b70ef77 VfModuleModelDescription:NULL Artifacts UUID List:{ 14526201-971c-45ac-93a0-0413e4c026ca , f23e6900-cfac-4c41-b7d6-f3dd5172991c } 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-14T07:45:38.839Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 14526201-971c-45ac-93a0-0413e4c026ca from URL: /sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml 2022-04-14T07:45:38.840Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-14T07:45:38.840Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml 2022-04-14T07:45:39.431Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-14T07:45:39.432Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml 14526201-971c-45ac-93a0-0413e4c026ca 20368 2022-04-14T07:45:39.432Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-14T07:45:39.433Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml 2022-04-14T07:45:39.433Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:45:39.433Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:45:39.437Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:45:39.437Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922339432, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T07:45:39.537Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:45:39.538Z||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-14T07:45:39.538Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:45:39.558Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:45:39.559Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:45:40.438Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f23e6900-cfac-4c41-b7d6-f3dd5172991c from URL: /sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env 2022-04-14T07:45:40.439Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-14T07:45:40.440Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env 2022-04-14T07:45:41.023Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-14T07:45:41.024Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env f23e6900-cfac-4c41-b7d6-f3dd5172991c 2098 2022-04-14T07:45:41.024Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-14T07:45:41.024Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env 2022-04-14T07:45:41.024Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:45:41.025Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:45:41.027Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:45:41.027Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922341024, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-14T07:45:41.130Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-04-14T07:45:41.132Z||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-14T07:45:41.132Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:45:41.156Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:45:41.157Z||pool-46-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:45:42.028Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: f1ecac3a-f766-4eb3-b892-c94a88923e27 2022-04-14T07:45:42.029Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c52b0732-ad7f 0 1a0d28c4-cf1e-4577-b21f-0d28ac7d58ee 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-14T07:45:42.054Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70c93753, org.onap.sdc.toscaparser.api.parameters.Input@4c430f63, org.onap.sdc.toscaparser.api.parameters.Input@196e01f6, org.onap.sdc.toscaparser.api.parameters.Input@7999845c, org.onap.sdc.toscaparser.api.parameters.Input@40d35793] 2022-04-14T07:45:42.056Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:42.056Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-14 07-41-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:45:42.056Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-04-14T07:45:42.056Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 891470bd-8111-4dbe-b3b8-56f65645d10e 2022-04-14T07:45:42.056Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 891470bd-8111-4dbe-b3b8-56f65645d10e matches Tosca VF Customization UUID: 891470bd-8111-4dbe-b3b8-56f65645d10e 2022-04-14T07:45:42.056Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 891470bd-8111-4dbe-b3b8-56f65645d10e 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-14T07:45:42.060Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:42.061Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-14 07-41-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:45:42.062Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 891470bd-8111-4dbe-b3b8-56f65645d10e: {\"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-14T07:45:42.062Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@48b972a3 2022-04-14T07:45:42.062Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:42.062Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-14 07-41-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-14T07:45:42.063Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ec63d224-99e7-43c9-861d-85604dcf71a8 2022-04-14T07:45:42.063Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ec63d224-99e7-43c9-861d-85604dcf71a8 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-14T07:45:42.066Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:42.066Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is matching search criteria 2022-04-14T07:45:42.066Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c52b0732-ad7f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:45:42.067Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:42.067Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is matching search criteria 2022-04-14T07:45:42.067Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c52b0732-ad7f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:45:42.067Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:42.067Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is not matching search criteria 2022-04-14T07:45:42.068Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T07:45:42.068Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T07:45:42.068Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-14T07:45:42.068Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T07:45:42.068Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T07:45:42.068Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:45:42.068Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T07:45:42.069Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T07:45:42.069Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T07:45:42.069Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T07:45:42.069Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:45:42.069Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4c2ffc0b-7940-4caa-a562-4e492038246e 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-14T07:45:42.072Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:42.072Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is matching search criteria 2022-04-14T07:45:42.072Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c52b0732-ad7f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:45:42.073Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:42.073Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is not matching search criteria 2022-04-14T07:45:42.073Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T07:45:42.073Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T07:45:42.074Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T07:45:42.074Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T07:45:42.074Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:45:42.074Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T07:45:42.074Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:45:42.075Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-14T07:45:42.075Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T07:45:42.075Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T07:45:42.075Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T07:45:42.075Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:45:42.076Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f80ecd19-24d7-4d79-8e39-dab9693b24b8 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-14T07:45:42.078Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:42.078Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is matching search criteria 2022-04-14T07:45:42.078Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c52b0732-ad7f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:45:42.078Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:42.079Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is not matching search criteria 2022-04-14T07:45:42.079Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T07:45:42.079Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T07:45:42.079Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T07:45:42.079Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T07:45:42.080Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:45:42.080Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T07:45:42.080Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:45:42.080Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T07:45:42.080Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T07:45:42.080Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:45:42.080Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T07:45:42.081Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-14T07:45:42.081Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5a6bfbdf-1618-42d5-90c0-1e017791b0fd 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-14T07:45:42.083Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:42.083Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is matching search criteria 2022-04-14T07:45:42.084Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c52b0732-ad7f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:45:42.084Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:42.084Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is matching search criteria 2022-04-14T07:45:42.084Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c52b0732-ad7f 0] matching following query criteria: sdcType=VF, customizationUUID=891470bd-8111-4dbe-b3b8-56f65645d10e 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-14T07:45:42.086Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:42.086Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-14 07-41-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:45:42.087Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid f1ecac3a-f766-4eb3-b892-c94a88923e27: vFW c52b0732-ad7f 2022-04-14T07:45:42.087Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:42.087Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-14 07-41-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:45:42.087Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:42.087Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-14 07-41-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:45:42.087Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:42.088Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-14 07-41-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:45:42.088Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:42.088Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-14 07-41-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:45:42.088Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:45:42.088Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-14 07-41-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:45:42.089Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-04-14 07-41-47 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-14T07:45:42.311Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c52b0732-ad7f 1a0d28c4-cf1e-4577-b21f-0d28ac7d58ee 1 ASDC deployResourceStructure 2022-04-14T07:45:42.312Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json ASDC sendASDCNotification 2022-04-14T07:45:42.313Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json 2022-04-14T07:45:42.313Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T07:45:42.314Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:45:42.317Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:45:42.317Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922342312, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json", "status": "DEPLOY_OK" } 2022-04-14T07:45:42.421Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-04-14T07:45:42.422Z||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-14T07:45:42.423Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:45:42.439Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:45:42.440Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:45:43.318Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-14T07:45:43.319Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml 2022-04-14T07:45:43.320Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T07:45:43.320Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:45:43.323Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:45:43.323Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922343318, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-14T07:45:43.423Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:45:43.424Z||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-14T07:45:43.425Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:45:43.442Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:45:43.443Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:45:44.334Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-14T07:45:44.335Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env 2022-04-14T07:45:44.335Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T07:45:44.336Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:45:44.339Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:45:44.339Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922344325, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-14T07:45:44.440Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-14T07:45:44.441Z||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-14T07:45:44.442Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:45:44.456Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:45:44.457Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:45:45.340Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar ASDC sendASDCNotification 2022-04-14T07:45:45.341Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar 2022-04-14T07:45:45.341Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T07:45:45.341Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-14T07:45:45.343Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:45:45.343Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922345340, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:45:45.443Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:45:45.444Z||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-14T07:45:45.444Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:45:45.459Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:45:45.460Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:45:46.344Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 713163d3-0bac-43c7-8b4c-cf2258ea098f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T07:45:46.375Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 713163d3-0bac-43c7-8b4c-cf2258ea098f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T07:45:46.381Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T07:45:46.382Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-14T07:45:46.382Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-14T07:46:16.382Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 713163d3-0bac-43c7-8b4c-cf2258ea098f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T07:46:16.396Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 713163d3-0bac-43c7-8b4c-cf2258ea098f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T07:46:16.403Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T07:46:16.403Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-14T07:46:16.403Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-14T07:46:24.108Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:46:24.110Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?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-14T07:46:24.110Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:46:24.136Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:46:24.137Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:46:24.137Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "ves-openapi-manager", "timestamp": 1649922322794, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:46:24.141Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:46:46.404Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 713163d3-0bac-43c7-8b4c-cf2258ea098f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T07:46:46.426Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 713163d3-0bac-43c7-8b4c-cf2258ea098f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T07:46:46.435Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T07:46:46.436Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-14T07:46:46.437Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-14T07:47:16.438Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 713163d3-0bac-43c7-8b4c-cf2258ea098f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T07:47:16.471Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 713163d3-0bac-43c7-8b4c-cf2258ea098f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T07:47:16.497Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T07:47:16.498Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-14T07:47:16.498Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-14T07:47:24.109Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:47:24.109Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?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-14T07:47:24.110Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:47:24.157Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:47:24.157Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:47:24.158Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "multicloud-k8s-id", "timestamp": 1649922323388, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T07:47:24.159Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:47:46.498Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 713163d3-0bac-43c7-8b4c-cf2258ea098f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T07:47:46.521Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 713163d3-0bac-43c7-8b4c-cf2258ea098f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T07:47:46.531Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T07:47:46.532Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-14T07:47:46.533Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-14T07:48:16.534Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 713163d3-0bac-43c7-8b4c-cf2258ea098f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T07:48:16.553Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 713163d3-0bac-43c7-8b4c-cf2258ea098f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T07:48:16.559Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T07:48:16.559Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-14T07:48:16.560Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-14T07:48:24.110Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:48:24.111Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?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-14T07:48:24.111Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:48:24.670Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:48:24.673Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.673Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922324105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:48:24.676Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:48:24.677Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.677Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922324522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:48:24.677Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:48:24.678Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.678Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "policy-id", "timestamp": 1649922323363, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:48:24.679Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:48:24.679Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.680Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "cds", "timestamp": 1649922324312, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:48:24.680Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:48:24.680Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.680Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "clamp", "timestamp": 1649922324668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:48:24.681Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:48:24.681Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.681Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922324105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:48:24.681Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:48:24.682Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.682Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "multicloud-k8s-id", "timestamp": 1649922324994, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-14T07:48:24.682Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:48:24.682Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.683Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "policy-id", "timestamp": 1649922323363, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:48:24.683Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:48:24.683Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.683Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "cds", "timestamp": 1649922325317, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-14T07:48:24.705Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a1d182f8-a868-4161-8142-9b6745e61882 2022-04-14T07:48:24.705Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId a1d182f8-a868-4161-8142-9b6745e61882 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-14T07:48:24.716Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.716Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "clamp", "timestamp": 1649922324668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:48:24.716Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:48:24.717Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.717Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922324105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T07:48:24.717Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:48:24.717Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.717Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "multicloud-k8s-id", "timestamp": 1649922326059, "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-14T07:48:24.724Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 713163d3-0bac-43c7-8b4c-cf2258ea098f 2022-04-14T07:48:24.725Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 713163d3-0bac-43c7-8b4c-cf2258ea098f 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-14T07:48:24.738Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.739Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "clamp", "timestamp": 1649922324668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:48:24.739Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:48:24.739Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.739Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "policy-id", "timestamp": 1649922326910, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:48:24.740Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:48:24.741Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.741Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922324105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:48:24.741Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:48:24.742Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.742Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "multicloud-k8s-id", "timestamp": 1649922327086, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json", "status": "DEPLOY_OK" } 2022-04-14T07:48:24.743Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:48:24.743Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.743Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "clamp", "timestamp": 1649922324668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:48:24.744Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:48:24.744Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.744Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "policy-id", "timestamp": 1649922327914, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:48:24.744Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:48:24.745Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.745Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922324105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-14T07:48:24.746Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:48:24.753Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.754Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "clamp", "timestamp": 1649922324668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:48:24.755Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:48:24.755Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.755Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "policy-id", "timestamp": 1649922328918, "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-14T07:48:24.765Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a1d182f8-a868-4161-8142-9b6745e61882 2022-04-14T07:48:24.765Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId a1d182f8-a868-4161-8142-9b6745e61882 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-14T07:48:24.777Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.777Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922324105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:48:24.778Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:48:24.778Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.778Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922330149, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:48:24.778Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:48:24.779Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.779Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "clamp", "timestamp": 1649922324668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:48:24.779Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:48:24.780Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.780Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922324105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:48:24.780Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:48:24.780Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.780Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922331155, "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-14T07:48:24.788Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 713163d3-0bac-43c7-8b4c-cf2258ea098f 2022-04-14T07:48:24.789Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 713163d3-0bac-43c7-8b4c-cf2258ea098f 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-14T07:48:24.802Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.803Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "clamp", "timestamp": 1649922324668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:48:24.803Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:48:24.803Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.803Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922333015, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:48:24.804Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:48:24.804Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.804Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "aai-ml", "timestamp": 1649922333625, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-14T07:48:24.804Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:48:24.805Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.805Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "aai-ml", "timestamp": 1649922334630, "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-14T07:48:24.811Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 713163d3-0bac-43c7-8b4c-cf2258ea098f 2022-04-14T07:48:24.811Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 713163d3-0bac-43c7-8b4c-cf2258ea098f 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-14T07:48:24.822Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.822Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "multicloud-k8s-id", "timestamp": 1649922333428, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:48:24.823Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:48:24.823Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.823Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "multicloud-k8s-id", "timestamp": 1649922333428, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:48:24.824Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:48:24.824Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.824Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "aai-ml", "timestamp": 1649922335639, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:48:24.824Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:48:24.825Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.825Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "aai-ml", "timestamp": 1649922335639, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:48:24.825Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:48:24.826Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.826Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922337824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T07:48:24.826Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:48:24.826Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.826Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "aai-ml", "timestamp": 1649922338936, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:48:24.827Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:48:24.827Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.827Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922339432, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T07:48:24.827Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:48:24.828Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.828Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922341024, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-14T07:48:24.828Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:48:24.828Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.828Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922342312, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json", "status": "DEPLOY_OK" } 2022-04-14T07:48:24.829Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:48:24.829Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.829Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "clamp", "timestamp": 1649922342199, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:48:24.829Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:48:24.829Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.829Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922343318, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-14T07:48:24.830Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:48:24.830Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.830Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "aai-ml", "timestamp": 1649922344088, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-14T07:48:24.831Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:48:24.831Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.831Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922344325, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-14T07:48:24.831Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:48:24.832Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.832Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "aai-ml", "timestamp": 1649922345094, "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-14T07:48:24.840Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a1d182f8-a868-4161-8142-9b6745e61882 2022-04-14T07:48:24.841Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId a1d182f8-a868-4161-8142-9b6745e61882 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-14T07:48:24.855Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.855Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922345340, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:48:24.856Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:48:24.856Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.856Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "clamp", "timestamp": 1649922345206, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:48:24.857Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:48:24.857Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.857Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "clamp", "timestamp": 1649922346212, "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-14T07:48:24.864Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 713163d3-0bac-43c7-8b4c-cf2258ea098f 2022-04-14T07:48:24.864Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 713163d3-0bac-43c7-8b4c-cf2258ea098f 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-14T07:48:24.874Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.874Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922346130, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:48:24.875Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:48:24.875Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.876Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "clamp", "timestamp": 1649922324668, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:48:24.876Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:48:24.876Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.876Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922346130, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:48:24.877Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:48:24.877Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.877Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "clamp", "timestamp": 1649922324668, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:48:24.878Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:48:24.878Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.878Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922349324, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:48:24.879Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:48:24.879Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.879Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922351486, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:48:24.879Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:48:24.879Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.879Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922352510, "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-14T07:48:24.889Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a1d182f8-a868-4161-8142-9b6745e61882 2022-04-14T07:48:24.890Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId a1d182f8-a868-4161-8142-9b6745e61882 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-14T07:48:24.906Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.906Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "clamp", "timestamp": 1649922358204, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:48:24.907Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:48:24.907Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.907Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "clamp", "timestamp": 1649922360214, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:48:24.907Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:48:24.907Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:48:24.907Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "clamp", "timestamp": 1649922361222, "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-14T07:48:24.917Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a1d182f8-a868-4161-8142-9b6745e61882 2022-04-14T07:48:24.918Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId a1d182f8-a868-4161-8142-9b6745e61882 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-14T07:48:46.560Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 713163d3-0bac-43c7-8b4c-cf2258ea098f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T07:48:46.597Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 713163d3-0bac-43c7-8b4c-cf2258ea098f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T07:48:46.615Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T07:48:46.616Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-14T07:48:46.616Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-14T07:48:46.616Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-14T07:48:46.616Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-14T07:48:46.617Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||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-14T07:48:46.625Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-14T07:49:16.626Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 713163d3-0bac-43c7-8b4c-cf2258ea098f 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-14T07:49:16.635Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 713163d3-0bac-43c7-8b4c-cf2258ea098f and serviceModelVersionId: f1ecac3a-f766-4eb3-b892-c94a88923e27 2022-04-14T07:49:16.636Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7545e52b-f669-443c-8492-22ca2c138e9a 2022-04-14T07:49:16.637Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0 2022-04-14T07:49:16.647Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-04-14T07:49:16.770Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?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-14T07:49:16.771Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||Invoke 2022-04-14T07:49:18.316Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?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-14T07:49:18.323Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||Invoke 2022-04-14T07:49:19.851Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?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-14T07:49:19.857Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||Invoke 2022-04-14T07:49:20.889Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T07:49:20.890Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?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-14T07:49:20.891Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T07:49:20.891Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?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-14T07:49:20.899Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?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-14T07:49:20.899Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 713163d3-0bac-43c7-8b4c-cf2258ea098f 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-14T07:49:20.900Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-14T07:49:20.900Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:49:20.903Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:49:20.904Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||try to send status { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922560900, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T07:49:21.004Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T07:49:21.005Z||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-14T07:49:21.005Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:49:21.031Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:49:21.032Z||pool-51-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-14T07:49:21.919Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:21.920Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"a1d182f8-a868-4161-8142-9b6745e61882","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3def915b-0393-49b5-a72a-654620d72567","serviceDescription":"service","serviceInvariantUUID":"06683882-21f7-486c-a4ac-d25702961e16","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e7fb5c3d-a31f-48ca-bf76-8043ca883945","resourceInvariantUUID":"8addb42b-2a7d-4b5b-be28-d746a18bc70a","resourceCustomizationUUID":"9ba4b7cd-5cb1-40c4-a341-66d2df672a13","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":"NzI5MzVmNDM3YzExMGEzYTUzMjRhMWIzNTg3OTI2Njg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a67bfdcb-858e-40a6-8413-827f46808610","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjYzZGUzOGYwNWVkYjU1NDMyMzA0M2VmNDliZjg2NWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"031d9bd0-c400-4113-9792-aeca43a2963d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-14T07:49:21.921Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:49:21.921Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:49:21.924Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:49:21.924Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||try to send status { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922324105, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:22.024Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:49:22.025Z||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-14T07:49:22.025Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:49:22.058Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:49:22.059Z||pool-52-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:49:22.925Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:49:22.925Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:49:22.928Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:49:22.928Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||try to send status { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922324105, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:49:23.029Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:49:23.030Z||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-14T07:49:23.030Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:49:23.052Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:49:23.053Z||pool-53-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:49:23.930Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||sending notification to client: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "3def915b-0393-49b5-a72a-654620d72567", "serviceDescription": "service", "serviceInvariantUUID": "06683882-21f7-486c-a4ac-d25702961e16", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "9ba4b7cd-5cb1-40c4-a341-66d2df672a13", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "e7fb5c3d-a31f-48ca-bf76-8043ca883945", "resourceInvariantUUID": "8addb42b-2a7d-4b5b-be28-d746a18bc70a", "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": "NjYzZGUzOGYwNWVkYjU1NDMyMzA0M2VmNDliZjg2NWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "031d9bd0-c400-4113-9792-aeca43a2963d" } ], "workloadContext": "Production" } 2022-04-14T07:49:23.931Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-14T07:49:23.931Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3def915b-0393-49b5-a72a-654620d72567 ASDC 2022-04-14T07:49:23.932Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||ASDC Notification: DistributionID:a1d182f8-a868-4161-8142-9b6745e61882 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:3def915b-0393-49b5-a72a-654620d72567 ServiceInvariantUUID:06683882-21f7-486c-a4ac-d25702961e16 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:031d9bd0-c400-4113-9792-aeca43a2963d ArtifactChecksum:NjYzZGUzOGYwNWVkYjU1NDMyMzA0M2VmNDliZjg2NWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:9ba4b7cd-5cb1-40c4-a341-66d2df672a13 ResourceInvariantUUID:8addb42b-2a7d-4b5b-be28-d746a18bc70a ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:e7fb5c3d-a31f-48ca-bf76-8043ca883945 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-04-14T07:49:23.934Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3def915b-0393-49b5-a72a-654620d72567 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-14T07:49:23.969Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T07:49:23.970Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||MSO config path is: /app 2022-04-14T07:49:23.970Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||MSO config path is: /app 2022-04-14T07:49:23.971Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||Trying to download the artifact UUID: 031d9bd0-c400-4113-9792-aeca43a2963d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-04-14T07:49:23.971Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||DistributionClient - download 2022-04-14T07:49:23.971Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-04-14T07:49:24.109Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:49:24.111Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?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-14T07:49:24.112Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:49:24.262Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:49:24.265Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.265Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922496129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.267Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.267Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.267Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "ves-openapi-manager", "timestamp": 1649922502794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.267Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.267Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.267Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "cds", "timestamp": 1649922494957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.267Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.267Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.268Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "policy-id", "timestamp": 1649922503363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.268Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.268Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.268Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922496129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.268Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.268Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.268Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "ves-openapi-manager", "timestamp": 1649922502794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.268Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.268Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.268Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "cds", "timestamp": 1649922494957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.268Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.269Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.269Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "clamp", "timestamp": 1649922504669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.269Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.269Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.269Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "policy-id", "timestamp": 1649922503363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.269Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.269Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.270Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922496129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.270Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.270Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.270Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "ves-openapi-manager", "timestamp": 1649922502794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.270Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.270Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.270Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "cds", "timestamp": 1649922494957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.270Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.271Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.271Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "clamp", "timestamp": 1649922504669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.271Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.271Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.275Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "policy-id", "timestamp": 1649922503363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.275Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.275Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.275Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "ves-openapi-manager", "timestamp": 1649922502794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.276Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.276Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.276Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922496129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.276Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.276Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.276Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "cds", "timestamp": 1649922494957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.276Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.277Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.277Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "clamp", "timestamp": 1649922504669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.277Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.277Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.277Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "policy-id", "timestamp": 1649922503363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.277Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.277Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.277Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "ves-openapi-manager", "timestamp": 1649922502794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.279Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.279Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.279Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922496129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.280Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.280Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.280Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "cds", "timestamp": 1649922494957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.280Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.280Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.280Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "clamp", "timestamp": 1649922504669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.280Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.280Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.281Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "policy-id", "timestamp": 1649922503363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.283Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.284Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.284Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "ves-openapi-manager", "timestamp": 1649922502794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-14T07:49:24.284Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.285Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.285Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "cds", "timestamp": 1649922494957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.285Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.285Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.286Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922496129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.286Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.286Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.287Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "clamp", "timestamp": 1649922504669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.287Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.287Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.288Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "policy-id", "timestamp": 1649922503363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.288Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.290Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.290Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "cds", "timestamp": 1649922494957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.290Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.293Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.295Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "ves-openapi-manager", "timestamp": 1649922502794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.295Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.295Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.296Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922496129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.296Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.296Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.296Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "clamp", "timestamp": 1649922504669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.297Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.297Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.297Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "policy-id", "timestamp": 1649922503363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.297Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.298Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.298Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "ves-openapi-manager", "timestamp": 1649922502794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.298Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.298Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.298Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922496129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:49:24.299Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.299Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.299Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "cds", "timestamp": 1649922494957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:49:24.299Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.300Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.300Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "clamp", "timestamp": 1649922504669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.300Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.300Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.300Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "policy-id", "timestamp": 1649922503363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:49:24.301Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.301Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.301Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "aai-ml", "timestamp": 1649922511585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.301Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.302Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.302Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "clamp", "timestamp": 1649922504669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:49:24.302Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.302Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.302Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "aai-ml", "timestamp": 1649922511585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.303Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.303Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.303Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "cds", "timestamp": 1649922513013, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:49:24.303Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:49:24.304Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.304Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "ves-openapi-manager", "timestamp": 1649922514215, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T07:49:24.304Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:49:24.304Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.304Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922513710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:49:24.305Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:49:24.305Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.305Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "policy-id", "timestamp": 1649922513207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:49:24.305Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:49:24.306Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.306Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "aai-ml", "timestamp": 1649922511585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.306Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.306Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.306Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "cds", "timestamp": 1649922514023, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-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-14T07:49:24.324Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 270e5adf-1c6b-4d95-9925-991c97ee224a 2022-04-14T07:49:24.325Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 270e5adf-1c6b-4d95-9925-991c97ee224a 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-14T07:49:24.338Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.338Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "multicloud-k8s-id", "timestamp": 1649922513428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.339Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.339Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.339Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "policy-id", "timestamp": 1649922514215, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:49:24.339Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:49:24.340Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.340Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "ves-openapi-manager", "timestamp": 1649922515478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-14T07:49:24.340Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:49:24.340Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.340Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "aai-ml", "timestamp": 1649922511585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.340Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.340Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.341Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "multicloud-k8s-id", "timestamp": 1649922513428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.341Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.341Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.341Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "policy-id", "timestamp": 1649922515223, "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-14T07:49:24.347Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 270e5adf-1c6b-4d95-9925-991c97ee224a 2022-04-14T07:49:24.348Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 270e5adf-1c6b-4d95-9925-991c97ee224a 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-14T07:49:24.355Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.356Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "ves-openapi-manager", "timestamp": 1649922516485, "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-14T07:49:24.364Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 270e5adf-1c6b-4d95-9925-991c97ee224a 2022-04-14T07:49:24.365Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 270e5adf-1c6b-4d95-9925-991c97ee224a 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-14T07:49:24.375Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.375Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "aai-ml", "timestamp": 1649922511585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.375Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.376Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.376Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922516341, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:49:24.376Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:49:24.376Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.376Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "multicloud-k8s-id", "timestamp": 1649922513428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.376Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.376Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.376Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "aai-ml", "timestamp": 1649922511585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.377Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.377Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.377Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "clamp", "timestamp": 1649922517241, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:49:24.377Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:49:24.377Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.377Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922517348, "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-14T07:49:24.385Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 270e5adf-1c6b-4d95-9925-991c97ee224a 2022-04-14T07:49:24.385Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 270e5adf-1c6b-4d95-9925-991c97ee224a 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-14T07:49:24.395Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.396Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "multicloud-k8s-id", "timestamp": 1649922513428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.396Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.396Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.396Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "aai-ml", "timestamp": 1649922511585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.396Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.396Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.397Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "multicloud-k8s-id", "timestamp": 1649922513428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.397Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.397Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.397Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "aai-ml", "timestamp": 1649922511585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:49:24.397Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.397Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.397Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "clamp", "timestamp": 1649922519247, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:49:24.397Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:49:24.397Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.397Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "multicloud-k8s-id", "timestamp": 1649922513428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.398Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.398Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.398Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "clamp", "timestamp": 1649922520251, "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-14T07:49:24.403Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 270e5adf-1c6b-4d95-9925-991c97ee224a 2022-04-14T07:49:24.404Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 270e5adf-1c6b-4d95-9925-991c97ee224a 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-14T07:49:24.430Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.431Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "multicloud-k8s-id", "timestamp": 1649922513428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.431Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.431Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.431Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "aai-ml", "timestamp": 1649922521035, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:49:24.431Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:49:24.431Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.431Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "multicloud-k8s-id", "timestamp": 1649922513428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:49:24.432Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.432Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.432Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "aai-ml", "timestamp": 1649922527898, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-14T07:49:24.432Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:49:24.432Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.432Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "aai-ml", "timestamp": 1649922528904, "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-14T07:49:24.443Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 270e5adf-1c6b-4d95-9925-991c97ee224a 2022-04-14T07:49:24.444Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 270e5adf-1c6b-4d95-9925-991c97ee224a 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-14T07:49:24.453Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.453Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922560900, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T07:49:24.453Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:49:24.453Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.453Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "multicloud-k8s-id", "timestamp": 1649922553428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.453Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.454Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.454Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "cds", "timestamp": 1649922554957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.454Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.454Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.454Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922324105, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.454Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.454Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.454Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922556130, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.454Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.454Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.454Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "cds", "timestamp": 1649922554957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.455Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.455Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.455Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "multicloud-k8s-id", "timestamp": 1649922553428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-04-14T07:49:24.455Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.455Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.455Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922324105, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:49:24.455Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.455Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.456Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922556130, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.456Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.456Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.456Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "ves-openapi-manager", "timestamp": 1649922562794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.456Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.456Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.456Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "cds", "timestamp": 1649922554957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.457Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.457Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.457Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "multicloud-k8s-id", "timestamp": 1649922553428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-04-14T07:49:24.457Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.457Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:49:24.457Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922556130, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-14T07:49:24.457Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:49:24.831Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T07:49:24.835Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 031d9bd0-c400-4113-9792-aeca43a2963d 52514 2022-04-14T07:49:24.835Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|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-14T07:49:24.835Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|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-14T07:49:24.836Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:49:24.836Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:49:24.839Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:49:24.840Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||try to send status { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922564835, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:49:24.940Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:49:24.941Z||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-14T07:49:24.942Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:49:24.958Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:49:24.960Z||pool-54-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:49:25.842Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T07:49:25.843Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||MSO config path is: /app 2022-04-14T07:49:25.844Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||Trying to write artifact UUID: 031d9bd0-c400-4113-9792-aeca43a2963d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-14T07:49:25.844Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-04-14T07:49:25.844Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-14T07:49:25.844Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-14T07:49:25.989Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4119324490780595200/Definitions/service-BasicNetwork-template.yml 2022-04-14T07:49:26.753Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-14T07:49:26.754Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|WARN|500||#################################################################################################### 2022-04-14T07:49:26.754Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-14T07:49:26.754Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-04-14T07:49:26.754Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|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-14T07:49:26.754Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|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-14T07:49:26.754Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|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-14T07:49:26.754Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|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-14T07:49:26.755Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?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-BasicNetwork-csar.csar 2022-04-14T07:49:26.755Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|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-14T07:49:26.755Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|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-14T07:49:26.755Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|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-14T07:49:26.755Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|WARN|500||#################################################################################################### 2022-04-14T07:49:26.755Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:49:26.755Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:49:26.756Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-04-14T07:49:26.756Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Search for entities recursively 2022-04-14T07:49:26.756Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T07:49:26.756Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:49:26.756Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:49:26.756Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-04-14T07:49:26.756Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Search for entities recursively 2022-04-14T07:49:26.757Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T07:49:26.757Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:49:26.757Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:49:26.757Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:49:26.757Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:49:26.757Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:49:26.758Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:49:26.758Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:49:26.758Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:49:26.758Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:49:26.758Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:49:26.758Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:3def915b-0393-49b5-a72a-654620d72567 Model Version:NULL Model InvariantUuid:06683882-21f7-486c-a4ac-d25702961e16 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:8addb42b-2a7d-4b5b-be28-d746a18bc70a Model UUID:bec5df40-613f-4ac6-a60b-0818fef93c25 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:9ba4b7cd-5cb1-40c4-a341-66d2df672a13 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-14T07:49:26.766Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||Processing Resource Type: VL, Model UUID: e7fb5c3d-a31f-48ca-bf76-8043ca883945 2022-04-14T07:49:26.767Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||No resources found for Service: 3def915b-0393-49b5-a72a-654620d72567 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-14T07:49:26.771Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500|| 2022-04-14T07:49:26.772Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-04-14T07:49:26.773Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||No resources found for Service: 3def915b-0393-49b5-a72a-654620d72567 2022-04-14T07:49:26.773Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Preparing to deploy Service: 3def915b-0393-49b5-a72a-654620d72567 2022-04-14T07:49:26.773Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-04-14T07:49:26.773Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|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-14T07:49:26.780Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d56c304, org.onap.sdc.toscaparser.api.parameters.Input@7e73ab7a, org.onap.sdc.toscaparser.api.parameters.Input@60079edf, org.onap.sdc.toscaparser.api.parameters.Input@30f79190, org.onap.sdc.toscaparser.api.parameters.Input@2b223a69] 2022-04-14T07:49:26.782Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:49:26.782Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:49:26.782Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:49:26.783Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:49:26.783Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500|| resourceSeq for service uuid 3def915b-0393-49b5-a72a-654620d72567: Generic NeutronNet 2022-04-14T07:49:26.783Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:49:26.783Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:49:26.784Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:49:26.784Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|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-14T07:49:26.828Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:49:26.829Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:49:26.829Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:49:26.829Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:49:26.829Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:49:26.830Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:49:26.830Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|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-14T07:49:26.882Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-04-14T07:49:26.882Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|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-14T07:49:26.883Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|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-14T07:49:26.883Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T07:49:26.883Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:49:26.885Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:49:26.886Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||try to send status { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922566882, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:49:26.986Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:49:26.987Z||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-14T07:49:26.987Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:49:27.015Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:49:27.016Z||pool-55-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:49:27.887Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1d182f8-a868-4161-8142-9b6745e61882 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T07:49:27.899Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1d182f8-a868-4161-8142-9b6745e61882 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T07:49:27.905Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T07:49:27.906Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-14T07:49:27.906Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-14T07:49:27.906Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-14T07:49:27.907Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-14T07:49:27.907Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?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-14T07:49:27.918Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-14T07:49:57.919Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: a1d182f8-a868-4161-8142-9b6745e61882 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-14T07:49:57.925Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a1d182f8-a868-4161-8142-9b6745e61882 and serviceModelVersionId: 3def915b-0393-49b5-a72a-654620d72567 2022-04-14T07:49:57.925Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06683882-21f7-486c-a4ac-d25702961e16 2022-04-14T07:49:57.926Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0 2022-04-14T07:49:57.930Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7545e52b-f669-443c-8492-22ca2c138e9a/model-vers/model-ver/f1ecac3a-f766-4eb3-b892-c94a88923e27?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-14T07:49:57.997Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||Invoke 2022-04-14T07:49:57.998Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a1d182f8-a868-4161-8142-9b6745e61882], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2362288c-d8b9-4c35-945f-040fcab5ebaa], X-ECOMP-RequestID=[a1d182f8-a868-4161-8142-9b6745e61882], X-TransactionId=[], X-ONAP-RequestID=[a1d182f8-a868-4161-8142-9b6745e61882], Content-Type=[application/merge-patch+json]} 2022-04-14T07:49:59.538Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||Invoke 2022-04-14T07:49:59.539Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a1d182f8-a868-4161-8142-9b6745e61882], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[16259481-c30c-4a0f-8556-07e7090669e7], X-ECOMP-RequestID=[a1d182f8-a868-4161-8142-9b6745e61882], X-TransactionId=[], X-ONAP-RequestID=[a1d182f8-a868-4161-8142-9b6745e61882], Content-Type=[application/merge-patch+json]} 2022-04-14T07:50:01.067Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||Invoke 2022-04-14T07:50:01.068Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a1d182f8-a868-4161-8142-9b6745e61882], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[61d8cd21-7833-41d1-8ce8-7c69200f2217], X-ECOMP-RequestID=[a1d182f8-a868-4161-8142-9b6745e61882], X-TransactionId=[], X-ONAP-RequestID=[a1d182f8-a868-4161-8142-9b6745e61882], Content-Type=[application/merge-patch+json]} 2022-04-14T07:50:02.105Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T07:50:02.106Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?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-14T07:50:02.107Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T07:50:02.107Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?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-14T07:50:02.116Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?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-14T07:50:02.116Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a1d182f8-a868-4161-8142-9b6745e61882 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-14T07:50:02.117Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-14T07:50:02.117Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:50:02.120Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:50:02.120Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||try to send status { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922602116, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T07:50:02.220Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:50:02.221Z||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-14T07:50:02.221Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:50:02.253Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:50:02.253Z||pool-56-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-14T07:50:03.141Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:50:03.142Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?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-14T07:50:03.142Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:50:07.645Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:50:07.648Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||received message from topic 2022-04-14T07:50:07.648Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"270e5adf-1c6b-4d95-9925-991c97ee224a","serviceName":"Demo_pNF_kd36HAJ7Fv6qkRUyF4LF","serviceVersion":"1.0","serviceUUID":"736b9b65-f553-4176-a0b8-387198711964","serviceDescription":"catalog service description","serviceInvariantUUID":"04dace21-ac0a-4010-8a07-356a0efd9ddf","resources":[{"resourceInstanceName":"pNF aaf39b06-751d 0","resourceName":"pNF aaf39b06-751d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f58579c2-5db4-4930-8782-dab58a444756","resourceInvariantUUID":"54299ecc-943f-492e-8b87-e538a0f66b10","resourceCustomizationUUID":"645afcf4-890a-4dae-9fa1-1f3950bb4a16","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/vf-license-model.xml","artifactChecksum":"MWYwYjRiNjYzMTE1OGY0MWFmYTg4YWE5MzNkNDhmMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0ed88ece-09f0-4694-b13d-7339b220349a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/pNF.csar","artifactChecksum":"MjQxNTY0NzdlN2ViNjUzM2M0Y2I3NzNmY2QyNDFiMDI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dfab3a99-e91d-44f7-b680-c1ba74577502","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2bc210e-0ad8-4bfb-9aff-b2f64d3e4694","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/vendor-license-model.xml","artifactChecksum":"YjU4YTc0OTUzYTRjY2E2YjkxYTg3ZDZhYWM3M2I2ZmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8e06e7e0-b30e-4c63-b196-728a677cbdaf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"861a08de-878e-4381-b91f-1542dfaaeb50","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a20ab622-7683-447d-9c6d-4970c720315d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKd36haj7fv6qkruyf4lf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-template.yml","artifactChecksum":"MDQ4ZTQwNTI3Njk5NTE3Y2M3NzgyMmU4MDVkODIzNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"88e2f369-b90a-45c7-9794-b26064dab552","artifactVersion":"1"},{"artifactName":"service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar","artifactChecksum":"ZjU0OWI0OTIwNDk0N2QxOWY1N2M1ODRjZDU3ODU1NGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ede85018-1889-4c6e-9825-957b2b9891c0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-14T07:50:07.654Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:50:07.654Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:50:07.659Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:50:07.660Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||try to send status { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:50:07.759Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T07:50:07.760Z||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-14T07:50:07.760Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:50:07.784Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:50:07.785Z||pool-57-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:50:08.661Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:50:08.663Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:50:08.666Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:50:08.666Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||try to send status { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:50:08.766Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:50:08.767Z||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-14T07:50:08.768Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:50:08.808Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:50:08.809Z||pool-58-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:50:09.667Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:50:09.668Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:50:09.671Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:50:09.671Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||try to send status { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T07:50:09.771Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:50:09.772Z||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-14T07:50:09.773Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:50:09.792Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:50:09.793Z||pool-59-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:50:10.672Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:50:10.674Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:50:10.679Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:50:10.679Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||try to send status { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:50:10.785Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-04-14T07:50:10.786Z||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-14T07:50:10.786Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:50:10.829Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:50:10.830Z||pool-60-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:50:11.680Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:50:11.685Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:50:11.689Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:50:11.690Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||try to send status { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:50:11.790Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:50:11.790Z||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-14T07:50:11.791Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:50:11.808Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:50:11.809Z||pool-61-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:50:12.693Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:50:12.693Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:50:12.697Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:50:12.698Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||try to send status { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:50:12.797Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T07:50:12.799Z||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-14T07:50:12.799Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:50:12.816Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:50:12.817Z||pool-62-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:50:13.699Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:50:13.700Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:50:13.702Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:50:13.702Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||try to send status { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:50:13.802Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:50:13.804Z||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-14T07:50:13.804Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:50:13.824Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:50:13.825Z||pool-63-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:50:14.703Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:50:14.704Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:50:14.706Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:50:14.706Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||try to send status { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:50:14.806Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T07:50:14.807Z||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-14T07:50:14.808Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:50:14.825Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:50:14.826Z||pool-64-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:50:15.708Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||sending notification to client: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "serviceName": "Demo_pNF_kd36HAJ7Fv6qkRUyF4LF", "serviceVersion": "1.0", "serviceUUID": "736b9b65-f553-4176-a0b8-387198711964", "serviceDescription": "catalog service description", "serviceInvariantUUID": "04dace21-ac0a-4010-8a07-356a0efd9ddf", "resources": [ { "resourceInstanceName": "pNF aaf39b06-751d 0", "resourceCustomizationUUID": "645afcf4-890a-4dae-9fa1-1f3950bb4a16", "resourceName": "pNF aaf39b06-751d", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "f58579c2-5db4-4930-8782-dab58a444756", "resourceInvariantUUID": "54299ecc-943f-492e-8b87-e538a0f66b10", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar", "artifactChecksum": "ZjU0OWI0OTIwNDk0N2QxOWY1N2M1ODRjZDU3ODU1NGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ede85018-1889-4c6e-9825-957b2b9891c0" } ], "workloadContext": "Production" } 2022-04-14T07:50:15.709Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-14T07:50:15.709Z|a1d182f8-a868-4161-8142-9b6745e61882|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 736b9b65-f553-4176-a0b8-387198711964 ASDC 2022-04-14T07:50:15.710Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||ASDC Notification: DistributionID:270e5adf-1c6b-4d95-9925-991c97ee224a ServiceName:Demo_pNF_kd36HAJ7Fv6qkRUyF4LF ServiceVersion:1.0 ServiceUUID:736b9b65-f553-4176-a0b8-387198711964 ServiceInvariantUUID:04dace21-ac0a-4010-8a07-356a0efd9ddf ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar ArtifactUUID:ede85018-1889-4c6e-9825-957b2b9891c0 ArtifactChecksum:ZjU0OWI0OTIwNDk0N2QxOWY1N2M1ODRjZDU3ODU1NGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF aaf39b06-751d 0 ResourceCustomizationUUID:645afcf4-890a-4dae-9fa1-1f3950bb4a16 ResourceInvariantUUID:54299ecc-943f-492e-8b87-e538a0f66b10 ResourceName:pNF aaf39b06-751d ResourceType:PNF ResourceUUID:f58579c2-5db4-4930-8782-dab58a444756 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-14T07:50:15.711Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 736b9b65-f553-4176-a0b8-387198711964 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-14T07:50:15.757Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T07:50:15.758Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||MSO config path is: /app 2022-04-14T07:50:15.758Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||MSO config path is: /app 2022-04-14T07:50:15.759Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||Trying to download the artifact UUID: ede85018-1889-4c6e-9825-957b2b9891c0 from URL: /sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar 2022-04-14T07:50:15.759Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||DistributionClient - download 2022-04-14T07:50:15.759Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar 2022-04-14T07:50:16.039Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T07:50:16.061Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar ede85018-1889-4c6e-9825-957b2b9891c0 82668 2022-04-14T07:50:16.061Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar ASDC sendASDCNotification 2022-04-14T07:50:16.061Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar 2022-04-14T07:50:16.062Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:50:16.062Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:50:16.064Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:50:16.064Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||try to send status { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922616061, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:50:16.164Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:50:16.166Z||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-14T07:50:16.166Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:50:16.186Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:50:16.187Z||pool-65-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:50:17.064Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T07:50:17.068Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||MSO config path is: /app 2022-04-14T07:50:17.069Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||Trying to write artifact UUID: ede85018-1889-4c6e-9825-957b2b9891c0, URL: /sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar to file: /app/ASDC/1/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar 2022-04-14T07:50:17.070Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar 2022-04-14T07:50:17.071Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar 2022-04-14T07:50:17.071Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar 2022-04-14T07:50:17.253Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4328034942028881467/Definitions/service-DemoPnfKd36haj7fv6qkruyf4lf-template.yml 2022-04-14T07:50:18.358Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-14T07:50:18.358Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|WARN|500||#################################################################################################### 2022-04-14T07:50:18.359Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar 2022-04-14T07:50:18.359Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-14T07:50:18.359Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?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-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar 2022-04-14T07:50:18.359Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?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-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar 2022-04-14T07:50:18.359Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF aaf39b06-751d 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-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar 2022-04-14T07:50:18.359Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?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-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar 2022-04-14T07:50:18.359Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?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-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar 2022-04-14T07:50:18.360Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?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-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar 2022-04-14T07:50:18.360Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?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-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar 2022-04-14T07:50:18.360Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|WARN|500||#################################################################################################### 2022-04-14T07:50:18.360Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:50:18.360Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Service Demo_pNF_kd36HAJ7Fv6qkRUyF4LF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:50:18.360Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Node template pNF aaf39b06-751d 0 is matching search criteria 2022-04-14T07:50:18.361Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Search for entities recursively 2022-04-14T07:50:18.361Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Found topology templates [pNF aaf39b06-751d 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T07:50:18.361Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:50:18.361Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Service Demo_pNF_kd36HAJ7Fv6qkRUyF4LF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:50:18.361Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Node template pNF aaf39b06-751d 0 is matching search criteria 2022-04-14T07:50:18.361Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Search for entities recursively 2022-04-14T07:50:18.362Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Found topology templates [pNF aaf39b06-751d 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T07:50:18.362Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:50:18.362Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Service Demo_pNF_kd36HAJ7Fv6qkRUyF4LF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:50:18.362Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:50:18.362Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Service Demo_pNF_kd36HAJ7Fv6qkRUyF4LF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:50:18.363Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:50:18.363Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Service Demo_pNF_kd36HAJ7Fv6qkRUyF4LF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:50:18.363Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:50:18.363Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Service Demo_pNF_kd36HAJ7Fv6qkRUyF4LF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:50:18.363Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:50:18.363Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Service Demo_pNF_kd36HAJ7Fv6qkRUyF4LF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:50:18.363Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_kd36HAJ7Fv6qkRUyF4LF Description:catalog service description Model UUID:736b9b65-f553-4176-a0b8-387198711964 Model Version:NULL Model InvariantUuid:04dace21-ac0a-4010-8a07-356a0efd9ddf 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-14T07:50:18.374Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: f58579c2-5db4-4930-8782-dab58a444756 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-14T07:50:18.379Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||pNF aaf39b06-751d 0 2022-04-14T07:50:18.379Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: f58579c2-5db4-4930-8782-dab58a444756 2022-04-14T07:50:18.380Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||No resources found for Service: 736b9b65-f553-4176-a0b8-387198711964 2022-04-14T07:50:18.380Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Preparing to deploy Service: 736b9b65-f553-4176-a0b8-387198711964 2022-04-14T07:50:18.380Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF aaf39b06-751d 0 f58579c2-5db4-4930-8782-dab58a444756 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-14T07:50:18.386Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@228acf0b, org.onap.sdc.toscaparser.api.parameters.Input@36c0e51b, org.onap.sdc.toscaparser.api.parameters.Input@2d65f1bb, org.onap.sdc.toscaparser.api.parameters.Input@6c24363d, org.onap.sdc.toscaparser.api.parameters.Input@18225e25] 2022-04-14T07:50:18.387Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:50:18.387Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Service Demo_pNF_kd36HAJ7Fv6qkRUyF4LF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:50:18.388Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500|| resourceSeq for service uuid 736b9b65-f553-4176-a0b8-387198711964: pNF aaf39b06-751d 2022-04-14T07:50:18.388Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||Processing PNF resource: f58579c2-5db4-4930-8782-dab58a444756 2022-04-14T07:50:18.388Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:50:18.389Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Service Demo_pNF_kd36HAJ7Fv6qkRUyF4LF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:50:18.389Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||Resource customization UUID: 645afcf4-890a-4dae-9fa1-1f3950bb4a16 is the same as notified resource customizationUUID: 645afcf4-890a-4dae-9fa1-1f3950bb4a16 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-14T07:50:18.448Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF aaf39b06-751d f58579c2-5db4-4930-8782-dab58a444756 0 ASDC deployResourceStructure 2022-04-14T07:50:18.449Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar ASDC sendASDCNotification 2022-04-14T07:50:18.449Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar 2022-04-14T07:50:18.449Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T07:50:18.449Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:50:18.452Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:50:18.452Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||try to send status { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922618449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:50:18.552Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:50:18.553Z||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-14T07:50:18.553Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:50:18.578Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:50:18.579Z||pool-66-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:50:19.457Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 270e5adf-1c6b-4d95-9925-991c97ee224a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T07:50:19.469Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 270e5adf-1c6b-4d95-9925-991c97ee224a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T07:50:19.474Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T07:50:19.475Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-14T07:50:19.475Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-14T07:50:19.475Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-14T07:50:19.476Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-14T07:50:19.476Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-14T07:50:19.476Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?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-14T07:50:19.485Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-14T07:50:24.109Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:50:24.110Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?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-14T07:50:24.110Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:50:24.172Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:50:24.173Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:50:24.173Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "ves-openapi-manager", "timestamp": 1649922562794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:50:24.174Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:50:49.488Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 270e5adf-1c6b-4d95-9925-991c97ee224a 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-14T07:50:49.494Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 270e5adf-1c6b-4d95-9925-991c97ee224a and serviceModelVersionId: 736b9b65-f553-4176-a0b8-387198711964 2022-04-14T07:50:49.495Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 04dace21-ac0a-4010-8a07-356a0efd9ddf 2022-04-14T07:50:49.495Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0 2022-04-14T07:50:49.500Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06683882-21f7-486c-a4ac-d25702961e16/model-vers/model-ver/3def915b-0393-49b5-a72a-654620d72567?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-14T07:50:49.556Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||Invoke 2022-04-14T07:50:49.556Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[270e5adf-1c6b-4d95-9925-991c97ee224a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b37b1cfc-1175-46c0-a6c8-f0c7de3138ec], X-ECOMP-RequestID=[270e5adf-1c6b-4d95-9925-991c97ee224a], X-TransactionId=[], X-ONAP-RequestID=[270e5adf-1c6b-4d95-9925-991c97ee224a], Content-Type=[application/merge-patch+json]} 2022-04-14T07:50:51.090Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||Invoke 2022-04-14T07:50:51.091Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[270e5adf-1c6b-4d95-9925-991c97ee224a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eb5955b0-7a7d-470e-b29d-9926060341dd], X-ECOMP-RequestID=[270e5adf-1c6b-4d95-9925-991c97ee224a], X-TransactionId=[], X-ONAP-RequestID=[270e5adf-1c6b-4d95-9925-991c97ee224a], Content-Type=[application/merge-patch+json]} 2022-04-14T07:50:52.620Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||Invoke 2022-04-14T07:50:52.620Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[270e5adf-1c6b-4d95-9925-991c97ee224a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8f80fef3-dbf4-4ea8-95bb-aaf0cda03ad0], X-ECOMP-RequestID=[270e5adf-1c6b-4d95-9925-991c97ee224a], X-TransactionId=[], X-ONAP-RequestID=[270e5adf-1c6b-4d95-9925-991c97ee224a], Content-Type=[application/merge-patch+json]} 2022-04-14T07:50:53.658Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T07:50:53.659Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:50:53.659Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T07:50:53.659Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:50:53.667Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@7d5006df marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=4068) 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 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.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) ... 59 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) ... 60 common frames omitted 2022-04-14T07:50:53.668Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-14T07:50:53.669Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|ERROR|500||(conn=4068) WSREP has not yet prepared node for application use 2022-04-14T07:50:53.680Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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 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.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=4068) 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) ... 54 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) ... 59 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) ... 60 common frames omitted 2022-04-14T07:50:53.680Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 270e5adf-1c6b-4d95-9925-991c97ee224a 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-14T07:50:53.681Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-14T07:50:53.682Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:50:53.685Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:50:53.685Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||try to send status { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922653681, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T07:50:53.785Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T07:50:53.787Z||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-14T07:50:53.787Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:50:53.806Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:50:53.807Z||pool-67-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-14T07:50:54.699Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||received message from topic 2022-04-14T07:50:54.699Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"bbff3e43-18a8-462f-b5ee-a3ad79f7c08b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"83f762a0-782a-4d58-bdaa-139776e3a6b9","serviceDescription":"service","serviceInvariantUUID":"f4a0ac50-7ae1-4d49-933f-6d683b646d3c","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5ea8101a-acdc-48f6-9d0f-6c8b15097bc1","resourceInvariantUUID":"124d82b7-af88-4d03-8a5a-e1a7b6b52d87","resourceCustomizationUUID":"9f044617-a548-47dc-8dfc-854a9758aa14","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"ODE0MTM3ZGRlNTBlMTJhMzUyYzI2MTIwZGMxMzI1NWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2de125a3-814d-4d8e-92c3-2af5970a69f5","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6fc77a49-952c-44fa-a38c-1f83fd6f28f2","artifactVersion":"2","generatedFromUUID":"c8ee66c0-4a87-4f92-97ad-ecdd1c076c81"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c8ee66c0-4a87-4f92-97ad-ecdd1c076c81","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MzljYzRmM2M1NmU3ODZjYjc4M2RlNzJhZTgxOTQ1ZmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1ffb7ebf-649c-4377-b555-c6a0a29ed85e","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ef8ae6ef-70e1-48bd-a691-c89ec68877ef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"02316694-d48e-4335-9b94-1c5a380c24a6","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6beeb160-9e34-48f6-b921-d7000dc3f18f","artifactVersion":"2","generatedFromUUID":"ef8ae6ef-70e1-48bd-a691-c89ec68877ef"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NmEzNjQ4YWE1N2ZhZDI3YzhiNWZiMGYyMzJjZTJhMjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f89a548-2918-46a7-97b5-5c439a313c35","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MjM0NzUwNjA2ZDBjODBiNmRhYTBmMGM2MWRiNzNlNGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"27e2ac2a-665a-4d68-a625-b260a2be5b1c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-14T07:50:54.699Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:50:54.700Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:50:54.702Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:50:54.702Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||try to send status { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:50:54.802Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T07:50:54.803Z||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-14T07:50:54.803Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:50:54.817Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:50:54.818Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:50:55.703Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:50:55.704Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:50:55.707Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:50:55.707Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||try to send status { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-04-14T07:50:55.807Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:50:55.808Z||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-14T07:50:55.808Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:50:55.822Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:50:55.822Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:50:56.708Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:50:56.709Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:50:56.711Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:50:56.711Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||try to send status { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-04-14T07:50:56.813Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-04-14T07:50:56.815Z||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-14T07:50:56.833Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:50:56.855Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:50:56.856Z||pool-70-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:50:57.712Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:50:57.713Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:50:57.715Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:50:57.715Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||try to send status { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:50:57.816Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T07:50:57.817Z||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-14T07:50:57.817Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:50:57.838Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:50:57.839Z||pool-71-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:50:58.718Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:50:58.719Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:50:58.721Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:50:58.722Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||try to send status { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-14T07:50:58.822Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T07:50:58.823Z||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-14T07:50:58.823Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:50:58.866Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:50:58.867Z||pool-72-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:50:59.722Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:50:59.723Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:50:59.726Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:50:59.726Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||try to send status { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:50:59.827Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-14T07:50:59.830Z||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-14T07:50:59.830Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:50:59.846Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:50:59.847Z||pool-73-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:51:00.727Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:51:00.729Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:51:00.734Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:51:00.735Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||try to send status { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-04-14T07:51:00.834Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T07:51:00.836Z||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-14T07:51:00.836Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:51:00.868Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:51:00.868Z||pool-74-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:51:01.736Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:51:01.737Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:51:01.740Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:51:01.741Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||try to send status { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:01.842Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:51:01.843Z||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-14T07:51:01.843Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:51:01.868Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:51:01.868Z||pool-75-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:51:02.743Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:51:02.744Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:51:02.746Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:51:02.746Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||try to send status { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:51:02.846Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:51:02.847Z||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-14T07:51:02.847Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:51:02.862Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:51:02.863Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:51:03.747Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||sending notification to client: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "83f762a0-782a-4d58-bdaa-139776e3a6b9", "serviceDescription": "service", "serviceInvariantUUID": "f4a0ac50-7ae1-4d49-933f-6d683b646d3c", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "9f044617-a548-47dc-8dfc-854a9758aa14", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5ea8101a-acdc-48f6-9d0f-6c8b15097bc1", "resourceInvariantUUID": "124d82b7-af88-4d03-8a5a-e1a7b6b52d87", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "nginx_cloudtech_k8s_charts.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6fc77a49-952c-44fa-a38c-1f83fd6f28f2", "relatedArtifactsInfo": [] }, { "artifactName": "nginx_cloudtech_k8s_charts.tgz", "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c8ee66c0-4a87-4f92-97ad-ecdd1c076c81", "relatedArtifactsInfo": [] }, { "artifactName": "basic_cnf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "artifactChecksum": "MzljYzRmM2M1NmU3ODZjYjc4M2RlNzJhZTgxOTQ1ZmE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1ffb7ebf-649c-4377-b555-c6a0a29ed85e", "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ef8ae6ef-70e1-48bd-a691-c89ec68877ef", "generatedArtifact": { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6beeb160-9e34-48f6-b921-d7000dc3f18f", "generatedFromUUID": "ef8ae6ef-70e1-48bd-a691-c89ec68877ef" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6beeb160-9e34-48f6-b921-d7000dc3f18f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MjM0NzUwNjA2ZDBjODBiNmRhYTBmMGM2MWRiNzNlNGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "27e2ac2a-665a-4d68-a625-b260a2be5b1c" } ], "workloadContext": "Production" } 2022-04-14T07:51:03.748Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-14T07:51:03.748Z|270e5adf-1c6b-4d95-9925-991c97ee224a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 83f762a0-782a-4d58-bdaa-139776e3a6b9 ASDC 2022-04-14T07:51:03.749Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||ASDC Notification: DistributionID:bbff3e43-18a8-462f-b5ee-a3ad79f7c08b ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:83f762a0-782a-4d58-bdaa-139776e3a6b9 ServiceInvariantUUID:f4a0ac50-7ae1-4d49-933f-6d683b646d3c ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ArtifactUUID:27e2ac2a-665a-4d68-a625-b260a2be5b1c ArtifactChecksum:MjM0NzUwNjA2ZDBjODBiNmRhYTBmMGM2MWRiNzNlNGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:9f044617-a548-47dc-8dfc-854a9758aa14 ResourceInvariantUUID:124d82b7-af88-4d03-8a5a-e1a7b6b52d87 ResourceName:basic_cnf ResourceType:VF ResourceUUID:5ea8101a-acdc-48f6-9d0f-6c8b15097bc1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ArtifactUUID:6fc77a49-952c-44fa-a38c-1f83fd6f28f2 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.tgz ArtifactVersion:1 ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ArtifactUUID:c8ee66c0-4a87-4f92-97ad-ecdd1c076c81 ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:basic_cnf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ArtifactUUID:1ffb7ebf-649c-4377-b555-c6a0a29ed85e ArtifactChecksum:MzljYzRmM2M1NmU3ODZjYjc4M2RlNzJhZTgxOTQ1ZmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ArtifactUUID:ef8ae6ef-70e1-48bd-a691-c89ec68877ef ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:6beeb160-9e34-48f6-b921-d7000dc3f18f ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:6beeb160-9e34-48f6-b921-d7000dc3f18f ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-14T07:51:03.750Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 83f762a0-782a-4d58-bdaa-139776e3a6b9 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=? 2022-04-14T07:51:03.766Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@14a6cd77 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=4069) 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 org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569) 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.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.$Proxy217.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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) ... 83 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) ... 84 common frames omitted 2022-04-14T07:51:03.770Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-14T07:51:03.772Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|ERROR|500||(conn=4069) WSREP has not yet prepared node for application use 2022-04-14T07:51:03.773Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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 org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569) 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.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.$Proxy217.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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=4069) 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) ... 78 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) ... 83 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) ... 84 common frames omitted 2022-04-14T07:51:03.777Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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 org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569) 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.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.$Proxy217.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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) ... 47 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=4069) 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) ... 78 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) ... 83 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) ... 84 common frames omitted 2022-04-14T07:51:03.778Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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.$Proxy217.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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) ... 28 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) ... 31 common frames omitted 2022-04-14T07:51:03.779Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: bbff3e43-18a8-462f-b5ee-a3ad79f7c08b 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-14T07:51:03.786Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bbff3e43-18a8-462f-b5ee-a3ad79f7c08b and serviceModelVersionId: 2022-04-14T07:51:03.787Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f4a0ac50-7ae1-4d49-933f-6d683b646d3c 2022-04-14T07:51:03.788Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||No Service found with serviceModelInvariantUUID: f4a0ac50-7ae1-4d49-933f-6d683b646d3c 2022-04-14T07:51:03.789Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Exception occurred on executePatchAAI : No Service found with serviceModelInvariantUUID: f4a0ac50-7ae1-4d49-933f-6d683b646d3c 2022-04-14T07:51:03.789Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|ERROR|500||Exception occurred java.lang.Exception: No Service found with serviceModelInvariantUUID: f4a0ac50-7ae1-4d49-933f-6d683b646d3c at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:181) 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) 2022-04-14T07:51:03.790Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Exception in executePatchAAI(): {} java.lang.Exception: java.lang.Exception: No Service found with serviceModelInvariantUUID: f4a0ac50-7ae1-4d49-933f-6d683b646d3c 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: java.lang.Exception: No Service found with serviceModelInvariantUUID: f4a0ac50-7ae1-4d49-933f-6d683b646d3c at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:181) ... 9 common frames omitted 2022-04-14T07:51:03.790Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Exception caused by: No Service found with serviceModelInvariantUUID: f4a0ac50-7ae1-4d49-933f-6d683b646d3c 2022-04-14T07:51:03.791Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bbff3e43-18a8-462f-b5ee-a3ad79f7c08b 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-14T07:51:03.791Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-14T07:51:03.791Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:51:03.794Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:51:03.794Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||try to send status { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922663791, "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-14T07:51:03.894Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T07:51:03.895Z||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-14T07:51:03.896Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:51:03.915Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:51:03.916Z||pool-77-thread-1|||||INFO|500||cambria reply ok (21 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-14T07:51:04.810Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:04.811Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"2f55fffa-d69b-4900-a41c-8dce2a37f460","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"5771882e-dca2-4b76-b2c8-8c129dcf5920","serviceDescription":"service","serviceInvariantUUID":"b39f1047-0790-4679-a981-f8ce43d70aff","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5f1da6e3-78b1-4fc9-89dc-55e4e5b2a015","resourceInvariantUUID":"7d6b623b-9275-4398-a2f1-f8913b5d8499","resourceCustomizationUUID":"76f3ef1f-2e4b-4d45-af60-c5a88943f6a6","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":"YWU0M2YxNmMyNzExNTZhMjlkZWZmMzdlMGU2ODNlMDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"440cf833-f0a2-4164-bdf6-896d067362ff","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":"ZWY3NTFhMmY2NzkxZjY1NGM0ZDVlMjkzOTZiMGQ4YTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"149b13ce-489f-425a-a189-6b2f2a29ce84","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":"592be268-3cef-4bd8-905a-ff47aec6f0cc","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":"e7dc5821-76f1-4a40-8142-9bb865ed8aaa","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":"e1fd0b62-4890-4d0e-9932-5fd8094c5f90","artifactVersion":"2","generatedFromUUID":"592be268-3cef-4bd8-905a-ff47aec6f0cc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZDRiMzhmZTZkYjFiYzNiYWFiMzM4NmEzNTNkYjFlMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8fc98f0a-522c-48b8-ad80-91d689ad6cbf","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjE0ODM0ZDMzOGZlMjk5NmJkZmM4OGRjMjhmMGM2YmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"34dffc38-ec06-4a30-b9c2-f2a8d0c6aeb2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-14T07:51:04.812Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:51:04.812Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:51:04.815Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:51:04.815Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||try to send status { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:04.918Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-04-14T07:51:04.919Z||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-14T07:51:04.919Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:51:04.937Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:51:04.937Z||pool-78-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:51:05.819Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:51:05.820Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:51:05.822Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:51:05.822Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||try to send status { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:51:05.923Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:51:05.923Z||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-14T07:51:05.924Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:51:05.938Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:51:05.939Z||pool-79-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:51:06.823Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:51:06.824Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:51:06.826Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:51:06.826Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||try to send status { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-14T07:51:06.926Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T07:51:06.927Z||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-14T07:51:06.927Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:51:06.945Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:51:06.945Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:51:07.827Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:51:07.828Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:51:07.831Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:51:07.831Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||try to send status { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:07.931Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:51:07.932Z||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-14T07:51:07.933Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:51:07.946Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:51:07.947Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:51:08.832Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:51:08.833Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:51:08.835Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:51:08.835Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||try to send status { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-14T07:51:08.935Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:51:08.936Z||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-14T07:51:08.937Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:51:08.957Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:51:08.958Z||pool-82-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:51:09.836Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:51:09.836Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:51:09.839Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:51:09.840Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||try to send status { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:09.940Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:51:09.941Z||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-14T07:51:09.941Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:51:09.957Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:51:09.957Z||pool-83-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":2,"count":1} 2022-04-14T07:51:10.840Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:51:10.842Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:51:10.845Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:51:10.845Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||try to send status { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:51:10.945Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T07:51:10.946Z||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-14T07:51:10.946Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:51:10.961Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:51:10.962Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:51:11.850Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||sending notification to client: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "5771882e-dca2-4b76-b2c8-8c129dcf5920", "serviceDescription": "service", "serviceInvariantUUID": "b39f1047-0790-4679-a981-f8ce43d70aff", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "76f3ef1f-2e4b-4d45-af60-c5a88943f6a6", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5f1da6e3-78b1-4fc9-89dc-55e4e5b2a015", "resourceInvariantUUID": "7d6b623b-9275-4398-a2f1-f8913b5d8499", "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": "ZWY3NTFhMmY2NzkxZjY1NGM0ZDVlMjkzOTZiMGQ4YTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "149b13ce-489f-425a-a189-6b2f2a29ce84", "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": "592be268-3cef-4bd8-905a-ff47aec6f0cc", "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": "e1fd0b62-4890-4d0e-9932-5fd8094c5f90", "generatedFromUUID": "592be268-3cef-4bd8-905a-ff47aec6f0cc" }, "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": "e1fd0b62-4890-4d0e-9932-5fd8094c5f90", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NjE0ODM0ZDMzOGZlMjk5NmJkZmM4OGRjMjhmMGM2YmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "34dffc38-ec06-4a30-b9c2-f2a8d0c6aeb2" } ], "workloadContext": "Production" } 2022-04-14T07:51:11.850Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-14T07:51:11.850Z|bbff3e43-18a8-462f-b5ee-a3ad79f7c08b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5771882e-dca2-4b76-b2c8-8c129dcf5920 ASDC 2022-04-14T07:51:11.851Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||ASDC Notification: DistributionID:2f55fffa-d69b-4900-a41c-8dce2a37f460 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:5771882e-dca2-4b76-b2c8-8c129dcf5920 ServiceInvariantUUID:b39f1047-0790-4679-a981-f8ce43d70aff 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:34dffc38-ec06-4a30-b9c2-f2a8d0c6aeb2 ArtifactChecksum:NjE0ODM0ZDMzOGZlMjk5NmJkZmM4OGRjMjhmMGM2YmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:76f3ef1f-2e4b-4d45-af60-c5a88943f6a6 ResourceInvariantUUID:7d6b623b-9275-4398-a2f1-f8913b5d8499 ResourceName:basic_vm ResourceType:VF ResourceUUID:5f1da6e3-78b1-4fc9-89dc-55e4e5b2a015 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:149b13ce-489f-425a-a189-6b2f2a29ce84 ArtifactChecksum:ZWY3NTFhMmY2NzkxZjY1NGM0ZDVlMjkzOTZiMGQ4YTI= 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:592be268-3cef-4bd8-905a-ff47aec6f0cc 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:e1fd0b62-4890-4d0e-9932-5fd8094c5f90 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:e1fd0b62-4890-4d0e-9932-5fd8094c5f90 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-14T07:51:11.851Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5771882e-dca2-4b76-b2c8-8c129dcf5920 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-14T07:51:11.890Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T07:51:11.891Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||MSO config path is: /app 2022-04-14T07:51:11.891Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||MSO config path is: /app 2022-04-14T07:51:11.891Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||Trying to download the artifact UUID: 34dffc38-ec06-4a30-b9c2-f2a8d0c6aeb2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-14T07:51:11.891Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - download 2022-04-14T07:51:11.891Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:12.314Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T07:51:12.317Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 34dffc38-ec06-4a30-b9c2-f2a8d0c6aeb2 71068 2022-04-14T07:51:12.317Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:12.317Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:12.318Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:51:12.318Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:51:12.320Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:51:12.320Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||try to send status { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922672317, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:12.420Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:51:12.421Z||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-14T07:51:12.422Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:51:12.443Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:51:12.444Z||pool-85-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:51:13.321Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T07:51:13.322Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||MSO config path is: /app 2022-04-14T07:51:13.322Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||Trying to write artifact UUID: 34dffc38-ec06-4a30-b9c2-f2a8d0c6aeb2, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-04-14T07:51:13.323Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-04-14T07:51:13.323Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-04-14T07:51:13.324Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-04-14T07:51:13.516Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17435982740782688025/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-14T07:51:14.834Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-14T07:51:14.834Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|WARN|500||#################################################################################################### 2022-04-14T07:51:14.834Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-14T07:51:14.835Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-14T07:51:14.835Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:14.835Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:14.835Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:14.835Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:14.835Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:14.835Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:14.836Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:14.836Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:14.836Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:14.836Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|WARN|500||#################################################################################################### 2022-04-14T07:51:14.836Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:51:14.836Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:51:14.837Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-14T07:51:14.837Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Search for entities recursively 2022-04-14T07:51:14.837Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T07:51:14.837Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:51:14.837Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:51:14.838Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-14T07:51:14.838Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Search for entities recursively 2022-04-14T07:51:14.838Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T07:51:14.838Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:51:14.838Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:51:14.839Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:51:14.839Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-14T07:51:14.839Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-04-14T07:51:14.839Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-04-14T07:51:14.839Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-04-14T07:51:14.840Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-14T07:51:14.840Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-14T07:51:14.840Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:51:14.840Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:14.840Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:51:14.840Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-14T07:51:14.841Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:51:14.841Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:51:14.841Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-14T07:51:14.841Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:51:14.841Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:51:14.841Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-14T07:51:14.842Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:51:14.842Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:51:14.842Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-14T07:51:14.842Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-14T07:51:14.842Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-14T07:51:14.842Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e9d59217-046f-4e08-b833-3b9c030972db 2022-04-14T07:51:14.842Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:51:14.843Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:51:14.843Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:51:14.843Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:51:14.843Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:51:14.843Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:51:14.844Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:51:14.844Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:51:14.844Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:5771882e-dca2-4b76-b2c8-8c129dcf5920 Model Version:NULL Model InvariantUuid:b39f1047-0790-4679-a981-f8ce43d70aff Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:1fc2f4b1-37fa-46be-a1d4-935f84a3e5fa Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7d6b623b-9275-4398-a2f1-f8913b5d8499 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:76f3ef1f-2e4b-4d45-af60-c5a88943f6a6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:898322c2-4f04-4261-8cac-dcaf11d0ce71 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:e659adfb-01aa-4729-bdaa-a6721ed99ab8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e9d59217-046f-4e08-b833-3b9c030972db ModelInvariantUuid:95b01fac-7648-48d9-a415-58d050ff5a17 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:0e6ca6cf-62d2-4b82-b6cf-7019f93dd4f4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:6abb4bd1-c178-4512-a8cb-00fea43918c6 ModelInvariantUuid:eab15bdc-703a-4c15-af51-0d49abe57fa6 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:05adf664-f77f-41fd-ad76-beba7d4d917b 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-14T07:51:14.853Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 5f1da6e3-78b1-4fc9-89dc-55e4e5b2a015 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-14T07:51:14.857Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||basic_vm 0 2022-04-14T07:51:14.857Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 5f1da6e3-78b1-4fc9-89dc-55e4e5b2a015 2022-04-14T07:51:14.857Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||Trying to download the artifact UUID: 149b13ce-489f-425a-a189-6b2f2a29ce84 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-04-14T07:51:14.857Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - download 2022-04-14T07:51:14.858Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:15.133Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T07:51:15.134Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 149b13ce-489f-425a-a189-6b2f2a29ce84 787 2022-04-14T07:51:15.134Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:15.134Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:15.135Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:51:15.135Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:51:15.137Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:51:15.138Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||try to send status { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922675134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:15.238Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T07:51:15.238Z||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-14T07:51:15.239Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:51:15.252Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:51:15.253Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:51:16.139Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "898322c2-4f04-4261-8cac-dcaf11d0ce71", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e659adfb-01aa-4729-bdaa-a6721ed99ab8", "vfModuleModelCustomizationUUID": "2c826751-cff0-479f-9219-c7a77f4cd828", "isBase": true, "artifacts": [ "592be268-3cef-4bd8-905a-ff47aec6f0cc", "e1fd0b62-4890-4d0e-9932-5fd8094c5f90" ], "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-14T07:51:16.145Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e659adfb-01aa-4729-bdaa-a6721ed99ab8 VfModuleModelInvariantUUID:898322c2-4f04-4261-8cac-dcaf11d0ce71 VfModuleModelDescription:NULL Artifacts UUID List:{ 592be268-3cef-4bd8-905a-ff47aec6f0cc , e1fd0b62-4890-4d0e-9932-5fd8094c5f90 } 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-14T07:51:16.148Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "898322c2-4f04-4261-8cac-dcaf11d0ce71", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e659adfb-01aa-4729-bdaa-a6721ed99ab8", "vfModuleModelCustomizationUUID": "2c826751-cff0-479f-9219-c7a77f4cd828", "isBase": true, "artifacts": [ "592be268-3cef-4bd8-905a-ff47aec6f0cc", "e1fd0b62-4890-4d0e-9932-5fd8094c5f90" ], "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-14T07:51:16.149Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e659adfb-01aa-4729-bdaa-a6721ed99ab8 VfModuleModelInvariantUUID:898322c2-4f04-4261-8cac-dcaf11d0ce71 VfModuleModelDescription:NULL Artifacts UUID List:{ 592be268-3cef-4bd8-905a-ff47aec6f0cc , e1fd0b62-4890-4d0e-9932-5fd8094c5f90 } 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-14T07:51:16.149Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||Trying to download the artifact UUID: 592be268-3cef-4bd8-905a-ff47aec6f0cc from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-04-14T07:51:16.150Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - download 2022-04-14T07:51:16.150Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:16.438Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T07:51:16.440Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 592be268-3cef-4bd8-905a-ff47aec6f0cc 5033 2022-04-14T07:51:16.440Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:16.440Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:16.441Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:51:16.441Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:51:16.443Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:51:16.443Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||try to send status { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922676440, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:16.543Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:51:16.544Z||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-14T07:51:16.544Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:51:16.571Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:51:16.571Z||pool-87-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:51:17.444Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||Trying to download the artifact UUID: e1fd0b62-4890-4d0e-9932-5fd8094c5f90 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-04-14T07:51:17.444Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - download 2022-04-14T07:51:17.444Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:17.829Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T07:51:17.830Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e1fd0b62-4890-4d0e-9932-5fd8094c5f90 903 2022-04-14T07:51:17.830Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:17.831Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:17.831Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:51:17.831Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:51:17.833Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:51:17.833Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||try to send status { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922677830, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:17.933Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:51:17.934Z||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-14T07:51:17.934Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:51:17.958Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:51:17.959Z||pool-88-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:51:18.834Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Preparing to deploy Service: 5771882e-dca2-4b76-b2c8-8c129dcf5920 2022-04-14T07:51:18.835Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 5f1da6e3-78b1-4fc9-89dc-55e4e5b2a015 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-14T07:51:18.853Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3176196a, org.onap.sdc.toscaparser.api.parameters.Input@7659783b, org.onap.sdc.toscaparser.api.parameters.Input@8125455, org.onap.sdc.toscaparser.api.parameters.Input@7f00a4f3, org.onap.sdc.toscaparser.api.parameters.Input@7e3c5f30] 2022-04-14T07:51:18.854Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:51:18.855Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:51:18.855Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||VF Category is: Generic 2022-04-14T07:51:18.855Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||VFCustomizationUUID= 76f3ef1f-2e4b-4d45-af60-c5a88943f6a6 2022-04-14T07:51:18.855Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 76f3ef1f-2e4b-4d45-af60-c5a88943f6a6 matches Tosca VF Customization UUID: 76f3ef1f-2e4b-4d45-af60-c5a88943f6a6 2022-04-14T07:51:18.856Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||vfCustomizationUUID: 76f3ef1f-2e4b-4d45-af60-c5a88943f6a6 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-14T07:51:18.858Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:51:18.859Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:51:18.859Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||resource request for resource customization id 76f3ef1f-2e4b-4d45-af60-c5a88943f6a6: {\"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-14T07:51:18.859Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@23ee2c5f 2022-04-14T07:51:18.860Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:51:18.860Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:18.860Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2c826751-cff0-479f-9219-c7a77f4cd828 2022-04-14T07:51:18.860Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2c826751-cff0-479f-9219-c7a77f4cd828 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-14T07:51:18.863Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:51:18.863Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-14T07:51:18.864Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:51:18.864Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:51:18.864Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-14T07:51:18.864Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:51:18.865Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:51:18.865Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-14T07:51:18.865Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-14T07:51:18.865Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-14T07:51:18.865Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e9d59217-046f-4e08-b833-3b9c030972db 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-14T07:51:18.868Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:51:18.868Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-14T07:51:18.869Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:51:18.869Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:51:18.869Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-14T07:51:18.869Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=76f3ef1f-2e4b-4d45-af60-c5a88943f6a6 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-14T07:51:18.871Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:51:18.872Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:51:18.872Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500|| resourceSeq for service uuid 5771882e-dca2-4b76-b2c8-8c129dcf5920: basic_vm 2022-04-14T07:51:18.872Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:51:18.872Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:51:18.873Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:51:18.873Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:51:18.873Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:51:18.873Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:51:18.873Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:51:18.874Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:51:18.874Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:51:18.874Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:51:18.874Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:18.955Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 5f1da6e3-78b1-4fc9-89dc-55e4e5b2a015 1 ASDC deployResourceStructure 2022-04-14T07:51:18.955Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:18.955Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:18.955Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T07:51:18.956Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:51:18.958Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:51:18.958Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||try to send status { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922678955, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-14T07:51:19.058Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T07:51:19.059Z||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-14T07:51:19.059Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:51:19.075Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:51:19.076Z||pool-89-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:51:19.960Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:19.960Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:19.960Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T07:51:19.961Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:51:19.963Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:51:19.963Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||try to send status { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922679960, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-14T07:51:20.063Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:51:20.064Z||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-14T07:51:20.064Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:51:20.088Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:51:20.090Z||pool-90-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:51:20.964Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:20.967Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:20.967Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T07:51:20.967Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:51:20.969Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:51:20.969Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||try to send status { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922680963, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-14T07:51:21.070Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T07:51:21.071Z||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-14T07:51:21.071Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:51:21.086Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:51:21.086Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:51:21.971Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:21.971Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:21.971Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T07:51:21.972Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:51:21.974Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:51:21.974Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||try to send status { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922681971, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:51:22.074Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:51:22.076Z||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-14T07:51:22.076Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:51:22.091Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:51:22.092Z||pool-92-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:51:22.975Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f55fffa-d69b-4900-a41c-8dce2a37f460 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T07:51:22.986Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f55fffa-d69b-4900-a41c-8dce2a37f460 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T07:51:22.991Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T07:51:22.992Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-14T07:51:22.992Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-14T07:51:24.109Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:51:24.109Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?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-14T07:51:24.110Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:51:24.141Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:51:24.168Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.168Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922564835, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.169Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.169Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.169Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "policy-id", "timestamp": 1649922563363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.169Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.170Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.170Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "cds", "timestamp": 1649922554957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.170Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.170Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.170Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "multicloud-k8s-id", "timestamp": 1649922553428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:51:24.170Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.170Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.170Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922556130, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.170Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.171Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.171Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "ves-openapi-manager", "timestamp": 1649922562794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.171Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.171Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.171Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "clamp", "timestamp": 1649922564668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.171Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.171Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.172Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "policy-id", "timestamp": 1649922563363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.172Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.172Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.172Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "cds", "timestamp": 1649922554957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.172Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.172Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.172Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "multicloud-k8s-id", "timestamp": 1649922553428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-14T07:51:24.172Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.173Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.173Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922556130, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.173Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.173Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.173Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "ves-openapi-manager", "timestamp": 1649922562794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.173Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.173Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.173Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "clamp", "timestamp": 1649922564668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.173Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.173Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.173Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "policy-id", "timestamp": 1649922563363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.173Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.174Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.174Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922566882, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:51:24.174Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.174Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.174Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "cds", "timestamp": 1649922554957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.174Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.174Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.174Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "multicloud-k8s-id", "timestamp": 1649922553428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.174Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.175Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.175Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922556130, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.175Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.175Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.175Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "ves-openapi-manager", "timestamp": 1649922562794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.175Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.175Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.176Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "clamp", "timestamp": 1649922564668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.176Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.176Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.176Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "policy-id", "timestamp": 1649922563363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.176Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.176Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.177Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "cds", "timestamp": 1649922554957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.177Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.177Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.177Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "multicloud-k8s-id", "timestamp": 1649922553428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-04-14T07:51:24.177Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.177Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.178Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922556130, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.178Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.178Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.178Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "ves-openapi-manager", "timestamp": 1649922562794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.178Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.178Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.178Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "clamp", "timestamp": 1649922564668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:51:24.178Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.178Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.178Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "policy-id", "timestamp": 1649922563363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-14T07:51:24.179Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.179Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.179Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "cds", "timestamp": 1649922554957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.179Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.179Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.179Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "multicloud-k8s-id", "timestamp": 1649922553428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.179Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.179Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.179Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922556130, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.180Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.180Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.180Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "ves-openapi-manager", "timestamp": 1649922562794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.180Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.180Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.180Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "clamp", "timestamp": 1649922564668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.180Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.181Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.181Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "policy-id", "timestamp": 1649922563363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.181Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.181Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.181Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "cds", "timestamp": 1649922554957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:51:24.181Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.181Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.181Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "multicloud-k8s-id", "timestamp": 1649922553428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:51:24.182Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.182Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.182Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922556130, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:51:24.182Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.182Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.182Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "ves-openapi-manager", "timestamp": 1649922562794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.182Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.182Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.183Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "clamp", "timestamp": 1649922564668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.183Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.183Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.183Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "policy-id", "timestamp": 1649922563363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.183Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.183Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.183Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "ves-openapi-manager", "timestamp": 1649922562794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.183Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.183Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.184Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "clamp", "timestamp": 1649922564668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.184Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.184Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.184Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "policy-id", "timestamp": 1649922563363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.184Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.184Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.184Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "aai-ml", "timestamp": 1649922571585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.184Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.184Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.184Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "clamp", "timestamp": 1649922564668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.185Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.185Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.185Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "multicloud-k8s-id", "timestamp": 1649922571982, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.185Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.185Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.185Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "policy-id", "timestamp": 1649922563363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:51:24.185Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.185Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.185Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "cds", "timestamp": 1649922572116, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.185Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.186Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.186Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922572817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.186Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.186Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.186Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "aai-ml", "timestamp": 1649922571585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.186Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.186Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.186Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "clamp", "timestamp": 1649922564668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:51:24.187Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.187Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.187Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "cds", "timestamp": 1649922573126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-14T07:51:24.198Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bbff3e43-18a8-462f-b5ee-a3ad79f7c08b 2022-04-14T07:51:24.199Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId bbff3e43-18a8-462f-b5ee-a3ad79f7c08b 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-14T07:51:24.222Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.223Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "policy-id", "timestamp": 1649922573318, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.223Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.223Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.223Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "multicloud-k8s-id", "timestamp": 1649922573395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.223Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.223Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.224Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "aai-ml", "timestamp": 1649922571585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.224Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.224Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.224Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "policy-id", "timestamp": 1649922574321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:51:24.224Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.224Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.224Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "aai-ml", "timestamp": 1649922571585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.224Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.225Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.225Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "multicloud-k8s-id", "timestamp": 1649922574910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.225Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.225Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.225Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "policy-id", "timestamp": 1649922575324, "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-14T07:51:24.237Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbff3e43-18a8-462f-b5ee-a3ad79f7c08b 2022-04-14T07:51:24.238Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId bbff3e43-18a8-462f-b5ee-a3ad79f7c08b 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-14T07:51:24.246Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.246Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "aai-ml", "timestamp": 1649922571585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.246Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.246Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.246Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "cds", "timestamp": 1649922574133, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.246Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.247Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.247Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922576262, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:51:24.247Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.247Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.247Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "multicloud-k8s-id", "timestamp": 1649922576115, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.247Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.247Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.247Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "aai-ml", "timestamp": 1649922571585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.247Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.247Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.247Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "cds", "timestamp": 1649922574133, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.247Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.248Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.248Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922577269, "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-14T07:51:24.253Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bbff3e43-18a8-462f-b5ee-a3ad79f7c08b 2022-04-14T07:51:24.253Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId bbff3e43-18a8-462f-b5ee-a3ad79f7c08b 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-14T07:51:24.260Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.260Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "multicloud-k8s-id", "timestamp": 1649922577175, "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-14T07:51:24.265Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbff3e43-18a8-462f-b5ee-a3ad79f7c08b 2022-04-14T07:51:24.265Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId bbff3e43-18a8-462f-b5ee-a3ad79f7c08b 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-14T07:51:24.274Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.275Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "aai-ml", "timestamp": 1649922571585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.275Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.276Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.276Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "cds", "timestamp": 1649922574133, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.277Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.277Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.277Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "multicloud-k8s-id", "timestamp": 1649922578179, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-04-14T07:51:24.277Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.277Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.277Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "aai-ml", "timestamp": 1649922571585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.277Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.277Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.277Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "cds", "timestamp": 1649922574133, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.277Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.278Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.278Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "aai-ml", "timestamp": 1649922571585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:51:24.278Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.278Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.278Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "cds", "timestamp": 1649922574133, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.278Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.279Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.279Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "multicloud-k8s-id", "timestamp": 1649922579183, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.279Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.279Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.279Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "cds", "timestamp": 1649922574133, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.279Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.279Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.279Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "multicloud-k8s-id", "timestamp": 1649922579183, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:51:24.279Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.279Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.280Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "aai-ml", "timestamp": 1649922581826, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.280Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.280Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.280Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "cds", "timestamp": 1649922574133, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:51:24.280Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.280Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.280Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "multicloud-k8s-id", "timestamp": 1649922579183, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-14T07:51:24.280Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.280Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.281Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "ves-openapi-manager", "timestamp": 1649922582794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.281Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.281Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.281Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "clamp", "timestamp": 1649922583256, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.281Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.281Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.281Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "multicloud-k8s-id", "timestamp": 1649922579183, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.282Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.282Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.282Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "ves-openapi-manager", "timestamp": 1649922582794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.282Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.282Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.282Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "multicloud-k8s-id", "timestamp": 1649922579183, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-14T07:51:24.282Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.282Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.282Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "policy-id", "timestamp": 1649922583363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.283Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.283Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.283Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "cds", "timestamp": 1649922584098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.283Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.283Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.283Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "ves-openapi-manager", "timestamp": 1649922582794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.283Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.283Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.283Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "clamp", "timestamp": 1649922585263, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:51:24.283Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.283Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.283Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "multicloud-k8s-id", "timestamp": 1649922579183, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.283Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.283Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.283Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "policy-id", "timestamp": 1649922583363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.284Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.284Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.284Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "cds", "timestamp": 1649922585104, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-14T07:51:24.291Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2f55fffa-d69b-4900-a41c-8dce2a37f460 2022-04-14T07:51:24.291Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 2f55fffa-d69b-4900-a41c-8dce2a37f460 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-14T07:51:24.300Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.301Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "ves-openapi-manager", "timestamp": 1649922582794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.301Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.301Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.301Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "clamp", "timestamp": 1649922586270, "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-14T07:51:24.308Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bbff3e43-18a8-462f-b5ee-a3ad79f7c08b 2022-04-14T07:51:24.308Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId bbff3e43-18a8-462f-b5ee-a3ad79f7c08b 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-14T07:51:24.316Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.316Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "multicloud-k8s-id", "timestamp": 1649922579183, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:51:24.316Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.316Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.316Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "policy-id", "timestamp": 1649922583363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-14T07:51:24.317Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.317Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.317Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "ves-openapi-manager", "timestamp": 1649922582794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.317Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.317Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.317Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922586129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.317Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.318Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.318Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "cds", "timestamp": 1649922586110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.318Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.318Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.318Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "policy-id", "timestamp": 1649922583363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.318Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.318Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.318Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "multicloud-k8s-id", "timestamp": 1649922587108, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.319Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.319Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.319Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922586129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.319Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.319Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.319Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "ves-openapi-manager", "timestamp": 1649922582794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.319Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.319Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.319Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "cds", "timestamp": 1649922586110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.320Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.320Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.320Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "policy-id", "timestamp": 1649922583363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.320Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.320Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.320Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "multicloud-k8s-id", "timestamp": 1649922588216, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.320Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.320Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.321Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "ves-openapi-manager", "timestamp": 1649922582794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.321Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.321Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.321Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922586129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.321Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.321Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.321Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "cds", "timestamp": 1649922586110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.322Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.322Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.322Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "policy-id", "timestamp": 1649922583363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.322Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.322Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.322Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "aai-ml", "timestamp": 1649922589946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-14T07:51:24.322Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.322Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.322Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922586129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.323Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.323Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.323Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "multicloud-k8s-id", "timestamp": 1649922589425, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.323Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.323Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.323Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "cds", "timestamp": 1649922586110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.323Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.323Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.323Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "policy-id", "timestamp": 1649922583363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:51:24.323Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.323Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.323Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "aai-ml", "timestamp": 1649922590950, "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-14T07:51:24.329Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of bbff3e43-18a8-462f-b5ee-a3ad79f7c08b 2022-04-14T07:51:24.329Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId bbff3e43-18a8-462f-b5ee-a3ad79f7c08b 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-14T07:51:24.337Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.337Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922586129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.337Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.337Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.337Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "multicloud-k8s-id", "timestamp": 1649922590458, "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-14T07:51:24.343Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f55fffa-d69b-4900-a41c-8dce2a37f460 2022-04-14T07:51:24.343Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 2f55fffa-d69b-4900-a41c-8dce2a37f460 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-14T07:51:24.350Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.350Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "cds", "timestamp": 1649922586110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.351Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.351Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.351Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "policy-id", "timestamp": 1649922591315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.351Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.351Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.351Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922586129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.351Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.351Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.352Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "multicloud-k8s-id", "timestamp": 1649922591461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-14T07:51:24.352Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.352Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.352Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "cds", "timestamp": 1649922586110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.352Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.352Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.352Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "policy-id", "timestamp": 1649922592319, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:51:24.352Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.352Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.352Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922586129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:51:24.353Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.353Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.353Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "cds", "timestamp": 1649922586110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.353Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.353Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.353Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "policy-id", "timestamp": 1649922593322, "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-14T07:51:24.361Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f55fffa-d69b-4900-a41c-8dce2a37f460 2022-04-14T07:51:24.362Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 2f55fffa-d69b-4900-a41c-8dce2a37f460 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-14T07:51:24.369Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.369Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "cds", "timestamp": 1649922586110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.369Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.369Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.369Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922594423, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.369Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.370Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.370Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "multicloud-k8s-id", "timestamp": 1649922593428, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.370Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.370Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.370Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "cds", "timestamp": 1649922586110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.370Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.370Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.370Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "clamp", "timestamp": 1649922594670, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.370Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.370Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.370Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "multicloud-k8s-id", "timestamp": 1649922593428, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:51:24.371Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.371Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.371Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "cds", "timestamp": 1649922586110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:51:24.371Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.371Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.371Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "clamp", "timestamp": 1649922594670, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:51:24.371Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.371Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.371Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "multicloud-k8s-id", "timestamp": 1649922593428, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-04-14T07:51:24.371Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.371Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.371Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "clamp", "timestamp": 1649922594670, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.372Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.372Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.372Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "multicloud-k8s-id", "timestamp": 1649922593428, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.372Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.372Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.372Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922597973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:51:24.372Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.372Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.372Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "cds", "timestamp": 1649922597516, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.372Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.372Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.373Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "clamp", "timestamp": 1649922594670, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.373Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.373Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.373Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "multicloud-k8s-id", "timestamp": 1649922593428, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-04-14T07:51:24.373Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.373Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.373Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922598979, "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-14T07:51:24.378Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2f55fffa-d69b-4900-a41c-8dce2a37f460 2022-04-14T07:51:24.378Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 2f55fffa-d69b-4900-a41c-8dce2a37f460 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-14T07:51:24.384Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.385Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "clamp", "timestamp": 1649922594670, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.385Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.385Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.385Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "multicloud-k8s-id", "timestamp": 1649922593428, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-04-14T07:51:24.385Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.385Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.385Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922586129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.386Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.386Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.386Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "clamp", "timestamp": 1649922594670, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.386Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.386Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.386Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "cds", "timestamp": 1649922599984, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-14T07:51:24.397Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c3c943bc-d127-433c-86ef-2f2a9556c333 2022-04-14T07:51:24.398Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId c3c943bc-d127-433c-86ef-2f2a9556c333 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-14T07:51:24.408Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.408Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "multicloud-k8s-id", "timestamp": 1649922593428, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-04-14T07:51:24.408Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.409Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.409Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922586129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.409Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.409Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.409Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "clamp", "timestamp": 1649922594670, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:51:24.409Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.409Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.409Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "multicloud-k8s-id", "timestamp": 1649922593428, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.409Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.410Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.410Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "a1d182f8-a868-4161-8142-9b6745e61882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922602116, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T07:51:24.410Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.410Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.410Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "aai-ml", "timestamp": 1649922601585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.410Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.410Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.410Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922586129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.410Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.411Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.411Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "cds", "timestamp": 1649922600989, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.411Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.411Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.411Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "multicloud-k8s-id", "timestamp": 1649922593428, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.411Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.411Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.411Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "ves-openapi-manager", "timestamp": 1649922602794, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.411Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.412Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.412Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "aai-ml", "timestamp": 1649922601585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.412Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.412Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.412Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922586129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.412Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.412Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.412Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "cds", "timestamp": 1649922600989, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.413Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.413Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.413Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "multicloud-k8s-id", "timestamp": 1649922593428, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:51:24.413Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.413Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.413Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "ves-openapi-manager", "timestamp": 1649922602794, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.413Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.413Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.413Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "aai-ml", "timestamp": 1649922601585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.413Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.414Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.414Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922586129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.414Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.414Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.414Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "cds", "timestamp": 1649922600989, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.414Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.414Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.414Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "policy-id", "timestamp": 1649922603363, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.414Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.414Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.415Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "ves-openapi-manager", "timestamp": 1649922602794, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.415Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.415Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.415Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "aai-ml", "timestamp": 1649922601585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.415Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.415Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.415Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922586129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.415Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.415Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.416Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "cds", "timestamp": 1649922600989, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.416Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.416Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.416Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "multicloud-k8s-id", "timestamp": 1649922604701, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.416Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.416Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.416Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "policy-id", "timestamp": 1649922603363, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.416Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.416Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.416Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "ves-openapi-manager", "timestamp": 1649922602794, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.416Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.417Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.417Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "aai-ml", "timestamp": 1649922601585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.417Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.417Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.417Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922586129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.417Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.417Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.417Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "cds", "timestamp": 1649922600989, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.418Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.418Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.418Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "multicloud-k8s-id", "timestamp": 1649922605991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.418Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.418Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.418Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "policy-id", "timestamp": 1649922603363, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-04-14T07:51:24.418Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.418Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.418Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "ves-openapi-manager", "timestamp": 1649922602794, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.419Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.419Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.419Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "aai-ml", "timestamp": 1649922601585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.419Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.419Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.419Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922586129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.419Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.419Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.419Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "cds", "timestamp": 1649922600989, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.419Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.419Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.419Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.420Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.420Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.420Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "policy-id", "timestamp": 1649922603363, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.420Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.420Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.420Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "ves-openapi-manager", "timestamp": 1649922602794, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.420Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.420Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.420Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "aai-ml", "timestamp": 1649922601585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:51:24.421Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.421Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.421Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922586129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.421Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.421Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.421Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "multicloud-k8s-id", "timestamp": 1649922607602, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.421Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.421Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.421Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "cds", "timestamp": 1649922600989, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.421Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.421Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.421Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.422Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.422Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.422Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "policy-id", "timestamp": 1649922603363, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.422Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.422Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.422Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "ves-openapi-manager", "timestamp": 1649922602794, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.422Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.422Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.422Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922586129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:51:24.423Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.423Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.423Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "cds", "timestamp": 1649922600989, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:51:24.423Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.423Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.423Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.423Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.423Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.423Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "aai-ml", "timestamp": 1649922609744, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.423Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.423Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.423Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "policy-id", "timestamp": 1649922603363, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.424Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.424Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.424Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "ves-openapi-manager", "timestamp": 1649922602794, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.424Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.424Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.424Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "multicloud-k8s-id", "timestamp": 1649922609310, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.424Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.424Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.424Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922610327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.424Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.424Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.424Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.425Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.425Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.425Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "policy-id", "timestamp": 1649922603363, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.425Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.425Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.425Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "ves-openapi-manager", "timestamp": 1649922602794, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.425Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.425Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.425Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "multicloud-k8s-id", "timestamp": 1649922610407, "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-14T07:51:24.431Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3c943bc-d127-433c-86ef-2f2a9556c333 2022-04-14T07:51:24.431Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId c3c943bc-d127-433c-86ef-2f2a9556c333 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-14T07:51:24.451Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.451Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "cds", "timestamp": 1649922610595, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.451Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.451Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.451Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.451Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.452Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.452Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "policy-id", "timestamp": 1649922603363, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.452Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.452Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.452Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "ves-openapi-manager", "timestamp": 1649922602794, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.452Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.452Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.452Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "multicloud-k8s-id", "timestamp": 1649922611411, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-14T07:51:24.453Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.453Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.453Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/resourceInstances/pnfaaf39b06751d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.453Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.453Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.453Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "cds", "timestamp": 1649922611887, "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-14T07:51:24.468Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8a4096e5-b1f0-4906-983f-3cb5dbfbea35 2022-04-14T07:51:24.468Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8a4096e5-b1f0-4906-983f-3cb5dbfbea35 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-14T07:51:24.477Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.478Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "policy-id", "timestamp": 1649922603363, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.478Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.478Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.478Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "ves-openapi-manager", "timestamp": 1649922602794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.478Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.478Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.479Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "multicloud-k8s-id", "timestamp": 1649922593428, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.479Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.479Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.479Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "clamp", "timestamp": 1649922613259, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.479Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.479Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.479Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.479Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.479Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.479Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "policy-id", "timestamp": 1649922603363, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:51:24.480Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.480Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.480Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "ves-openapi-manager", "timestamp": 1649922602794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.480Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.480Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.480Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "multicloud-k8s-id", "timestamp": 1649922593428, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:51:24.480Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.480Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.480Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922613884, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:51:24.481Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.481Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.481Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:51:24.481Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.481Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.481Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "ves-openapi-manager", "timestamp": 1649922602794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.481Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.481Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.481Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "policy-id", "timestamp": 1649922614310, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.481Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.482Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.482Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "multicloud-k8s-id", "timestamp": 1649922593428, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-14T07:51:24.482Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.482Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.482Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922614930, "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-14T07:51:24.487Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c3c943bc-d127-433c-86ef-2f2a9556c333 2022-04-14T07:51:24.487Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId c3c943bc-d127-433c-86ef-2f2a9556c333 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-14T07:51:24.495Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.495Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "clamp", "timestamp": 1649922615277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:51:24.495Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.495Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.495Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922616061, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.495Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.495Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.495Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "ves-openapi-manager", "timestamp": 1649922602794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.496Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.496Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.496Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "policy-id", "timestamp": 1649922615315, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:51:24.496Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.496Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.496Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "multicloud-k8s-id", "timestamp": 1649922593428, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.496Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.497Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.497Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "clamp", "timestamp": 1649922616282, "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-14T07:51:24.504Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2f55fffa-d69b-4900-a41c-8dce2a37f460 2022-04-14T07:51:24.504Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 2f55fffa-d69b-4900-a41c-8dce2a37f460 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-14T07:51:24.512Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.512Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922616129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.512Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.512Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.512Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "ves-openapi-manager", "timestamp": 1649922602794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.512Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.513Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.513Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "policy-id", "timestamp": 1649922616319, "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-14T07:51:24.517Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3c943bc-d127-433c-86ef-2f2a9556c333 2022-04-14T07:51:24.518Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId c3c943bc-d127-433c-86ef-2f2a9556c333 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-14T07:51:24.525Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.525Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "multicloud-k8s-id", "timestamp": 1649922593428, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-14T07:51:24.525Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.525Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.525Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "clamp", "timestamp": 1649922594670, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.526Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.526Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.526Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "aai-ml", "timestamp": 1649922617948, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-14T07:51:24.526Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.526Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.526Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922616129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.526Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.526Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.526Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "ves-openapi-manager", "timestamp": 1649922602794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.527Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.527Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.527Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "policy-id", "timestamp": 1649922603363, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.527Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.527Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.527Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "multicloud-k8s-id", "timestamp": 1649922593428, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.527Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.527Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.527Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922618449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd36haj7fv6qkruyf4lf/1.0/artifacts/service-DemoPnfKd36haj7fv6qkruyf4lf-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:51:24.527Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.528Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.528Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "clamp", "timestamp": 1649922594670, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:51:24.528Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.528Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.528Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "aai-ml", "timestamp": 1649922618952, "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-14T07:51:24.533Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 2f55fffa-d69b-4900-a41c-8dce2a37f460 2022-04-14T07:51:24.534Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 2f55fffa-d69b-4900-a41c-8dce2a37f460 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-14T07:51:24.542Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.542Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922616129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.542Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.542Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.542Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "ves-openapi-manager", "timestamp": 1649922602794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.542Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.542Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.542Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "policy-id", "timestamp": 1649922603363, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.542Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.542Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.543Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "multicloud-k8s-id", "timestamp": 1649922593428, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.543Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.543Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.543Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "clamp", "timestamp": 1649922594670, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.543Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.543Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.543Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "aai-ml", "timestamp": 1649922601585, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.543Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.543Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.543Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922616129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.543Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.543Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.543Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "ves-openapi-manager", "timestamp": 1649922602794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.544Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.544Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.544Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "policy-id", "timestamp": 1649922603363, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-14T07:51:24.544Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.544Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.544Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "multicloud-k8s-id", "timestamp": 1649922593428, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:51:24.544Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.544Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.544Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "clamp", "timestamp": 1649922594670, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.544Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.545Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.545Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "aai-ml", "timestamp": 1649922601585, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.545Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.545Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.545Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922616129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.545Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.545Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.545Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "policy-id", "timestamp": 1649922603363, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.545Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.545Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.545Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "multicloud-k8s-id", "timestamp": 1649922620620, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.546Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.546Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.546Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "clamp", "timestamp": 1649922594670, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.546Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.546Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.546Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "aai-ml", "timestamp": 1649922601585, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.546Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.546Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.546Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922616129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.546Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.547Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.547Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "policy-id", "timestamp": 1649922603363, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.547Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.547Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.547Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "clamp", "timestamp": 1649922594670, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.547Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.547Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.547Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "aai-ml", "timestamp": 1649922601585, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.547Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.547Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.547Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "multicloud-k8s-id", "timestamp": 1649922622297, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T07:51:24.547Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:51:24.547Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.548Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922616129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.548Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.548Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.548Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "policy-id", "timestamp": 1649922603363, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.548Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.548Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.548Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "clamp", "timestamp": 1649922594670, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.548Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:24.549Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T07:51:24.549Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "aai-ml", "timestamp": 1649922601585, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:51:24.549Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:51:52.992Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f55fffa-d69b-4900-a41c-8dce2a37f460 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T07:51:53.004Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f55fffa-d69b-4900-a41c-8dce2a37f460 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T07:51:53.008Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T07:51:53.008Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-14T07:51:53.008Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-14T07:51:53.008Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-14T07:51:53.008Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-14T07:51:53.008Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?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-14T07:51:53.018Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-14T07:52:23.019Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 2f55fffa-d69b-4900-a41c-8dce2a37f460 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-14T07:52:23.025Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2f55fffa-d69b-4900-a41c-8dce2a37f460 and serviceModelVersionId: 5771882e-dca2-4b76-b2c8-8c129dcf5920 2022-04-14T07:52:23.025Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b39f1047-0790-4679-a981-f8ce43d70aff 2022-04-14T07:52:23.026Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0 2022-04-14T07:52:23.030Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-14T07:52:23.088Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04dace21-ac0a-4010-8a07-356a0efd9ddf/model-vers/model-ver/736b9b65-f553-4176-a0b8-387198711964?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:23.090Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||Invoke 2022-04-14T07:52:24.109Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:52:24.109Z||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-14T07:52:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:52:24.157Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:52:24.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:52:24.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922616129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:52:24.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:52:24.618Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:24.620Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||Invoke 2022-04-14T07:52:26.155Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:26.157Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||Invoke 2022-04-14T07:52:27.188Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T07:52:27.190Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:27.190Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T07:52:27.190Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:27.195Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:27.196Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2f55fffa-d69b-4900-a41c-8dce2a37f460 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-14T07:52:27.196Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-14T07:52:27.196Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:52:27.198Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:52:27.199Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||try to send status { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922747196, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T07:52:27.299Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:52:27.300Z||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-14T07:52:27.300Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:52:27.314Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:52:27.315Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-14T07:52:28.213Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||received message from topic 2022-04-14T07:52:28.213Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"c3c943bc-d127-433c-86ef-2f2a9556c333","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7","serviceDescription":"service","serviceInvariantUUID":"96ee1a8a-1335-4af6-bf5d-57b0a73c2222","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4dc8d4c2-9b0d-445b-8fd3-0fbc886f338e","resourceInvariantUUID":"c490e884-58a7-41e5-b303-2cebeff8c6e1","resourceCustomizationUUID":"98d3dddc-a44b-4c86-94ea-f43daf869b0c","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":"MWRmZWRiMzAzNTIzYzA4YmM2ZmQxMTQ5ZDY5NmJkZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cf4b731b-9dc2-449e-af26-9c16bd6b4040","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":"NDA4M2M1NjIzNmExNjkwYmU3Yjg5NTc5NGE4ZjhmNzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"83d08475-e84b-4fc5-9b64-ddc0706617e9","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":"528e517d-0e85-4242-8d7b-287527fb13f5","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":"0c786197-c872-4e15-a6ca-b36b6b6faa1d","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":"f569d1e0-e73f-443d-8d63-3b4d0e1c9453","artifactVersion":"2","generatedFromUUID":"4c8118f2-e674-442f-bb0c-bebccb543648"},{"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":"9d258c46-fec7-4d7b-9f9a-d8a81a463d39","artifactVersion":"2","generatedFromUUID":"528e517d-0e85-4242-8d7b-287527fb13f5"},{"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":"4c8118f2-e674-442f-bb0c-bebccb543648","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":"4a386f3d-e791-4c1a-a23c-6bbdf30624df","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":"ODkxMDc3YzdlNDcxYzE3NjkzMzkyMmE2NDkwNTI0OWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"adb2b904-fe8f-406f-ac01-624e5831b4ef","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Y2EyMWQ0MDlmYmQwYjIwODYyNTIxNTBkZmQxMGM0MDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b344e208-dd45-4798-b6dc-42939291ef57","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-14T07:52:28.213Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:52:28.214Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:52:28.216Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:52:28.216Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||try to send status { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:52:28.316Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:52:28.318Z||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-14T07:52:28.318Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:52:28.333Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:52:28.334Z||pool-94-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:52:29.217Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:52:29.222Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:52:29.231Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:52:29.232Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||try to send status { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:52:29.326Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-04-14T07:52:29.327Z||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-14T07:52:29.327Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:52:29.349Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:52:29.350Z||pool-95-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:52:30.232Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:52:30.233Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:52:30.235Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:52:30.235Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||try to send status { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-04-14T07:52:30.336Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:52:30.337Z||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-14T07:52:30.338Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:52:30.355Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:52:30.356Z||pool-96-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:52:31.236Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:52:31.237Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:52:31.240Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:52:31.241Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||try to send status { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:52:31.342Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-14T07:52:31.343Z||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-14T07:52:31.343Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:52:31.363Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:52:31.364Z||pool-97-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:52:32.241Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:52:32.242Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:52:32.245Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:52:32.245Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||try to send status { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-04-14T07:52:32.345Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:52:32.346Z||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-14T07:52:32.346Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:52:32.364Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:52:32.365Z||pool-98-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:52:33.246Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:52:33.247Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:52:33.249Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:52:33.250Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||try to send status { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-04-14T07:52:33.350Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:52:33.351Z||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-14T07:52:33.351Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:52:33.369Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:52:33.370Z||pool-99-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:52:34.251Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:52:34.252Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:52:34.254Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:52:34.255Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||try to send status { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-04-14T07:52:34.355Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:52:34.356Z||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-14T07:52:34.356Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:52:34.372Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:52:34.373Z||pool-100-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:52:35.255Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:52:35.256Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:52:35.259Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:52:35.259Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||try to send status { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-14T07:52:35.360Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T07:52:35.361Z||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-14T07:52:35.361Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:52:35.382Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:52:35.382Z||pool-101-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:52:36.260Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:52:36.261Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:52:36.265Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:52:36.266Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||try to send status { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:52:36.366Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:52:36.367Z||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-14T07:52:36.367Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:52:36.390Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:52:36.390Z||pool-102-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:52:37.266Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:52:37.267Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:52:37.273Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:52:37.273Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||try to send status { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:52:37.370Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-04-14T07:52:37.371Z||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-14T07:52:37.371Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:52:37.419Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:52:37.419Z||pool-103-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:52:38.275Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||sending notification to client: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7", "serviceDescription": "service", "serviceInvariantUUID": "96ee1a8a-1335-4af6-bf5d-57b0a73c2222", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "98d3dddc-a44b-4c86-94ea-f43daf869b0c", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4dc8d4c2-9b0d-445b-8fd3-0fbc886f338e", "resourceInvariantUUID": "c490e884-58a7-41e5-b303-2cebeff8c6e1", "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": "NDA4M2M1NjIzNmExNjkwYmU3Yjg5NTc5NGE4ZjhmNzQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "83d08475-e84b-4fc5-9b64-ddc0706617e9", "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": "528e517d-0e85-4242-8d7b-287527fb13f5", "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": "9d258c46-fec7-4d7b-9f9a-d8a81a463d39", "generatedFromUUID": "528e517d-0e85-4242-8d7b-287527fb13f5" }, "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": "f569d1e0-e73f-443d-8d63-3b4d0e1c9453", "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": "9d258c46-fec7-4d7b-9f9a-d8a81a463d39", "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": "4c8118f2-e674-442f-bb0c-bebccb543648", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "Y2EyMWQ0MDlmYmQwYjIwODYyNTIxNTBkZmQxMGM0MDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b344e208-dd45-4798-b6dc-42939291ef57" } ], "workloadContext": "Production" } 2022-04-14T07:52:38.275Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-14T07:52:38.275Z|2f55fffa-d69b-4900-a41c-8dce2a37f460|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7 ASDC 2022-04-14T07:52:38.275Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||ASDC Notification: DistributionID:c3c943bc-d127-433c-86ef-2f2a9556c333 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7 ServiceInvariantUUID:96ee1a8a-1335-4af6-bf5d-57b0a73c2222 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:b344e208-dd45-4798-b6dc-42939291ef57 ArtifactChecksum:Y2EyMWQ0MDlmYmQwYjIwODYyNTIxNTBkZmQxMGM0MDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:98d3dddc-a44b-4c86-94ea-f43daf869b0c ResourceInvariantUUID:c490e884-58a7-41e5-b303-2cebeff8c6e1 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:4dc8d4c2-9b0d-445b-8fd3-0fbc886f338e 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:83d08475-e84b-4fc5-9b64-ddc0706617e9 ArtifactChecksum:NDA4M2M1NjIzNmExNjkwYmU3Yjg5NTc5NGE4ZjhmNzQ= 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:528e517d-0e85-4242-8d7b-287527fb13f5 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:9d258c46-fec7-4d7b-9f9a-d8a81a463d39 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:f569d1e0-e73f-443d-8d63-3b4d0e1c9453 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:9d258c46-fec7-4d7b-9f9a-d8a81a463d39 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:4c8118f2-e674-442f-bb0c-bebccb543648 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-14T07:52:38.275Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7 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-14T07:52:38.316Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T07:52:38.317Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||MSO config path is: /app 2022-04-14T07:52:38.318Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||MSO config path is: /app 2022-04-14T07:52:38.318Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||Trying to download the artifact UUID: b344e208-dd45-4798-b6dc-42939291ef57 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-04-14T07:52:38.318Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - download 2022-04-14T07:52:38.318Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:38.845Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T07:52:38.855Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar b344e208-dd45-4798-b6dc-42939291ef57 158208 2022-04-14T07:52:38.856Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:38.857Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:38.857Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:52:38.859Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:52:38.863Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:52:38.864Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||try to send status { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922758856, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:52:38.964Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:52:38.965Z||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-14T07:52:38.965Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:52:39.000Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:52:39.001Z||pool-104-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:52:39.865Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T07:52:39.866Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||MSO config path is: /app 2022-04-14T07:52:39.867Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||Trying to write artifact UUID: b344e208-dd45-4798-b6dc-42939291ef57, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-04-14T07:52:39.867Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-04-14T07:52:39.868Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-04-14T07:52:39.869Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-04-14T07:52:40.062Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP376879652071332617/Definitions/service-BasicCnfMacro-template.yml 2022-04-14T07:52:41.610Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-14T07:52:41.610Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|WARN|500||#################################################################################################### 2022-04-14T07:52:41.611Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-04-14T07:52:41.611Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-04-14T07:52:41.611Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:41.611Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:41.611Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:41.611Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:41.612Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|WARN|500||#################################################################################################### 2022-04-14T07:52:41.612Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:52:41.612Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:41.612Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-14T07:52:41.613Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Search for entities recursively 2022-04-14T07:52:41.613Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T07:52:41.613Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:52:41.613Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:52:41.614Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-14T07:52:41.614Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Search for entities recursively 2022-04-14T07:52:41.614Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T07:52:41.614Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:52:41.615Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:52:41.615Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:52:41.615Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-04-14T07:52:41.615Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-04-14T07:52:41.616Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Node template dummy_base is not matching search criteria 2022-04-14T07:52:41.616Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-14T07:52:41.616Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:52:41.616Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:41.617Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:52:41.617Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-14T07:52:41.617Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:52:41.618Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:52:41.618Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-14T07:52:41.618Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:52:41.618Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:52:41.619Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-14T07:52:41.619Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:52:41.619Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:52:41.619Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-14T07:52:41.619Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:52:41.620Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:52:41.620Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-04-14T07:52:41.620Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-04-14T07:52:41.620Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=04816309-f9f5-4df8-bbb4-db4dcef29fc8 2022-04-14T07:52:41.621Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:52:41.621Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:52:41.621Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:52:41.621Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:52:41.621Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:52:41.622Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:52:41.622Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:52:41.622Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:52:41.622Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7 Model Version:NULL Model InvariantUuid:96ee1a8a-1335-4af6-bf5d-57b0a73c2222 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:78bc56ff-3532-4a55-b389-ac58abd84422 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c490e884-58a7-41e5-b303-2cebeff8c6e1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:98d3dddc-a44b-4c86-94ea-f43daf869b0c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4e2b3f15-e37b-4226-98c5-36c30a9fc929 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:d61478cf-e8a8-4b3e-ae5f-6729b5303a7d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:f6f2be48-28af-428c-b004-d9c8de21b8cd ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:1f6e17d5-10db-4510-916f-98c3811340c8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:04816309-f9f5-4df8-bbb4-db4dcef29fc8 ModelInvariantUuid:c5ac5549-ff28-438a-9661-6ac845b76cd2 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:b4917f2b-7338-42b4-ac2f-5bf00fc32d47 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:d4b0bcc3-0f8b-4708-9982-a18db262ceb9 ModelInvariantUuid:56ec86de-c542-4f00-b5f4-90a329a2edb3 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:460ae7f6-cc17-44ec-be75-1a12a04b57dc 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-14T07:52:41.631Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 4dc8d4c2-9b0d-445b-8fd3-0fbc886f338e 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-14T07:52:41.635Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||basic_cnf_macro 0 2022-04-14T07:52:41.635Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 4dc8d4c2-9b0d-445b-8fd3-0fbc886f338e 2022-04-14T07:52:41.635Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||Trying to download the artifact UUID: 83d08475-e84b-4fc5-9b64-ddc0706617e9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-04-14T07:52:41.635Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - download 2022-04-14T07:52:41.636Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:41.926Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T07:52:41.926Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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 83d08475-e84b-4fc5-9b64-ddc0706617e9 1565 2022-04-14T07:52:41.927Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:41.927Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:41.927Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:52:41.928Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:52:41.930Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:52:41.931Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||try to send status { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922761927, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T07:52:42.031Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:52:42.032Z||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-14T07:52:42.032Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:52:42.054Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:52:42.055Z||pool-105-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:52:42.932Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "f6f2be48-28af-428c-b004-d9c8de21b8cd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1f6e17d5-10db-4510-916f-98c3811340c8", "vfModuleModelCustomizationUUID": "2f6e3349-96fb-468d-8eb8-aead8e63caa4", "isBase": true, "artifacts": [ "528e517d-0e85-4242-8d7b-287527fb13f5", "9d258c46-fec7-4d7b-9f9a-d8a81a463d39" ], "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": "4e2b3f15-e37b-4226-98c5-36c30a9fc929", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d61478cf-e8a8-4b3e-ae5f-6729b5303a7d", "vfModuleModelCustomizationUUID": "4d3a53d2-68fa-4908-915a-505018a01572", "isBase": false, "artifacts": [ "4c8118f2-e674-442f-bb0c-bebccb543648" ], "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-14T07:52:42.937Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1f6e17d5-10db-4510-916f-98c3811340c8 VfModuleModelInvariantUUID:f6f2be48-28af-428c-b004-d9c8de21b8cd VfModuleModelDescription:NULL Artifacts UUID List:{ 528e517d-0e85-4242-8d7b-287527fb13f5 , 9d258c46-fec7-4d7b-9f9a-d8a81a463d39 } 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:d61478cf-e8a8-4b3e-ae5f-6729b5303a7d VfModuleModelInvariantUUID:4e2b3f15-e37b-4226-98c5-36c30a9fc929 VfModuleModelDescription:NULL Artifacts UUID List:{ 4c8118f2-e674-442f-bb0c-bebccb543648 } 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-14T07:52:42.939Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "f6f2be48-28af-428c-b004-d9c8de21b8cd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1f6e17d5-10db-4510-916f-98c3811340c8", "vfModuleModelCustomizationUUID": "2f6e3349-96fb-468d-8eb8-aead8e63caa4", "isBase": true, "artifacts": [ "528e517d-0e85-4242-8d7b-287527fb13f5", "9d258c46-fec7-4d7b-9f9a-d8a81a463d39" ], "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": "4e2b3f15-e37b-4226-98c5-36c30a9fc929", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d61478cf-e8a8-4b3e-ae5f-6729b5303a7d", "vfModuleModelCustomizationUUID": "4d3a53d2-68fa-4908-915a-505018a01572", "isBase": false, "artifacts": [ "4c8118f2-e674-442f-bb0c-bebccb543648" ], "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-14T07:52:42.939Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1f6e17d5-10db-4510-916f-98c3811340c8 VfModuleModelInvariantUUID:f6f2be48-28af-428c-b004-d9c8de21b8cd VfModuleModelDescription:NULL Artifacts UUID List:{ 528e517d-0e85-4242-8d7b-287527fb13f5 , 9d258c46-fec7-4d7b-9f9a-d8a81a463d39 } 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:d61478cf-e8a8-4b3e-ae5f-6729b5303a7d VfModuleModelInvariantUUID:4e2b3f15-e37b-4226-98c5-36c30a9fc929 VfModuleModelDescription:NULL Artifacts UUID List:{ 4c8118f2-e674-442f-bb0c-bebccb543648 } 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-14T07:52:42.940Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||Trying to download the artifact UUID: 528e517d-0e85-4242-8d7b-287527fb13f5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-04-14T07:52:42.940Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - download 2022-04-14T07:52:42.940Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:43.542Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T07:52:43.542Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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 528e517d-0e85-4242-8d7b-287527fb13f5 914 2022-04-14T07:52:43.543Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:43.543Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:43.543Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:52:43.543Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:52:43.545Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:52:43.545Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||try to send status { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922763542, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T07:52:43.646Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T07:52:43.646Z||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-14T07:52:43.647Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:52:43.667Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:52:43.668Z||pool-106-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:52:44.546Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||Trying to download the artifact UUID: f569d1e0-e73f-443d-8d63-3b4d0e1c9453 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-04-14T07:52:44.547Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - download 2022-04-14T07:52:44.547Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:45.227Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T07:52:45.228Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env f569d1e0-e73f-443d-8d63-3b4d0e1c9453 12 2022-04-14T07:52:45.228Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:45.228Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:45.228Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:52:45.229Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:52:45.231Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:52:45.231Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||try to send status { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922765228, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-04-14T07:52:45.331Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:52:45.332Z||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-14T07:52:45.332Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:52:45.355Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:52:45.356Z||pool-107-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:52:46.231Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||Trying to download the artifact UUID: 9d258c46-fec7-4d7b-9f9a-d8a81a463d39 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-04-14T07:52:46.232Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - download 2022-04-14T07:52:46.233Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:46.719Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T07:52:46.720Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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 9d258c46-fec7-4d7b-9f9a-d8a81a463d39 96 2022-04-14T07:52:46.720Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:46.720Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:46.720Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:52:46.720Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:52:46.722Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:52:46.722Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||try to send status { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922766720, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-04-14T07:52:46.823Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:52:46.823Z||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-14T07:52:46.824Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:52:46.851Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:52:46.851Z||pool-108-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:52:47.723Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||Trying to download the artifact UUID: 4c8118f2-e674-442f-bb0c-bebccb543648 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-04-14T07:52:47.724Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - download 2022-04-14T07:52:47.724Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:47.942Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T07:52:47.943Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 4c8118f2-e674-442f-bb0c-bebccb543648 20206 2022-04-14T07:52:47.943Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:47.944Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:47.944Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:52:47.944Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:52:47.946Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:52:47.946Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||try to send status { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922767943, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-04-14T07:52:48.046Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:52:48.047Z||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-14T07:52:48.047Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:52:48.064Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:52:48.064Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:52:48.951Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Preparing to deploy Service: 0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7 2022-04-14T07:52:48.951Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 4dc8d4c2-9b0d-445b-8fd3-0fbc886f338e 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-14T07:52:48.961Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@346ce9fa, org.onap.sdc.toscaparser.api.parameters.Input@691bb8cb, org.onap.sdc.toscaparser.api.parameters.Input@6c13f0d2, org.onap.sdc.toscaparser.api.parameters.Input@1a5c44ec, org.onap.sdc.toscaparser.api.parameters.Input@49ac4d64] 2022-04-14T07:52:48.962Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:52:48.962Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:52:48.963Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||VF Category is: Generic 2022-04-14T07:52:48.963Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||VFCustomizationUUID= 98d3dddc-a44b-4c86-94ea-f43daf869b0c 2022-04-14T07:52:48.963Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 98d3dddc-a44b-4c86-94ea-f43daf869b0c matches Tosca VF Customization UUID: 98d3dddc-a44b-4c86-94ea-f43daf869b0c 2022-04-14T07:52:48.963Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||vfCustomizationUUID: 98d3dddc-a44b-4c86-94ea-f43daf869b0c 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-14T07:52:48.965Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:52:48.966Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:52:48.967Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||resource request for resource customization id 98d3dddc-a44b-4c86-94ea-f43daf869b0c: {\"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-14T07:52:48.967Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7620cd6c 2022-04-14T07:52:48.967Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:52:48.967Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:48.968Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4d3a53d2-68fa-4908-915a-505018a01572 2022-04-14T07:52:48.968Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4d3a53d2-68fa-4908-915a-505018a01572 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-14T07:52:48.970Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:52:48.971Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-14T07:52:48.971Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:52:48.971Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:52:48.971Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-14T07:52:48.972Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:52:48.972Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:52:48.972Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-14T07:52:48.972Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=98d3dddc-a44b-4c86-94ea-f43daf869b0c 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-14T07:52:48.975Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:52:48.975Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:52:48.975Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500|| resourceSeq for service uuid 0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7: basic_cnf_macro 2022-04-14T07:52:48.975Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:52:48.975Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:52:48.976Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:52:48.976Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:52:48.976Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:52:48.976Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:52:48.977Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:52:48.977Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:48.978Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:52:48.978Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:52:48.978Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:49.018Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 4dc8d4c2-9b0d-445b-8fd3-0fbc886f338e 2 ASDC deployResourceStructure 2022-04-14T07:52:49.019Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:49.019Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:49.019Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T07:52:49.019Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:52:49.022Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:52:49.022Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||try to send status { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922769018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-14T07:52:49.122Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:52:49.123Z||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-14T07:52:49.123Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:52:49.153Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:52:49.154Z||pool-110-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:52:50.023Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:50.023Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:50.024Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T07:52:50.024Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:52:50.026Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:52:50.026Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||try to send status { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922770023, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-04-14T07:52:50.127Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:52:50.128Z||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-14T07:52:50.128Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:52:50.146Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:52:50.146Z||pool-111-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:52:51.034Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:51.034Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:51.034Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-04-14T07:52:51.035Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:52:51.037Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:52:51.037Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||try to send status { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922771028, "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-14T07:52:51.138Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:52:51.139Z||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-14T07:52:51.139Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:52:51.163Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:52:51.167Z||pool-112-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:52:52.040Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:52.040Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:52.040Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T07:52:52.040Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:52:52.042Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:52:52.043Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||try to send status { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922772039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-04-14T07:52:52.143Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:52:52.144Z||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-14T07:52:52.144Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:52:52.162Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:52:52.163Z||pool-113-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:52:53.043Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:53.044Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:53.045Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-04-14T07:52:53.045Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:52:53.048Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:52:53.048Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||try to send status { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922773043, "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-14T07:52:53.148Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:52:53.149Z||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-14T07:52:53.149Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:52:53.166Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:52:53.166Z||pool-114-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:52:54.050Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:54.050Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:52:54.050Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T07:52:54.050Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:52:54.052Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:52:54.052Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||try to send status { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922774050, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:52:54.153Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:52:54.158Z||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-14T07:52:54.158Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:52:54.184Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:52:54.185Z||pool-115-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:52:55.054Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3c943bc-d127-433c-86ef-2f2a9556c333 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T07:52:55.066Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3c943bc-d127-433c-86ef-2f2a9556c333 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T07:52:55.070Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T07:52:55.070Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-14T07:52:55.070Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-14T07:53:24.109Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:53:24.110Z||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-14T07:53:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:53:24.146Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:53:24.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "policy-id", "timestamp": 1649922603363, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:53:24.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "multicloud-k8s-id", "timestamp": 1649922623685, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-14T07:53:24.149Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:53:24.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "clamp", "timestamp": 1649922594670, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-14T07:53:24.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "aai-ml", "timestamp": 1649922601585, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:53:24.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "policy-id", "timestamp": 1649922603363, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:53:24.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "multicloud-k8s-id", "timestamp": 1649922624716, "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-14T07:53:24.159Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8a4096e5-b1f0-4906-983f-3cb5dbfbea35 2022-04-14T07:53:24.160Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a4096e5-b1f0-4906-983f-3cb5dbfbea35 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-14T07:53:24.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "clamp", "timestamp": 1649922594670, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:53:24.169Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922625400, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:53:24.169Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:53:24.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "aai-ml", "timestamp": 1649922601585, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-04-14T07:53:24.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "multicloud-k8s-id", "timestamp": 1649922625726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-14T07:53:24.170Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:53:24.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "policy-id", "timestamp": 1649922625809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:53:24.170Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:53:24.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "clamp", "timestamp": 1649922594670, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:53:24.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "aai-ml", "timestamp": 1649922601585, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-14T07:53:24.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "policy-id", "timestamp": 1649922626813, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:53:24.171Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:53:24.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "aai-ml", "timestamp": 1649922601585, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:53:24.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "policy-id", "timestamp": 1649922627815, "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-14T07:53:24.180Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8a4096e5-b1f0-4906-983f-3cb5dbfbea35 2022-04-14T07:53:24.181Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a4096e5-b1f0-4906-983f-3cb5dbfbea35 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-14T07:53:24.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "aai-ml", "timestamp": 1649922601585, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:53:24.192Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922629108, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:53:24.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:53:24.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "aai-ml", "timestamp": 1649922630217, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:53:24.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:53:24.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649922630113, "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-14T07:53:24.199Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8a4096e5-b1f0-4906-983f-3cb5dbfbea35 2022-04-14T07:53:24.199Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a4096e5-b1f0-4906-983f-3cb5dbfbea35 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-14T07:53:24.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "clamp", "timestamp": 1649922634262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:53:24.208Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:53:24.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "aai-ml", "timestamp": 1649922639646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-14T07:53:24.209Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:53:24.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "clamp", "timestamp": 1649922640275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:53:24.209Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:53:24.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "aai-ml", "timestamp": 1649922640650, "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-14T07:53:24.222Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c3c943bc-d127-433c-86ef-2f2a9556c333 2022-04-14T07:53:24.222Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3c943bc-d127-433c-86ef-2f2a9556c333 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-14T07:53:24.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "clamp", "timestamp": 1649922641280, "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-14T07:53:24.241Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c3c943bc-d127-433c-86ef-2f2a9556c333 2022-04-14T07:53:24.242Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3c943bc-d127-433c-86ef-2f2a9556c333 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-14T07:53:24.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "aai-ml", "timestamp": 1649922601585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:53:24.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "clamp", "timestamp": 1649922594670, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:53:24.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "aai-ml", "timestamp": 1649922601585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:53:24.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "clamp", "timestamp": 1649922594670, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:53:24.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "aai-ml", "timestamp": 1649922601585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:53:24.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "clamp", "timestamp": 1649922594670, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:53:24.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "aai-ml", "timestamp": 1649922601585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:53:24.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "clamp", "timestamp": 1649922594670, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:53:24.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "aai-ml", "timestamp": 1649922601585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:53:24.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "clamp", "timestamp": 1649922594670, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:53:24.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "aai-ml", "timestamp": 1649922601585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-14T07:53:24.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "clamp", "timestamp": 1649922594670, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-14T07:53:24.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "aai-ml", "timestamp": 1649922601585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:53:24.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "clamp", "timestamp": 1649922594670, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:53:24.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "aai-ml", "timestamp": 1649922601585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:53:24.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "clamp", "timestamp": 1649922594670, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:53:24.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "aai-ml", "timestamp": 1649922650040, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:53:24.258Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:53:24.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "270e5adf-1c6b-4d95-9925-991c97ee224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922653681, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T07:53:24.259Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:53:24.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:53:24.259Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-04-14T07:53:24.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-04-14T07:53:24.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:53:24.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "aai-ml", "timestamp": 1649922657815, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-14T07:53:24.261Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:53:24.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-14T07:53:24.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "aai-ml", "timestamp": 1649922658824, "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-14T07:53:24.269Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8a4096e5-b1f0-4906-983f-3cb5dbfbea35 2022-04-14T07:53:24.269Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a4096e5-b1f0-4906-983f-3cb5dbfbea35 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-14T07:53:24.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:53:24.284Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-04-14T07:53:24.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "clamp", "timestamp": 1649922661224, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:53:24.298Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:53:24.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:53:24.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:53:24.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbff3e43-18a8-462f-b5ee-a3ad79f7c08b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922663791, "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-14T07:53:24.299Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:53:24.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "clamp", "timestamp": 1649922664272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:53:24.299Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:53:24.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:53:24.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "clamp", "timestamp": 1649922665280, "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-14T07:53:24.309Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8a4096e5-b1f0-4906-983f-3cb5dbfbea35 2022-04-14T07:53:24.310Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a4096e5-b1f0-4906-983f-3cb5dbfbea35 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-14T07:53:24.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:53:24.323Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-14T07:53:24.323Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:53:24.323Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-14T07:53:24.324Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:53:24.324Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:53:24.325Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:53:24.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922672317, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:53:24.325Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:53:24.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922675134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T07:53:24.326Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:53:24.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922676440, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T07:53:24.326Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:53:24.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922677830, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-14T07:53:24.326Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:53:24.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922678955, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-14T07:53:24.329Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:53:24.329Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.329Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922679960, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-14T07:53:24.329Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:53:24.329Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.330Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922680963, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-14T07:53:24.330Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:53:24.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:53:24.330Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922681971, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:53:24.330Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:53:25.070Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3c943bc-d127-433c-86ef-2f2a9556c333 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T07:53:25.081Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3c943bc-d127-433c-86ef-2f2a9556c333 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T07:53:25.091Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T07:53:25.091Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-14T07:53:25.092Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-14T07:53:25.092Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-14T07:53:25.092Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-14T07:53:25.092Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?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-14T07:53:25.098Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-14T07:53:55.099Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: c3c943bc-d127-433c-86ef-2f2a9556c333 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-14T07:53:55.106Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c3c943bc-d127-433c-86ef-2f2a9556c333 and serviceModelVersionId: 0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7 2022-04-14T07:53:55.106Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 96ee1a8a-1335-4af6-bf5d-57b0a73c2222 2022-04-14T07:53:55.107Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0 2022-04-14T07:53:55.113Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-14T07:53:55.185Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b39f1047-0790-4679-a981-f8ce43d70aff/model-vers/model-ver/5771882e-dca2-4b76-b2c8-8c129dcf5920?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:53:55.186Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||Invoke 2022-04-14T07:53:56.750Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:53:56.752Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||Invoke 2022-04-14T07:53:58.287Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:53:58.288Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||Invoke 2022-04-14T07:53:59.317Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T07:53:59.318Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:53:59.318Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T07:53:59.319Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:53:59.324Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:53:59.325Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c3c943bc-d127-433c-86ef-2f2a9556c333 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-14T07:53:59.325Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-14T07:53:59.325Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:53:59.328Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:53:59.328Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||try to send status { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922839325, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T07:53:59.429Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-14T07:53:59.431Z||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-14T07:53:59.431Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:53:59.460Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:53:59.461Z||pool-116-thread-1|||||INFO|500||cambria reply ok (31 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-14T07:54:00.342Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||received message from topic 2022-04-14T07:54:00.342Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"8a4096e5-b1f0-4906-983f-3cb5dbfbea35","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"faf3c27d-e5d4-4501-96ab-c033f2108738","serviceDescription":"service","serviceInvariantUUID":"e8ec7704-437f-4a58-ba1b-d174d60297d3","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ec783b18-f4e4-4a83-a7cc-21637f2416be","resourceInvariantUUID":"da4e94aa-c074-4ac4-82c6-78c69d31ab7a","resourceCustomizationUUID":"499b1c0d-0c41-48d7-b165-85893b5aa577","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":"YmZiMGE0ZWJjNjdlNzRkNDZiNWI4OWRkYzA1ZDUyZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74813048-88b6-46b8-b191-60f60447e136","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":"ZWM2YWY3Nzk3Y2E2ODJlY2QzNmIyNDI5Njg3MTgzYzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b1bac711-8296-481e-a967-f35a4bd6c8f3","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":"a8632f35-47fa-44a8-9a60-a0b496322d70","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":"ca17401a-fd9e-4b3e-9b2c-f5a6cb15adee","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":"293d2574-6cab-4288-a597-2617d7d0a6f6","artifactVersion":"2","generatedFromUUID":"a8632f35-47fa-44a8-9a60-a0b496322d70"},{"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":"MDNlODdkYzA2NzVhZGZlYzAyZGQ5OGI4ZTU1M2VmNmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0dd689b4-2838-4452-80dd-cb9e52110e97","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":"ZWFkMTRiNmIyOGUzYTNlMDM2NTExZTJmZjQ2Nzk4Yjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4ac785bb-ad83-4764-84e8-520a46987140","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODgzMjllNWU5MDgxODM4OWQyMGMxYzI1MGM4YjI4YjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"69899ce3-8241-44f2-a2a6-98265484539a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-14T07:54:00.342Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:54:00.343Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:54:00.345Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:54:00.345Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||try to send status { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:54:00.446Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-14T07:54:00.447Z||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-14T07:54:00.447Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:54:00.467Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:54:00.468Z||pool-117-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:54:01.346Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:54:01.347Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:54:01.349Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:54:01.349Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||try to send status { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:54:01.449Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:54:01.451Z||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-14T07:54:01.451Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:54:01.466Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:54:01.467Z||pool-118-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:54:02.349Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:54:02.350Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:54:02.353Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:54:02.353Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||try to send status { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-14T07:54:02.453Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:54:02.455Z||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-14T07:54:02.455Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:54:02.489Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:54:02.490Z||pool-119-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:54:03.354Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:54:03.355Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:54:03.357Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:54:03.357Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||try to send status { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:54:03.457Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T07:54:03.458Z||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-14T07:54:03.458Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:54:03.474Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:54:03.475Z||pool-120-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:54:04.358Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:54:04.359Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:54:04.361Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:54:04.361Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||try to send status { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-14T07:54:04.461Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:54:04.462Z||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-14T07:54:04.462Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:54:04.480Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:54:04.481Z||pool-121-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:54:05.362Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:54:05.363Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:54:05.365Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:54:05.365Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||try to send status { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-14T07:54:05.465Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:54:05.466Z||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-14T07:54:05.466Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:54:05.484Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:54:05.485Z||pool-122-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:54:06.366Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:54:06.367Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:54:06.369Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:54:06.370Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||try to send status { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:54:06.470Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:54:06.471Z||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-14T07:54:06.472Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:54:06.503Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:54:06.504Z||pool-123-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:54:07.370Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:54:07.371Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:54:07.392Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:54:07.397Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||try to send status { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:54:07.474Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms 2022-04-14T07:54:07.475Z||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-14T07:54:07.475Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:54:07.488Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:54:07.489Z||pool-124-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:54:08.399Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||sending notification to client: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "faf3c27d-e5d4-4501-96ab-c033f2108738", "serviceDescription": "service", "serviceInvariantUUID": "e8ec7704-437f-4a58-ba1b-d174d60297d3", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "499b1c0d-0c41-48d7-b165-85893b5aa577", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ec783b18-f4e4-4a83-a7cc-21637f2416be", "resourceInvariantUUID": "da4e94aa-c074-4ac4-82c6-78c69d31ab7a", "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": "ZWM2YWY3Nzk3Y2E2ODJlY2QzNmIyNDI5Njg3MTgzYzk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b1bac711-8296-481e-a967-f35a4bd6c8f3", "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": "a8632f35-47fa-44a8-9a60-a0b496322d70", "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": "293d2574-6cab-4288-a597-2617d7d0a6f6", "generatedFromUUID": "a8632f35-47fa-44a8-9a60-a0b496322d70" }, "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": "293d2574-6cab-4288-a597-2617d7d0a6f6", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ODgzMjllNWU5MDgxODM4OWQyMGMxYzI1MGM4YjI4YjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "69899ce3-8241-44f2-a2a6-98265484539a" } ], "workloadContext": "Production" } 2022-04-14T07:54:08.399Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-14T07:54:08.399Z|c3c943bc-d127-433c-86ef-2f2a9556c333|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 faf3c27d-e5d4-4501-96ab-c033f2108738 ASDC 2022-04-14T07:54:08.400Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||ASDC Notification: DistributionID:8a4096e5-b1f0-4906-983f-3cb5dbfbea35 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:faf3c27d-e5d4-4501-96ab-c033f2108738 ServiceInvariantUUID:e8ec7704-437f-4a58-ba1b-d174d60297d3 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:69899ce3-8241-44f2-a2a6-98265484539a ArtifactChecksum:ODgzMjllNWU5MDgxODM4OWQyMGMxYzI1MGM4YjI4YjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:499b1c0d-0c41-48d7-b165-85893b5aa577 ResourceInvariantUUID:da4e94aa-c074-4ac4-82c6-78c69d31ab7a ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:ec783b18-f4e4-4a83-a7cc-21637f2416be 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:b1bac711-8296-481e-a967-f35a4bd6c8f3 ArtifactChecksum:ZWM2YWY3Nzk3Y2E2ODJlY2QzNmIyNDI5Njg3MTgzYzk= 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:a8632f35-47fa-44a8-9a60-a0b496322d70 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:293d2574-6cab-4288-a597-2617d7d0a6f6 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:293d2574-6cab-4288-a597-2617d7d0a6f6 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-14T07:54:08.400Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF faf3c27d-e5d4-4501-96ab-c033f2108738 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-14T07:54:08.450Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T07:54:08.452Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||MSO config path is: /app 2022-04-14T07:54:08.452Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||MSO config path is: /app 2022-04-14T07:54:08.452Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||Trying to download the artifact UUID: 69899ce3-8241-44f2-a2a6-98265484539a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-04-14T07:54:08.452Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - download 2022-04-14T07:54:08.452Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:09.738Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T07:54:09.743Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 69899ce3-8241-44f2-a2a6-98265484539a 78799 2022-04-14T07:54:09.744Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:09.744Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:09.744Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:54:09.744Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:54:09.746Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:54:09.747Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||try to send status { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922849744, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:54:09.847Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:54:09.848Z||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-14T07:54:09.848Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:54:09.864Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:54:09.864Z||pool-125-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:54:10.747Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T07:54:10.748Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||MSO config path is: /app 2022-04-14T07:54:10.749Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||Trying to write artifact UUID: 69899ce3-8241-44f2-a2a6-98265484539a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-14T07:54:10.749Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-04-14T07:54:10.749Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-14T07:54:10.750Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-14T07:54:10.907Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17876254470813716581/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-14T07:54:12.429Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-14T07:54:12.430Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|WARN|500||#################################################################################################### 2022-04-14T07:54:12.430Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-14T07:54:12.431Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-14T07:54:12.431Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:12.431Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:12.431Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:12.432Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:12.432Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:12.432Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:12.432Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:12.432Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:12.433Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:12.433Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|WARN|500||#################################################################################################### 2022-04-14T07:54:12.433Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:54:12.433Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:12.434Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-14T07:54:12.434Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Search for entities recursively 2022-04-14T07:54:12.434Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T07:54:12.435Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:54:12.435Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:54:12.435Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-14T07:54:12.435Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Search for entities recursively 2022-04-14T07:54:12.436Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T07:54:12.436Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:54:12.436Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:54:12.436Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:54:12.437Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-04-14T07:54:12.437Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-04-14T07:54:12.437Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-04-14T07:54:12.437Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-04-14T07:54:12.438Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-14T07:54:12.438Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-14T07:54:12.438Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:54:12.438Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:12.439Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:54:12.439Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-14T07:54:12.439Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:54:12.440Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:54:12.440Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-14T07:54:12.440Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:54:12.440Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:54:12.441Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-14T07:54:12.441Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:54:12.441Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:54:12.441Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-04-14T07:54:12.442Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-14T07:54:12.442Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-14T07:54:12.442Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=669d86e4-3d6a-4f3f-8083-67df8c8e0686 2022-04-14T07:54:12.442Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:54:12.443Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:54:12.443Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:54:12.443Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:54:12.443Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:54:12.444Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:54:12.444Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:54:12.444Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:54:12.444Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:faf3c27d-e5d4-4501-96ab-c033f2108738 Model Version:NULL Model InvariantUuid:e8ec7704-437f-4a58-ba1b-d174d60297d3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:ab7c945c-3faa-4b0d-90a5-e6e6bc5980f7 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:da4e94aa-c074-4ac4-82c6-78c69d31ab7a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:499b1c0d-0c41-48d7-b165-85893b5aa577 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d8dfcf9a-d6f1-4e0f-8636-6cb41ed6d727 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:bbafcf6a-337a-4d41-9377-2e70c6001292 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:669d86e4-3d6a-4f3f-8083-67df8c8e0686 ModelInvariantUuid:db1a5342-961d-453f-a8d3-f2c8b7b926c0 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:cffcc2b2-ebc5-45a7-aa1d-72fc5ce71cf2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:03ea5a4c-adaf-4845-b562-2b217543eede ModelInvariantUuid:786a313e-d40f-4775-829b-20a221607a6a ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:1bcb6814-64ab-4959-8ab3-eb226a0faa15 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-14T07:54:12.450Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: ec783b18-f4e4-4a83-a7cc-21637f2416be 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-14T07:54:12.454Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||basic_vm_macro 0 2022-04-14T07:54:12.454Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: ec783b18-f4e4-4a83-a7cc-21637f2416be 2022-04-14T07:54:12.455Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||Trying to download the artifact UUID: b1bac711-8296-481e-a967-f35a4bd6c8f3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-04-14T07:54:12.455Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - download 2022-04-14T07:54:12.455Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:13.129Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T07:54:13.129Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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 b1bac711-8296-481e-a967-f35a4bd6c8f3 792 2022-04-14T07:54:13.130Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:13.130Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:13.130Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:54:13.131Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:54:13.134Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:54:13.134Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||try to send status { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922853130, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T07:54:13.234Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:54:13.235Z||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-14T07:54:13.235Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:54:13.252Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:54:13.253Z||pool-126-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:54:14.135Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d8dfcf9a-d6f1-4e0f-8636-6cb41ed6d727", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bbafcf6a-337a-4d41-9377-2e70c6001292", "vfModuleModelCustomizationUUID": "72e75733-832b-478a-8783-4feaae6ef737", "isBase": true, "artifacts": [ "a8632f35-47fa-44a8-9a60-a0b496322d70", "293d2574-6cab-4288-a597-2617d7d0a6f6" ], "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-14T07:54:14.139Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bbafcf6a-337a-4d41-9377-2e70c6001292 VfModuleModelInvariantUUID:d8dfcf9a-d6f1-4e0f-8636-6cb41ed6d727 VfModuleModelDescription:NULL Artifacts UUID List:{ a8632f35-47fa-44a8-9a60-a0b496322d70 , 293d2574-6cab-4288-a597-2617d7d0a6f6 } 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-14T07:54:14.142Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d8dfcf9a-d6f1-4e0f-8636-6cb41ed6d727", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bbafcf6a-337a-4d41-9377-2e70c6001292", "vfModuleModelCustomizationUUID": "72e75733-832b-478a-8783-4feaae6ef737", "isBase": true, "artifacts": [ "a8632f35-47fa-44a8-9a60-a0b496322d70", "293d2574-6cab-4288-a597-2617d7d0a6f6" ], "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-14T07:54:14.142Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bbafcf6a-337a-4d41-9377-2e70c6001292 VfModuleModelInvariantUUID:d8dfcf9a-d6f1-4e0f-8636-6cb41ed6d727 VfModuleModelDescription:NULL Artifacts UUID List:{ a8632f35-47fa-44a8-9a60-a0b496322d70 , 293d2574-6cab-4288-a597-2617d7d0a6f6 } 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-14T07:54:14.142Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||Trying to download the artifact UUID: a8632f35-47fa-44a8-9a60-a0b496322d70 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-04-14T07:54:14.142Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - download 2022-04-14T07:54:14.143Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:14.623Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T07:54:14.624Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml a8632f35-47fa-44a8-9a60-a0b496322d70 5033 2022-04-14T07:54:14.625Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:14.625Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:14.625Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:54:14.626Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:54:14.628Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:54:14.628Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||try to send status { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922854624, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T07:54:14.729Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:54:14.731Z||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-14T07:54:14.731Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:54:14.745Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:54:14.746Z||pool-127-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:54:15.630Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||Trying to download the artifact UUID: 293d2574-6cab-4288-a597-2617d7d0a6f6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-04-14T07:54:15.630Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - download 2022-04-14T07:54:15.631Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:16.113Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T07:54:16.114Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 293d2574-6cab-4288-a597-2617d7d0a6f6 903 2022-04-14T07:54:16.115Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:16.115Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:16.115Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:54:16.116Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:54:16.119Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:54:16.119Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||try to send status { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922856115, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-14T07:54:16.220Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T07:54:16.221Z||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-14T07:54:16.221Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:54:16.243Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:54:16.244Z||pool-128-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:54:17.120Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Preparing to deploy Service: faf3c27d-e5d4-4501-96ab-c033f2108738 2022-04-14T07:54:17.121Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 ec783b18-f4e4-4a83-a7cc-21637f2416be 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-14T07:54:17.140Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@25b975c, org.onap.sdc.toscaparser.api.parameters.Input@4ea3f273, org.onap.sdc.toscaparser.api.parameters.Input@22616265, org.onap.sdc.toscaparser.api.parameters.Input@465e784e, org.onap.sdc.toscaparser.api.parameters.Input@1861f6ae] 2022-04-14T07:54:17.142Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:54:17.142Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:54:17.143Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||VF Category is: Generic 2022-04-14T07:54:17.143Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||VFCustomizationUUID= 499b1c0d-0c41-48d7-b165-85893b5aa577 2022-04-14T07:54:17.143Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 499b1c0d-0c41-48d7-b165-85893b5aa577 matches Tosca VF Customization UUID: 499b1c0d-0c41-48d7-b165-85893b5aa577 2022-04-14T07:54:17.144Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||vfCustomizationUUID: 499b1c0d-0c41-48d7-b165-85893b5aa577 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-14T07:54:17.146Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:54:17.146Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:54:17.147Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||resource request for resource customization id 499b1c0d-0c41-48d7-b165-85893b5aa577: {\"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-14T07:54:17.147Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@55f216e9 2022-04-14T07:54:17.147Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:54:17.148Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:17.148Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 72e75733-832b-478a-8783-4feaae6ef737 2022-04-14T07:54:17.148Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 72e75733-832b-478a-8783-4feaae6ef737 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-14T07:54:17.150Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:54:17.150Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-14T07:54:17.150Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:54:17.151Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:54:17.151Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-14T07:54:17.151Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:54:17.151Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:54:17.151Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-04-14T07:54:17.152Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-14T07:54:17.152Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-14T07:54:17.152Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=669d86e4-3d6a-4f3f-8083-67df8c8e0686 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-14T07:54:17.154Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:54:17.154Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-14T07:54:17.154Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:54:17.155Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:54:17.155Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-14T07:54:17.155Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=499b1c0d-0c41-48d7-b165-85893b5aa577 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-14T07:54:17.157Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:54:17.157Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:54:17.157Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500|| resourceSeq for service uuid faf3c27d-e5d4-4501-96ab-c033f2108738: basic_vm_macro 2022-04-14T07:54:17.158Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:54:17.158Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:54:17.158Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:54:17.158Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:54:17.158Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:54:17.159Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:54:17.159Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:54:17.159Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:17.159Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:54:17.159Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:54:17.160Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:17.236Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro ec783b18-f4e4-4a83-a7cc-21637f2416be 1 ASDC deployResourceStructure 2022-04-14T07:54:17.236Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:17.237Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:17.237Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T07:54:17.237Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:54:17.240Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:54:17.240Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||try to send status { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922857236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-14T07:54:17.340Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:54:17.342Z||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-14T07:54:17.342Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:54:17.365Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:54:17.366Z||pool-129-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:54:18.241Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:18.242Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:18.242Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T07:54:18.242Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:54:18.244Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:54:18.245Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||try to send status { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922858241, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-14T07:54:18.345Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:54:18.346Z||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-14T07:54:18.346Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:54:18.363Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:54:18.364Z||pool-130-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:54:19.246Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:19.247Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:19.247Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T07:54:19.247Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:54:19.249Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:54:19.249Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||try to send status { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922859246, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-14T07:54:19.349Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:54:19.350Z||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-14T07:54:19.350Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:54:19.368Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:54:19.369Z||pool-131-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:54:20.250Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:20.251Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:20.251Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T07:54:20.251Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:54:20.253Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:54:20.254Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||try to send status { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922860250, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:54:20.354Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:54:20.355Z||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-14T07:54:20.355Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:54:20.370Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:54:20.371Z||pool-132-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:54:21.254Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a4096e5-b1f0-4906-983f-3cb5dbfbea35 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T07:54:21.273Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a4096e5-b1f0-4906-983f-3cb5dbfbea35 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T07:54:21.279Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T07:54:21.279Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-14T07:54:21.280Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-14T07:54:21.280Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-14T07:54:21.280Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-14T07:54:21.281Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?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-14T07:54:21.288Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-14T07:54:24.108Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:54:24.109Z||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-14T07:54:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:54:24.147Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:54:24.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:54:24.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f55fffa-d69b-4900-a41c-8dce2a37f460", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922747196, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T07:54:24.149Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:54:24.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:54:24.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:54:24.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:54:24.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:54:24.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:54:24.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:54:24.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:54:24.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-04-14T07:54:24.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:54:24.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:54:24.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:54:24.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:54:24.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:54:24.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-04-14T07:54:24.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:54:24.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:54:24.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-04-14T07:54:24.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:54:24.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:54:24.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-04-14T07:54:24.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:54:24.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:54:24.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-14T07:54:24.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:54:24.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:54:24.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:54:24.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:54:24.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:54:24.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:54:24.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T07:54:24.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:54:24.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922758856, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:54:24.151Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:54:24.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:54:24.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922761927, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T07:54:24.152Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:54:24.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:54:24.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922763542, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T07:54:24.152Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:54:24.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:54:24.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922765228, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-04-14T07:54:24.152Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:54:24.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:54:24.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922766720, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-04-14T07:54:24.152Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:54:24.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:54:24.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922767943, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-04-14T07:54:24.152Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:54:24.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:54:24.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922769018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-14T07:54:24.153Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:54:24.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:54:24.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922770023, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-04-14T07:54:24.153Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:54:24.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:54:24.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922771028, "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-14T07:54:24.153Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:54:24.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:54:24.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922772039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-04-14T07:54:24.154Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:54:24.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:54:24.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922773043, "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-14T07:54:24.155Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:54:24.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T07:54:24.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922774050, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:54:24.155Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:54:51.288Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 8a4096e5-b1f0-4906-983f-3cb5dbfbea35 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-14T07:54:51.295Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8a4096e5-b1f0-4906-983f-3cb5dbfbea35 and serviceModelVersionId: faf3c27d-e5d4-4501-96ab-c033f2108738 2022-04-14T07:54:51.296Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e8ec7704-437f-4a58-ba1b-d174d60297d3 2022-04-14T07:54:51.297Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0 2022-04-14T07:54:51.301Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-14T07:54:51.360Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96ee1a8a-1335-4af6-bf5d-57b0a73c2222/model-vers/model-ver/0ed2d0d7-a1ad-4d44-bdcb-0aa8696439b7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-14T07:54:51.362Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||Invoke 2022-04-14T07:54:52.911Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-14T07:54:52.912Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||Invoke 2022-04-14T07:54:54.442Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-14T07:54:54.444Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||Invoke 2022-04-14T07:54:55.476Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T07:54:55.477Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-14T07:54:55.478Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T07:54:55.478Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-14T07:54:55.484Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-14T07:54:55.485Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8a4096e5-b1f0-4906-983f-3cb5dbfbea35 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-14T07:54:55.485Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-14T07:54:55.486Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:54:55.489Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:54:55.489Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||try to send status { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922895485, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T07:54:55.589Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:54:55.590Z||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-14T07:54:55.590Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:54:55.610Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:54:55.611Z||pool-133-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-14T07:54:56.503Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:54:56.503Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-14T07:54:56.504Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:55:06.774Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:55:06.775Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:55:06.776Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-14T07:55:06.776Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:55:16.352Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:55:16.353Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:55:16.354Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-14T07:55:16.354Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:55:24.109Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:55:24.109Z||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-14T07:55:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:55:24.139Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:55:24.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T07:55:24.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c943bc-d127-433c-86ef-2f2a9556c333", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922839325, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T07:55:24.141Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:55:24.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T07:55:24.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:55:24.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T07:55:24.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T07:55:24.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:55:24.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T07:55:24.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T07:55:24.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-14T07:55:24.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T07:55:24.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T07:55:24.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:55:24.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T07:55:24.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T07:55:24.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-14T07:55:24.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T07:55:24.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T07:55:24.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-14T07:55:24.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T07:55:24.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T07:55:24.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:55:24.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T07:55:24.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T07:55:24.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922603141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:55:24.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T07:55:24.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T07:55:24.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922849744, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:55:24.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:55:24.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T07:55:24.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922853130, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T07:55:24.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:55:24.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T07:55:24.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922854624, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T07:55:24.145Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:55:24.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T07:55:24.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922856115, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-14T07:55:24.145Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:55:24.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T07:55:24.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922857236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-14T07:55:24.145Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:55:24.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T07:55:24.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922858241, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-14T07:55:24.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:55:24.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T07:55:24.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922859246, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-14T07:55:24.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:55:24.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T07:55:24.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922860250, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:55:24.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:55:25.943Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:55:25.944Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:55:25.945Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-14T07:55:25.945Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:55:35.510Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:55:35.511Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:55:35.513Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-14T07:55:35.513Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:55:45.061Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:55:45.061Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:55:45.062Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-14T07:55:45.062Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:55:54.641Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:55:54.642Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:55:54.642Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-14T07:55:54.642Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:56:04.198Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:56:04.199Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:56:04.200Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-14T07:56:04.200Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:56:13.752Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:56:13.753Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:56:13.753Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-14T07:56:13.753Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:56:23.319Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:56:24.105Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:56:24.105Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-14T07:56:24.106Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:56:24.108Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:56:24.109Z||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-14T07:56:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:56:24.642Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:56:24.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:56:24.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a4096e5-b1f0-4906-983f-3cb5dbfbea35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922895485, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T07:56:24.644Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:56:28.571Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:56:28.572Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||received message from topic 2022-04-14T07:56:28.572Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"ca5d2895-6665-4d53-b7e3-64ae796154c6","serviceName":"vFW 2022-04-14 07-53-05","serviceVersion":"1.0","serviceUUID":"f3dc0eaf-7f67-42d6-bf36-4a8aade8238c","serviceDescription":"catalog service description","serviceInvariantUUID":"963df5d4-e346-4348-a98a-3722a0018723","resources":[{"resourceInstanceName":"vFW c66613d3-cf0d 0","resourceName":"vFW c66613d3-cf0d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"12f051d7-e775-4150-a8b2-4b45e4adc951","resourceInvariantUUID":"6b1718e1-c714-41fe-aca6-7a27fd5036a4","resourceCustomizationUUID":"dda93430-fabe-4d79-a202-ef06c4036032","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vf-license-model.xml","artifactChecksum":"YWYzNTNhNjQ4ODY2M2JiNTg3ZDljYWVlY2E2OGNhNGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"75205864-90a1-4080-9408-5f43dfde7443","artifactVersion":"1"},{"artifactName":"vfwc66613d3cf0d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vfwc66613d3cf0d0_modules.json","artifactChecksum":"YjIyOGI4MWM2NTg1ZTBlOTAwYzE4MWY0NzYzMjI5Njk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7c765344-ca80-4036-b30f-4d120079d46f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"284e30f0-41f7-47e0-8a39-be8a779b32d5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vendor-license-model.xml","artifactChecksum":"NmNhM2M2YTQwMGMxODRjMTUzMzNkYWJjODMwMTVkNjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c7f14583-be2f-4427-997b-4d32e9777d3c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9bcd4e8c-1d27-4b85-a835-0b00bbf3d2fd","artifactVersion":"2","generatedFromUUID":"284e30f0-41f7-47e0-8a39-be8a779b32d5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220414075305-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-template.yml","artifactChecksum":"MTU3ZjZjOTgyY2ExOTBhMmE0MzRmNjEwYzA4NDA0MmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a96327c8-2f2b-4646-bd81-3b0dbeb7f03b","artifactVersion":"1"},{"artifactName":"service-Vfw20220414075305-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar","artifactChecksum":"NWUxM2FkYzMyZWE4YWJmN2E0NmQ5NWE2NmMxMTU3ZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aa8620e8-c531-4fbd-92bc-eabafef9ada1","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-14T07:56:28.574Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:56:28.575Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:56:28.576Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:56:28.577Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||try to send status { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922984105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:56:28.677Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:56:28.678Z||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-14T07:56:28.678Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:56:28.694Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:56:28.695Z||pool-134-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:56:29.577Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:56:29.578Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:56:29.580Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:56:29.580Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||try to send status { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922984105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vfwc66613d3cf0d0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:56:29.681Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-14T07:56:29.683Z||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-14T07:56:29.683Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:56:29.698Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:56:29.699Z||pool-135-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:56:30.582Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:56:30.583Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:56:30.585Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:56:30.585Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||try to send status { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922984105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T07:56:30.685Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:56:30.686Z||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-14T07:56:30.686Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:56:30.702Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:56:30.703Z||pool-136-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:56:31.586Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:56:31.586Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:56:31.589Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:56:31.589Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||try to send status { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922984105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:56:31.690Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-14T07:56:31.691Z||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-14T07:56:31.691Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:56:31.706Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:56:31.707Z||pool-137-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:56:32.589Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:56:32.590Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:56:32.593Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:56:32.593Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||try to send status { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922984105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-14T07:56:32.693Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:56:32.695Z||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-14T07:56:32.695Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:56:32.723Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:56:32.723Z||pool-138-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:56:33.593Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:56:33.594Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:56:33.596Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:56:33.596Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||try to send status { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922984105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:56:33.697Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:56:33.698Z||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-14T07:56:33.698Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:56:33.714Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:56:33.714Z||pool-139-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:56:34.597Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:56:34.598Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:56:34.600Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:56:34.600Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||try to send status { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922984105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:56:34.700Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:56:34.701Z||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-14T07:56:34.701Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:56:34.718Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:56:34.719Z||pool-140-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:56:35.601Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||sending notification to client: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "serviceName": "vFW 2022-04-14 07-53-05", "serviceVersion": "1.0", "serviceUUID": "f3dc0eaf-7f67-42d6-bf36-4a8aade8238c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "963df5d4-e346-4348-a98a-3722a0018723", "resources": [ { "resourceInstanceName": "vFW c66613d3-cf0d 0", "resourceCustomizationUUID": "dda93430-fabe-4d79-a202-ef06c4036032", "resourceName": "vFW c66613d3-cf0d", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "12f051d7-e775-4150-a8b2-4b45e4adc951", "resourceInvariantUUID": "6b1718e1-c714-41fe-aca6-7a27fd5036a4", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwc66613d3cf0d0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vfwc66613d3cf0d0_modules.json", "artifactChecksum": "YjIyOGI4MWM2NTg1ZTBlOTAwYzE4MWY0NzYzMjI5Njk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7c765344-ca80-4036-b30f-4d120079d46f", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "284e30f0-41f7-47e0-8a39-be8a779b32d5", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9bcd4e8c-1d27-4b85-a835-0b00bbf3d2fd", "generatedFromUUID": "284e30f0-41f7-47e0-8a39-be8a779b32d5" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9bcd4e8c-1d27-4b85-a835-0b00bbf3d2fd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220414075305-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar", "artifactChecksum": "NWUxM2FkYzMyZWE4YWJmN2E0NmQ5NWE2NmMxMTU3ZjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "aa8620e8-c531-4fbd-92bc-eabafef9ada1" } ], "workloadContext": "Production" } 2022-04-14T07:56:35.601Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-14T07:56:35.602Z|8a4096e5-b1f0-4906-983f-3cb5dbfbea35|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f3dc0eaf-7f67-42d6-bf36-4a8aade8238c ASDC 2022-04-14T07:56:35.603Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||ASDC Notification: DistributionID:ca5d2895-6665-4d53-b7e3-64ae796154c6 ServiceName:vFW 2022-04-14 07-53-05 ServiceVersion:1.0 ServiceUUID:f3dc0eaf-7f67-42d6-bf36-4a8aade8238c ServiceInvariantUUID:963df5d4-e346-4348-a98a-3722a0018723 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220414075305-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar ArtifactUUID:aa8620e8-c531-4fbd-92bc-eabafef9ada1 ArtifactChecksum:NWUxM2FkYzMyZWE4YWJmN2E0NmQ5NWE2NmMxMTU3ZjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW c66613d3-cf0d 0 ResourceCustomizationUUID:dda93430-fabe-4d79-a202-ef06c4036032 ResourceInvariantUUID:6b1718e1-c714-41fe-aca6-7a27fd5036a4 ResourceName:vFW c66613d3-cf0d ResourceType:VF ResourceUUID:12f051d7-e775-4150-a8b2-4b45e4adc951 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwc66613d3cf0d0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vfwc66613d3cf0d0_modules.json ArtifactUUID:7c765344-ca80-4036-b30f-4d120079d46f ArtifactChecksum:YjIyOGI4MWM2NTg1ZTBlOTAwYzE4MWY0NzYzMjI5Njk= 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/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.yaml ArtifactUUID:284e30f0-41f7-47e0-8a39-be8a779b32d5 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/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.env ArtifactUUID:9bcd4e8c-1d27-4b85-a835-0b00bbf3d2fd 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/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.env ArtifactUUID:9bcd4e8c-1d27-4b85-a835-0b00bbf3d2fd ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-14T07:56:35.603Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f3dc0eaf-7f67-42d6-bf36-4a8aade8238c 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-14T07:56:35.637Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T07:56:35.637Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||MSO config path is: /app 2022-04-14T07:56:35.638Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||MSO config path is: /app 2022-04-14T07:56:35.638Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||Trying to download the artifact UUID: aa8620e8-c531-4fbd-92bc-eabafef9ada1 from URL: /sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar 2022-04-14T07:56:35.638Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - download 2022-04-14T07:56:35.638Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar 2022-04-14T07:56:36.032Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T07:56:36.040Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar aa8620e8-c531-4fbd-92bc-eabafef9ada1 99018 2022-04-14T07:56:36.041Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar ASDC sendASDCNotification 2022-04-14T07:56:36.041Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar 2022-04-14T07:56:36.041Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:56:36.042Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:56:36.044Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:56:36.044Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||try to send status { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922996041, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:56:36.144Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:56:36.145Z||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-14T07:56:36.145Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:56:36.157Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:56:36.157Z||pool-141-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:56:37.044Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T07:56:37.045Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||MSO config path is: /app 2022-04-14T07:56:37.046Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||Trying to write artifact UUID: aa8620e8-c531-4fbd-92bc-eabafef9ada1, URL: /sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar to file: /app/ASDC/1/service-Vfw20220414075305-csar.csar 2022-04-14T07:56:37.046Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220414075305-csar.csar 2022-04-14T07:56:37.046Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220414075305-csar.csar 2022-04-14T07:56:37.046Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220414075305-csar.csar 2022-04-14T07:56:37.302Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15445856731179686253/Definitions/service-Vfw20220414075305-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-14T07:56:39.994Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-14T07:56:39.995Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|WARN|500||#################################################################################################### 2022-04-14T07:56:39.995Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220414075305-csar.csar 2022-04-14T07:56:39.995Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-14T07:56:39.996Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-Vfw20220414075305-csar.csar 2022-04-14T07:56:39.996Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-Vfw20220414075305-csar.csar 2022-04-14T07:56:39.996Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-Vfw20220414075305-csar.csar 2022-04-14T07:56:39.997Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-Vfw20220414075305-csar.csar 2022-04-14T07:56:39.997Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-Vfw20220414075305-csar.csar 2022-04-14T07:56:39.997Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-Vfw20220414075305-csar.csar 2022-04-14T07:56:39.997Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-Vfw20220414075305-csar.csar 2022-04-14T07:56:39.998Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-Vfw20220414075305-csar.csar 2022-04-14T07:56:39.998Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-Vfw20220414075305-csar.csar 2022-04-14T07:56:39.998Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-Vfw20220414075305-csar.csar 2022-04-14T07:56:39.998Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-Vfw20220414075305-csar.csar 2022-04-14T07:56:39.999Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c66613d3-cf0d 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-Vfw20220414075305-csar.csar 2022-04-14T07:56:39.999Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-Vfw20220414075305-csar.csar 2022-04-14T07:56:39.999Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|WARN|500||#################################################################################################### 2022-04-14T07:56:40.000Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:40.000Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Service vFW 2022-04-14 07-53-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:56:40.000Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vFW c66613d3-cf0d 0 is matching search criteria 2022-04-14T07:56:40.001Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Search for entities recursively 2022-04-14T07:56:40.001Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Found topology templates [vFW c66613d3-cf0d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T07:56:40.001Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:40.002Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Service vFW 2022-04-14 07-53-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:56:40.002Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vFW c66613d3-cf0d 0 is matching search criteria 2022-04-14T07:56:40.002Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Search for entities recursively 2022-04-14T07:56:40.002Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Found topology templates [vFW c66613d3-cf0d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T07:56:40.003Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:40.003Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Service vFW 2022-04-14 07-53-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:56:40.004Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:40.004Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vFW c66613d3-cf0d 0 is not matching search criteria 2022-04-14T07:56:40.004Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T07:56:40.004Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T07:56:40.005Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T07:56:40.005Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:56:40.005Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T07:56:40.006Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T07:56:40.006Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:56:40.006Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T07:56:40.006Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T07:56:40.007Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:56:40.007Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T07:56:40.007Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T07:56:40.007Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T07:56:40.008Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T07:56:40.008Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:56:40.008Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-14T07:56:40.009Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:40.009Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Service vFW 2022-04-14 07-53-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-14T07:56:40.009Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:40.009Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vFW c66613d3-cf0d 0 is matching search criteria 2022-04-14T07:56:40.010Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Found topology templates [vFW c66613d3-cf0d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:56:40.010Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:40.010Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vFW c66613d3-cf0d 0 is matching search criteria 2022-04-14T07:56:40.011Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Found topology templates [vFW c66613d3-cf0d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:56:40.011Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:40.011Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vFW c66613d3-cf0d 0 is matching search criteria 2022-04-14T07:56:40.012Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Found topology templates [vFW c66613d3-cf0d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:56:40.012Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:40.012Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vFW c66613d3-cf0d 0 is not matching search criteria 2022-04-14T07:56:40.013Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T07:56:40.013Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T07:56:40.013Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-14T07:56:40.013Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T07:56:40.014Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T07:56:40.014Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:56:40.014Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T07:56:40.014Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T07:56:40.015Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T07:56:40.015Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T07:56:40.015Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:56:40.015Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c2326d49-f1e8-4624-a7c3-05e52cfc59de 2022-04-14T07:56:40.016Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:40.016Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vFW c66613d3-cf0d 0 is not matching search criteria 2022-04-14T07:56:40.016Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T07:56:40.016Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T07:56:40.017Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T07:56:40.017Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:56:40.017Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T07:56:40.018Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T07:56:40.018Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:56:40.018Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-14T07:56:40.018Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T07:56:40.019Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T07:56:40.019Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T07:56:40.019Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:56:40.019Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e9178580-179a-4585-aa20-3031a29a6dd6 2022-04-14T07:56:40.020Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:40.020Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vFW c66613d3-cf0d 0 is not matching search criteria 2022-04-14T07:56:40.020Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T07:56:40.021Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T07:56:40.021Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T07:56:40.021Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:56:40.022Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T07:56:40.022Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T07:56:40.022Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:56:40.022Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T07:56:40.023Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T07:56:40.023Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:56:40.023Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T07:56:40.023Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-14T07:56:40.024Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2f3e2df5-4e7e-4218-9a41-50327a154b82 2022-04-14T07:56:40.024Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:40.024Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Service vFW 2022-04-14 07-53-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:56:40.025Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:40.025Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Service vFW 2022-04-14 07-53-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:56:40.025Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:40.025Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Service vFW 2022-04-14 07-53-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:56:40.026Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:40.026Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Service vFW 2022-04-14 07-53-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:56:40.026Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-14 07-53-05 Description:catalog service description Model UUID:f3dc0eaf-7f67-42d6-bf36-4a8aade8238c Model Version:NULL Model InvariantUuid:963df5d4-e346-4348-a98a-3722a0018723 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW c66613d3-cf0d Model UUID:2714a1c1-3b4f-4c35-bc05-774772a5f1ea Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:6b1718e1-c714-41fe-aca6-7a27fd5036a4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:dda93430-fabe-4d79-a202-ef06c4036032 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:336c2b73-3b37-44d2-aada-7342512f0d52 ModelName:VfwC66613d3Cf0d..base_vfw..module-0 ModelUuid:d1413f35-2b73-43b9-b08e-1dad70e62d7c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c2326d49-f1e8-4624-a7c3-05e52cfc59de ModelInvariantUuid:efd42203-89ab-48b5-96d5-e72b54dae56e ModelName:vFW c66613d3-cf0d-nodes.vfwCvfc ModelUuid:3499f865-5474-4baa-b7b8-0d0699eee3f8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:6e7987fb-c179-4fd0-9402-c85ee4a7d609 ModelInvariantUuid:4d9d836d-9e8e-4817-ab5d-193be9084b3c ModelName:VfwC66613d3Cf0d.compute.nodes.heat.vfw ModelUuid:859ce32a-c3b6-4b78-af3c-4326b97fd72c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e9178580-179a-4585-aa20-3031a29a6dd6 ModelInvariantUuid:61ce48c3-053a-4962-ba6e-730b819035e8 ModelName:vFW c66613d3-cf0d-nodes.vsnCvfc ModelUuid:59450d3f-321f-46fe-8f25-384cfabef3d8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:087800b7-fae7-4708-a92f-f3a32bf4a346 ModelInvariantUuid:029d4823-acd5-4c1a-9591-3ab5bf53b09d ModelName:VfwC66613d3Cf0d.compute.nodes.heat.vsn ModelUuid:73105cd6-2d20-4241-9057-24e8af7a7d70 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:2f3e2df5-4e7e-4218-9a41-50327a154b82 ModelInvariantUuid:1054bda4-10ce-4f24-9e40-7ad5ea46ecd6 ModelName:vFW c66613d3-cf0d-nodes.vpgCvfc ModelUuid:a69f735d-3b52-4122-8d96-36fa2fa99b3c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:6bde2c62-727a-4921-9d5d-dc89314f411a ModelInvariantUuid:b3ce16a6-6cf7-4be0-a8a8-2dfaa03607c4 ModelName:VfwC66613d3Cf0d.compute.nodes.heat.vpg ModelUuid:4893bd95-8b86-4d87-a3ed-8cd4eb409d72 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-14T07:56:40.034Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 12f051d7-e775-4150-a8b2-4b45e4adc951 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-14T07:56:40.038Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||vFW c66613d3-cf0d 0 2022-04-14T07:56:40.039Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 12f051d7-e775-4150-a8b2-4b45e4adc951 2022-04-14T07:56:40.039Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||Trying to download the artifact UUID: 7c765344-ca80-4036-b30f-4d120079d46f from URL: /sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vfwc66613d3cf0d0_modules.json 2022-04-14T07:56:40.039Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - download 2022-04-14T07:56:40.040Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vfwc66613d3cf0d0_modules.json 2022-04-14T07:56:40.640Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T07:56:40.642Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vfwc66613d3cf0d0_modules.json 7c765344-ca80-4036-b30f-4d120079d46f 785 2022-04-14T07:56:40.643Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vfwc66613d3cf0d0_modules.json ASDC sendASDCNotification 2022-04-14T07:56:40.644Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vfwc66613d3cf0d0_modules.json 2022-04-14T07:56:40.644Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:56:40.645Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:56:40.648Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:56:40.649Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||try to send status { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923000643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vfwc66613d3cf0d0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T07:56:40.750Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-14T07:56:40.751Z||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-14T07:56:40.752Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:56:40.768Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:56:40.769Z||pool-142-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:56:41.649Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwC66613d3Cf0d..base_vfw..module-0", "vfModuleModelInvariantUUID": "336c2b73-3b37-44d2-aada-7342512f0d52", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d1413f35-2b73-43b9-b08e-1dad70e62d7c", "vfModuleModelCustomizationUUID": "cd46ee52-0b19-4fd7-82f5-a90c9cf8a1ee", "isBase": true, "artifacts": [ "284e30f0-41f7-47e0-8a39-be8a779b32d5", "9bcd4e8c-1d27-4b85-a835-0b00bbf3d2fd" ], "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-14T07:56:41.654Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwC66613d3Cf0d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d1413f35-2b73-43b9-b08e-1dad70e62d7c VfModuleModelInvariantUUID:336c2b73-3b37-44d2-aada-7342512f0d52 VfModuleModelDescription:NULL Artifacts UUID List:{ 284e30f0-41f7-47e0-8a39-be8a779b32d5 , 9bcd4e8c-1d27-4b85-a835-0b00bbf3d2fd } 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-14T07:56:41.657Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwC66613d3Cf0d..base_vfw..module-0", "vfModuleModelInvariantUUID": "336c2b73-3b37-44d2-aada-7342512f0d52", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d1413f35-2b73-43b9-b08e-1dad70e62d7c", "vfModuleModelCustomizationUUID": "cd46ee52-0b19-4fd7-82f5-a90c9cf8a1ee", "isBase": true, "artifacts": [ "284e30f0-41f7-47e0-8a39-be8a779b32d5", "9bcd4e8c-1d27-4b85-a835-0b00bbf3d2fd" ], "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-14T07:56:41.657Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwC66613d3Cf0d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d1413f35-2b73-43b9-b08e-1dad70e62d7c VfModuleModelInvariantUUID:336c2b73-3b37-44d2-aada-7342512f0d52 VfModuleModelDescription:NULL Artifacts UUID List:{ 284e30f0-41f7-47e0-8a39-be8a779b32d5 , 9bcd4e8c-1d27-4b85-a835-0b00bbf3d2fd } 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-14T07:56:41.657Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||Trying to download the artifact UUID: 284e30f0-41f7-47e0-8a39-be8a779b32d5 from URL: /sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.yaml 2022-04-14T07:56:41.658Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - download 2022-04-14T07:56:41.658Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.yaml 2022-04-14T07:56:42.125Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T07:56:42.126Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.yaml 284e30f0-41f7-47e0-8a39-be8a779b32d5 20368 2022-04-14T07:56:42.126Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-14T07:56:42.126Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.yaml 2022-04-14T07:56:42.126Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:56:42.127Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:56:42.129Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:56:42.130Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||try to send status { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923002126, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T07:56:42.229Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T07:56:42.230Z||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-14T07:56:42.231Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:56:42.258Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:56:42.259Z||pool-143-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:56:43.131Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||Trying to download the artifact UUID: 9bcd4e8c-1d27-4b85-a835-0b00bbf3d2fd from URL: /sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.env 2022-04-14T07:56:43.131Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - download 2022-04-14T07:56:43.132Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.env 2022-04-14T07:56:43.636Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T07:56:43.637Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.env 9bcd4e8c-1d27-4b85-a835-0b00bbf3d2fd 2098 2022-04-14T07:56:43.638Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-14T07:56:43.638Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.env 2022-04-14T07:56:43.638Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:56:43.638Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:56:43.641Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:56:43.641Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||try to send status { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923003637, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-14T07:56:43.741Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:56:43.742Z||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-14T07:56:43.742Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:56:43.759Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:56:43.760Z||pool-144-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:56:44.642Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Preparing to deploy Service: f3dc0eaf-7f67-42d6-bf36-4a8aade8238c 2022-04-14T07:56:44.643Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c66613d3-cf0d 0 12f051d7-e775-4150-a8b2-4b45e4adc951 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-14T07:56:44.660Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@725360be, org.onap.sdc.toscaparser.api.parameters.Input@776cb3dc, org.onap.sdc.toscaparser.api.parameters.Input@653169b0, org.onap.sdc.toscaparser.api.parameters.Input@77c31ab4, org.onap.sdc.toscaparser.api.parameters.Input@1e7cc262] 2022-04-14T07:56:44.661Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:44.662Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Service vFW 2022-04-14 07-53-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:56:44.662Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||VF Category is: Generic 2022-04-14T07:56:44.662Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||VFCustomizationUUID= dda93430-fabe-4d79-a202-ef06c4036032 2022-04-14T07:56:44.662Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dda93430-fabe-4d79-a202-ef06c4036032 matches Tosca VF Customization UUID: dda93430-fabe-4d79-a202-ef06c4036032 2022-04-14T07:56:44.663Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||vfCustomizationUUID: dda93430-fabe-4d79-a202-ef06c4036032 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-14T07:56:44.665Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:44.666Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Service vFW 2022-04-14 07-53-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:56:44.667Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||resource request for resource customization id dda93430-fabe-4d79-a202-ef06c4036032: {\"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-14T07:56:44.667Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@df754b7 2022-04-14T07:56:44.667Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:44.668Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Service vFW 2022-04-14 07-53-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-14T07:56:44.668Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cd46ee52-0b19-4fd7-82f5-a90c9cf8a1ee 2022-04-14T07:56:44.668Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cd46ee52-0b19-4fd7-82f5-a90c9cf8a1ee 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-14T07:56:44.671Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:44.672Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vFW c66613d3-cf0d 0 is matching search criteria 2022-04-14T07:56:44.672Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Found topology templates [vFW c66613d3-cf0d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:56:44.672Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:44.673Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vFW c66613d3-cf0d 0 is matching search criteria 2022-04-14T07:56:44.673Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Found topology templates [vFW c66613d3-cf0d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:56:44.673Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:44.673Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vFW c66613d3-cf0d 0 is not matching search criteria 2022-04-14T07:56:44.674Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T07:56:44.674Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T07:56:44.674Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-14T07:56:44.674Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T07:56:44.675Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T07:56:44.675Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:56:44.676Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T07:56:44.676Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T07:56:44.676Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T07:56:44.676Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T07:56:44.677Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:56:44.677Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c2326d49-f1e8-4624-a7c3-05e52cfc59de 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-14T07:56:44.680Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:44.681Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vFW c66613d3-cf0d 0 is matching search criteria 2022-04-14T07:56:44.681Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Found topology templates [vFW c66613d3-cf0d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:56:44.681Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:44.681Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vFW c66613d3-cf0d 0 is not matching search criteria 2022-04-14T07:56:44.682Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T07:56:44.682Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T07:56:44.682Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T07:56:44.682Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:56:44.683Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T07:56:44.683Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T07:56:44.683Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:56:44.683Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-14T07:56:44.684Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T07:56:44.684Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T07:56:44.684Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T07:56:44.684Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:56:44.685Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e9178580-179a-4585-aa20-3031a29a6dd6 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-14T07:56:44.687Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:44.687Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vFW c66613d3-cf0d 0 is matching search criteria 2022-04-14T07:56:44.688Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Found topology templates [vFW c66613d3-cf0d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:56:44.688Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:44.688Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vFW c66613d3-cf0d 0 is not matching search criteria 2022-04-14T07:56:44.689Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T07:56:44.689Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T07:56:44.689Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T07:56:44.690Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:56:44.690Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T07:56:44.691Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T07:56:44.691Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T07:56:44.691Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T07:56:44.692Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T07:56:44.692Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T07:56:44.692Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T07:56:44.693Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-14T07:56:44.693Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2f3e2df5-4e7e-4218-9a41-50327a154b82 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-14T07:56:44.695Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:44.695Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vFW c66613d3-cf0d 0 is matching search criteria 2022-04-14T07:56:44.696Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Found topology templates [vFW c66613d3-cf0d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T07:56:44.696Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:44.696Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Node template vFW c66613d3-cf0d 0 is matching search criteria 2022-04-14T07:56:44.697Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Found topology templates [vFW c66613d3-cf0d 0] matching following query criteria: sdcType=VF, customizationUUID=dda93430-fabe-4d79-a202-ef06c4036032 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-14T07:56:44.698Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:44.699Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Service vFW 2022-04-14 07-53-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:56:44.699Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500|| resourceSeq for service uuid f3dc0eaf-7f67-42d6-bf36-4a8aade8238c: vFW c66613d3-cf0d 2022-04-14T07:56:44.699Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:44.699Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Service vFW 2022-04-14 07-53-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:56:44.700Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:44.700Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Service vFW 2022-04-14 07-53-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:56:44.700Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:44.700Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Service vFW 2022-04-14 07-53-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:56:44.701Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:44.701Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Service vFW 2022-04-14 07-53-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:56:44.701Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:56:44.702Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Service vFW 2022-04-14 07-53-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:56:44.702Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||Saving Service: vFW 2022-04-14 07-53-05 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-14T07:56:44.892Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c66613d3-cf0d 12f051d7-e775-4150-a8b2-4b45e4adc951 1 ASDC deployResourceStructure 2022-04-14T07:56:44.893Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vfwc66613d3cf0d0_modules.json ASDC sendASDCNotification 2022-04-14T07:56:44.893Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vfwc66613d3cf0d0_modules.json 2022-04-14T07:56:44.893Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T07:56:44.894Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:56:44.896Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:56:44.896Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||try to send status { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923004893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vfwc66613d3cf0d0_modules.json", "status": "DEPLOY_OK" } 2022-04-14T07:56:44.996Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:56:44.997Z||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-14T07:56:44.997Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:56:45.015Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:56:45.015Z||pool-145-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:56:45.897Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-14T07:56:45.897Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.yaml 2022-04-14T07:56:45.897Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T07:56:45.898Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:56:45.900Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:56:45.900Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||try to send status { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923005897, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-14T07:56:46.000Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:56:46.001Z||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-14T07:56:46.001Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:56:46.017Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:56:46.017Z||pool-146-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:56:46.901Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-14T07:56:46.902Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.env 2022-04-14T07:56:46.902Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T07:56:46.902Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:56:46.904Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:56:46.904Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||try to send status { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923006901, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-14T07:56:47.005Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:56:47.006Z||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-14T07:56:47.006Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:56:47.022Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:56:47.023Z||pool-147-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:56:47.906Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar ASDC sendASDCNotification 2022-04-14T07:56:47.907Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar 2022-04-14T07:56:47.907Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T07:56:47.907Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:56:47.910Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:56:47.910Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||try to send status { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923007906, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:56:48.011Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:56:48.012Z||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-14T07:56:48.012Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:56:48.036Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:56:48.037Z||pool-148-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:56:48.911Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca5d2895-6665-4d53-b7e3-64ae796154c6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T07:56:48.924Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca5d2895-6665-4d53-b7e3-64ae796154c6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T07:56:48.926Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T07:56:48.927Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-14T07:56:48.927Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-14T07:57:18.927Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca5d2895-6665-4d53-b7e3-64ae796154c6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T07:57:18.941Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca5d2895-6665-4d53-b7e3-64ae796154c6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T07:57:18.944Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T07:57:18.944Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-14T07:57:18.944Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-14T07:57:24.109Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:57:24.109Z||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-14T07:57:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T07:57:24.751Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:57:24.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922984105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "ves-openapi-manager", "timestamp": 1649922982794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "policy-id", "timestamp": 1649922983363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "clamp", "timestamp": 1649922984668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922984105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vfwc66613d3cf0d0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:57:24.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "ves-openapi-manager", "timestamp": 1649922982794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vfwc66613d3cf0d0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.757Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "policy-id", "timestamp": 1649922983363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vfwc66613d3cf0d0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.757Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "clamp", "timestamp": 1649922984668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vfwc66613d3cf0d0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:57:24.758Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.758Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.758Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922984105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T07:57:24.758Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.758Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.758Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "ves-openapi-manager", "timestamp": 1649922982794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.758Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.758Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.759Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "policy-id", "timestamp": 1649922983363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T07:57:24.759Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.759Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.759Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "clamp", "timestamp": 1649922984668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.759Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.759Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.759Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "cds", "timestamp": 1649922989957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.759Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.759Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922984105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.760Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "ves-openapi-manager", "timestamp": 1649922982794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.760Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "policy-id", "timestamp": 1649922983363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.761Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "clamp", "timestamp": 1649922984668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.761Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "aai-ml", "timestamp": 1649922991585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.761Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "cds", "timestamp": 1649922989957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vfwc66613d3cf0d0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.761Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922984105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-14T07:57:24.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "ves-openapi-manager", "timestamp": 1649922982794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "policy-id", "timestamp": 1649922983363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "clamp", "timestamp": 1649922984668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "aai-ml", "timestamp": 1649922991585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vfwc66613d3cf0d0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "cds", "timestamp": 1649922989957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922984105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "ves-openapi-manager", "timestamp": 1649922982794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "policy-id", "timestamp": 1649922983363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "clamp", "timestamp": 1649922984668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "aai-ml", "timestamp": 1649922991585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "cds", "timestamp": 1649922989957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922984105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:57:24.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "ves-openapi-manager", "timestamp": 1649922982794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "policy-id", "timestamp": 1649922983363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:57:24.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "clamp", "timestamp": 1649922984668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:57:24.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "multicloud-k8s-id", "timestamp": 1649922993428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "aai-ml", "timestamp": 1649922991585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "cds", "timestamp": 1649922989957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "multicloud-k8s-id", "timestamp": 1649922993428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vfwc66613d3cf0d0_modules.json", "status": "NOTIFIED" } 2022-04-14T07:57:24.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649922996041, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:57:24.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:57:24.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "policy-id", "timestamp": 1649922995200, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:57:24.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:57:24.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "aai-ml", "timestamp": 1649922991585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "cds", "timestamp": 1649922989957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "multicloud-k8s-id", "timestamp": 1649922993428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T07:57:24.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "policy-id", "timestamp": 1649922996206, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:57:24.771Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:57:24.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "aai-ml", "timestamp": 1649922991585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "cds", "timestamp": 1649922989957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:57:24.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "multicloud-k8s-id", "timestamp": 1649922993428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "policy-id", "timestamp": 1649922997209, "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-14T07:57:24.782Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ca5d2895-6665-4d53-b7e3-64ae796154c6 2022-04-14T07:57:24.783Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca5d2895-6665-4d53-b7e3-64ae796154c6 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-14T07:57:24.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "aai-ml", "timestamp": 1649922991585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:57:24.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "multicloud-k8s-id", "timestamp": 1649922993428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-14T07:57:24.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "cds", "timestamp": 1649922998203, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:57:24.796Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:57:24.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "multicloud-k8s-id", "timestamp": 1649922993428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "aai-ml", "timestamp": 1649922999949, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:57:24.797Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:57:24.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "cds", "timestamp": 1649922999216, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-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-14T07:57:24.804Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ca5d2895-6665-4d53-b7e3-64ae796154c6 2022-04-14T07:57:24.804Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca5d2895-6665-4d53-b7e3-64ae796154c6 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-14T07:57:24.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923000643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vfwc66613d3cf0d0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T07:57:24.815Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:57:24.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "multicloud-k8s-id", "timestamp": 1649922993428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:57:24.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923002126, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T07:57:24.816Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:57:24.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "multicloud-k8s-id", "timestamp": 1649923001588, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vfwc66613d3cf0d0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T07:57:24.816Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:57:24.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923003637, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-14T07:57:24.816Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:57:24.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "multicloud-k8s-id", "timestamp": 1649923003079, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T07:57:24.816Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:57:24.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923004893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vfwc66613d3cf0d0_modules.json", "status": "DEPLOY_OK" } 2022-04-14T07:57:24.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:57:24.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "multicloud-k8s-id", "timestamp": 1649923004592, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-14T07:57:24.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:57:24.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "clamp", "timestamp": 1649923005502, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:57:24.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:57:24.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923005897, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-14T07:57:24.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:57:24.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "multicloud-k8s-id", "timestamp": 1649923005624, "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-14T07:57:24.823Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ca5d2895-6665-4d53-b7e3-64ae796154c6 2022-04-14T07:57:24.824Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca5d2895-6665-4d53-b7e3-64ae796154c6 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-14T07:57:24.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923006901, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-14T07:57:24.834Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:57:24.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923006130, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "multicloud-k8s-id", "timestamp": 1649923006627, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vfwc66613d3cf0d0_modules.json", "status": "DEPLOY_OK" } 2022-04-14T07:57:24.835Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:57:24.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "clamp", "timestamp": 1649923007357, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:57:24.836Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:57:24.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923007906, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:57:24.837Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:57:24.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923006130, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vfwc66613d3cf0d0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "clamp", "timestamp": 1649923008364, "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-14T07:57:24.845Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ca5d2895-6665-4d53-b7e3-64ae796154c6 2022-04-14T07:57:24.845Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca5d2895-6665-4d53-b7e3-64ae796154c6 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-14T07:57:24.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923006130, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923006130, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "aai-ml", "timestamp": 1649923010904, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-14T07:57:24.860Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:57:24.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923006130, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/resourceInstances/vfwc66613d3cf0d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "aai-ml", "timestamp": 1649923011908, "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-14T07:57:24.868Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ca5d2895-6665-4d53-b7e3-64ae796154c6 2022-04-14T07:57:24.868Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca5d2895-6665-4d53-b7e3-64ae796154c6 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-14T07:57:24.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923006130, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:57:24.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923006130, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:57:24.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:57:24.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923014120, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:57:24.878Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:57:24.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923018857, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414075305/1.0/artifacts/service-Vfw20220414075305-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:57:24.879Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:57:24.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:57:24.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923019900, "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-14T07:57:24.884Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ca5d2895-6665-4d53-b7e3-64ae796154c6 2022-04-14T07:57:24.884Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca5d2895-6665-4d53-b7e3-64ae796154c6 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-14T07:57:48.944Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca5d2895-6665-4d53-b7e3-64ae796154c6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T07:57:48.956Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca5d2895-6665-4d53-b7e3-64ae796154c6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T07:57:48.960Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T07:57:48.960Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-14T07:57:48.960Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-14T07:57:48.960Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-14T07:57:48.960Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-14T07:57:48.961Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?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-14T07:57:48.968Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-14T07:58:18.968Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: ca5d2895-6665-4d53-b7e3-64ae796154c6 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-14T07:58:18.976Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ca5d2895-6665-4d53-b7e3-64ae796154c6 and serviceModelVersionId: f3dc0eaf-7f67-42d6-bf36-4a8aade8238c 2022-04-14T07:58:18.976Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 963df5d4-e346-4348-a98a-3722a0018723 2022-04-14T07:58:18.977Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0 2022-04-14T07:58:18.982Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-14T07:58:19.031Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ec7704-437f-4a58-ba1b-d174d60297d3/model-vers/model-ver/faf3c27d-e5d4-4501-96ab-c033f2108738?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?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-14T07:58:19.032Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||Invoke 2022-04-14T07:58:20.562Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?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-14T07:58:20.564Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||Invoke 2022-04-14T07:58:22.096Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?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-14T07:58:22.098Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||Invoke 2022-04-14T07:58:23.124Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T07:58:23.126Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?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-14T07:58:23.126Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T07:58:23.126Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?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-14T07:58:23.133Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?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-14T07:58:23.133Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ca5d2895-6665-4d53-b7e3-64ae796154c6 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-14T07:58:23.134Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-14T07:58:23.134Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:58:23.138Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:58:23.138Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||try to send status { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923103134, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T07:58:23.238Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:58:23.239Z||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-14T07:58:23.239Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:58:23.261Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:58:23.262Z||pool-149-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:58:24.109Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:58:24.109Z||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-14T07:58:24.110Z||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 RLFlK0ex6XFSPgDB) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T07:58:24.150Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:58:24.151Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?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-14T07:58:24.151Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:58:24.755Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:58:24.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "cds", "timestamp": 1649923049957, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.758Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.758Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.758Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "clamp", "timestamp": 1649923044668, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.759Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.759Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.759Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "aai-ml", "timestamp": 1649923051584, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.760Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "policy-id", "timestamp": 1649923043363, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.760Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "multicloud-k8s-id", "timestamp": 1649923053428, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.761Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "cds", "timestamp": 1649923049957, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "aai-ml", "timestamp": 1649923051584, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "clamp", "timestamp": 1649923044668, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "policy-id", "timestamp": 1649923043363, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "multicloud-k8s-id", "timestamp": 1649923053428, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "cds", "timestamp": 1649923049957, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "aai-ml", "timestamp": 1649923051584, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "clamp", "timestamp": 1649923044668, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "policy-id", "timestamp": 1649923043363, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "multicloud-k8s-id", "timestamp": 1649923053428, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "cds", "timestamp": 1649923049957, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "aai-ml", "timestamp": 1649923051584, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "clamp", "timestamp": 1649923044668, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "policy-id", "timestamp": 1649923043363, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "multicloud-k8s-id", "timestamp": 1649923053428, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "cds", "timestamp": 1649923049957, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "aai-ml", "timestamp": 1649923051584, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "clamp", "timestamp": 1649923044668, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "policy-id", "timestamp": 1649923043363, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "multicloud-k8s-id", "timestamp": 1649923053428, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "cds", "timestamp": 1649923049957, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "aai-ml", "timestamp": 1649923051584, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "policy-id", "timestamp": 1649923043363, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "clamp", "timestamp": 1649923044668, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "multicloud-k8s-id", "timestamp": 1649923053428, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "cds", "timestamp": 1649923049957, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "aai-ml", "timestamp": 1649923051584, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.779Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "clamp", "timestamp": 1649923044668, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.779Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "policy-id", "timestamp": 1649923043363, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.780Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "multicloud-k8s-id", "timestamp": 1649923053428, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.780Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "cds", "timestamp": 1649923049957, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:58:24.781Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "aai-ml", "timestamp": 1649923051584, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:58:24.781Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "clamp", "timestamp": 1649923044668, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:58:24.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "policy-id", "timestamp": 1649923043363, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:58:24.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "multicloud-k8s-id", "timestamp": 1649923053428, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:58:24.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "aai-ml", "timestamp": 1649923062728, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:58:24.783Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:58:24.783Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:58:24.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.783Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||received message from topic 2022-04-14T07:58:24.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "policy-id", "timestamp": 1649923061878, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:58:24.784Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"47604198-b6ff-4cf0-8684-57ddf119af76","serviceName":"Demo_pNF_5ZfUEw0uEGDj4etdSlhh","serviceVersion":"1.0","serviceUUID":"d9468fc8-90be-40d5-a85b-dd907c1037ca","serviceDescription":"catalog service description","serviceInvariantUUID":"cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0","resources":[{"resourceInstanceName":"pNF 25c11eef-9807 0","resourceName":"pNF 25c11eef-9807","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2c3e2efb-f8f4-4adf-bfbb-0d95a7695e02","resourceInvariantUUID":"60bbdf00-9647-4645-b45c-2a19994445d7","resourceCustomizationUUID":"80fac5c2-1a0a-46f0-b6de-3edb17ce92f0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/vf-license-model.xml","artifactChecksum":"NDJlOTZjOTkwYmFmMmRkY2E3NzIwYzM1NTQ1NzllZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b3bd239b-f518-4a41-8dc3-d4be0dd32ded","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/pNF.csar","artifactChecksum":"MjQxNTY0NzdlN2ViNjUzM2M0Y2I3NzNmY2QyNDFiMDI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"237e451c-b2aa-41be-acbd-0d76edae6e79","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4cd4fb89-09f6-4ee5-838b-a5bef337d62f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/vendor-license-model.xml","artifactChecksum":"YzAxNDBhNzljMmM1YWRiNjMyOTkxYzAyYWRjZTZjNDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0af3ba31-a7be-4c63-9c50-3318d8ed909d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1e2539c7-e5a1-40e3-b0fb-eec816ffb3bb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5b0aa121-9a67-4cb8-9bbc-917b84c14e15","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf5zfuew0uegdj4etdslhh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-template.yml","artifactChecksum":"YmNhN2JiZThkNjY3MmY3MjA4NzViZDJmNDViODNlYjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a97bbd30-b2be-4211-aaf6-03ea7b9e37df","artifactVersion":"1"},{"artifactName":"service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar","artifactChecksum":"NzY5NTE1YjI5Y2Y4YmE4YTE1MmEyYmRkYjQ3YWZiMTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"49be8c29-a0c3-4c70-b568-231fc72538cd","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-14T07:58:24.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:58:24.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "cds", "timestamp": 1649923061977, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:58:24.785Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:58:24.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "ves-openapi-manager", "timestamp": 1649923062794, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "policy-id", "timestamp": 1649923062883, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:58:24.786Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:58:24.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.786Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:58:24.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "cds", "timestamp": 1649923062982, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-04-14T07:58:24.787Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:58:24.789Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:58:24.789Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||try to send status { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923104150, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T07:58:24.799Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 47604198-b6ff-4cf0-8684-57ddf119af76 2022-04-14T07:58:24.799Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47604198-b6ff-4cf0-8684-57ddf119af76 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-14T07:58:24.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "ves-openapi-manager", "timestamp": 1649923062794, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.808Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "policy-id", "timestamp": 1649923063886, "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-14T07:58:24.813Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47604198-b6ff-4cf0-8684-57ddf119af76 2022-04-14T07:58:24.814Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47604198-b6ff-4cf0-8684-57ddf119af76 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-14T07:58:24.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "ves-openapi-manager", "timestamp": 1649923062794, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "ves-openapi-manager", "timestamp": 1649923062794, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "ves-openapi-manager", "timestamp": 1649923062794, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923066129, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.823Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923066129, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.823Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "ves-openapi-manager", "timestamp": 1649923062794, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-14T07:58:24.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "aai-ml", "timestamp": 1649923068534, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-14T07:58:24.824Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:58:24.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923066129, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "ves-openapi-manager", "timestamp": 1649923062794, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "aai-ml", "timestamp": 1649923069540, "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-14T07:58:24.830Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 47604198-b6ff-4cf0-8684-57ddf119af76 2022-04-14T07:58:24.831Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47604198-b6ff-4cf0-8684-57ddf119af76 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-14T07:58:24.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "clamp", "timestamp": 1649923069360, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:58:24.839Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:58:24.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "ves-openapi-manager", "timestamp": 1649923062794, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923066129, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923066129, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "ves-openapi-manager", "timestamp": 1649923071682, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T07:58:24.841Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:58:24.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "clamp", "timestamp": 1649923071372, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:58:24.841Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:58:24.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923066129, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "ves-openapi-manager", "timestamp": 1649923072740, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-14T07:58:24.842Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:58:24.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "clamp", "timestamp": 1649923072382, "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-14T07:58:24.847Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 47604198-b6ff-4cf0-8684-57ddf119af76 2022-04-14T07:58:24.847Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47604198-b6ff-4cf0-8684-57ddf119af76 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-14T07:58:24.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923066129, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:24.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "ves-openapi-manager", "timestamp": 1649923073744, "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-14T07:58:24.858Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 47604198-b6ff-4cf0-8684-57ddf119af76 2022-04-14T07:58:24.858Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47604198-b6ff-4cf0-8684-57ddf119af76 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-14T07:58:24.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923066129, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:58:24.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T07:58:24.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923075123, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:58:24.867Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:58:24.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923077563, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:58:24.867Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:58:24.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923078568, "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-14T07:58:24.872Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 47604198-b6ff-4cf0-8684-57ddf119af76 2022-04-14T07:58:24.872Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47604198-b6ff-4cf0-8684-57ddf119af76 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-14T07:58:24.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T07:58:24.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca5d2895-6665-4d53-b7e3-64ae796154c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923103134, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T07:58:24.880Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T07:58:24.889Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:58:24.890Z||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-14T07:58:24.890Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:58:24.906Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:58:24.907Z||pool-150-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:58:25.790Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:58:25.791Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:58:25.793Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:58:25.793Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||try to send status { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923104150, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:25.893Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:58:25.894Z||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-14T07:58:25.894Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:58:25.911Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:58:25.912Z||pool-151-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:58:26.794Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:58:26.794Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:58:26.796Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:58:26.796Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||try to send status { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923104150, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:26.896Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:58:26.898Z||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-14T07:58:26.898Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:58:26.920Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:58:26.920Z||pool-152-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:58:27.797Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:58:27.798Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:58:27.800Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:58:27.800Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||try to send status { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923104150, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:27.900Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:58:27.901Z||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-14T07:58:27.901Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:58:27.919Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:58:27.920Z||pool-153-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:58:28.801Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:58:28.802Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:58:28.804Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:58:28.804Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||try to send status { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923104150, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:28.904Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:58:28.905Z||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-14T07:58:28.905Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:58:28.924Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:58:28.924Z||pool-154-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:58:29.805Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:58:29.806Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:58:29.809Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:58:29.809Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||try to send status { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923104150, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:29.916Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-04-14T07:58:29.918Z||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-14T07:58:29.918Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:58:29.940Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:58:29.941Z||pool-155-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:58:30.810Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:58:30.811Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:58:30.813Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:58:30.813Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||try to send status { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923104150, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T07:58:30.913Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:58:30.914Z||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-14T07:58:30.914Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:58:30.929Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:58:30.930Z||pool-156-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-04-14T07:58:31.814Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T07:58:31.814Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:58:31.817Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:58:31.817Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||try to send status { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923104150, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar", "status": "NOTIFIED" } 2022-04-14T07:58:31.919Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-04-14T07:58:31.920Z||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-14T07:58:31.920Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:58:31.940Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:58:31.941Z||pool-157-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:58:32.818Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||sending notification to client: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "serviceName": "Demo_pNF_5ZfUEw0uEGDj4etdSlhh", "serviceVersion": "1.0", "serviceUUID": "d9468fc8-90be-40d5-a85b-dd907c1037ca", "serviceDescription": "catalog service description", "serviceInvariantUUID": "cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0", "resources": [ { "resourceInstanceName": "pNF 25c11eef-9807 0", "resourceCustomizationUUID": "80fac5c2-1a0a-46f0-b6de-3edb17ce92f0", "resourceName": "pNF 25c11eef-9807", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "2c3e2efb-f8f4-4adf-bfbb-0d95a7695e02", "resourceInvariantUUID": "60bbdf00-9647-4645-b45c-2a19994445d7", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar", "artifactChecksum": "NzY5NTE1YjI5Y2Y4YmE4YTE1MmEyYmRkYjQ3YWZiMTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "49be8c29-a0c3-4c70-b568-231fc72538cd" } ], "workloadContext": "Production" } 2022-04-14T07:58:32.818Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-14T07:58:32.818Z|ca5d2895-6665-4d53-b7e3-64ae796154c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d9468fc8-90be-40d5-a85b-dd907c1037ca ASDC 2022-04-14T07:58:32.819Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||ASDC Notification: DistributionID:47604198-b6ff-4cf0-8684-57ddf119af76 ServiceName:Demo_pNF_5ZfUEw0uEGDj4etdSlhh ServiceVersion:1.0 ServiceUUID:d9468fc8-90be-40d5-a85b-dd907c1037ca ServiceInvariantUUID:cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar ArtifactUUID:49be8c29-a0c3-4c70-b568-231fc72538cd ArtifactChecksum:NzY5NTE1YjI5Y2Y4YmE4YTE1MmEyYmRkYjQ3YWZiMTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 25c11eef-9807 0 ResourceCustomizationUUID:80fac5c2-1a0a-46f0-b6de-3edb17ce92f0 ResourceInvariantUUID:60bbdf00-9647-4645-b45c-2a19994445d7 ResourceName:pNF 25c11eef-9807 ResourceType:PNF ResourceUUID:2c3e2efb-f8f4-4adf-bfbb-0d95a7695e02 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-14T07:58:32.819Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d9468fc8-90be-40d5-a85b-dd907c1037ca 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-14T07:58:32.847Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T07:58:32.848Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||MSO config path is: /app 2022-04-14T07:58:32.848Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||MSO config path is: /app 2022-04-14T07:58:32.848Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||Trying to download the artifact UUID: 49be8c29-a0c3-4c70-b568-231fc72538cd from URL: /sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar 2022-04-14T07:58:32.848Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||DistributionClient - download 2022-04-14T07:58:32.849Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar 2022-04-14T07:58:33.239Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T07:58:33.243Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar 49be8c29-a0c3-4c70-b568-231fc72538cd 82654 2022-04-14T07:58:33.244Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar ASDC sendASDCNotification 2022-04-14T07:58:33.244Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar 2022-04-14T07:58:33.244Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T07:58:33.244Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:58:33.246Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:58:33.246Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||try to send status { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923113244, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T07:58:33.346Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:58:33.347Z||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-14T07:58:33.348Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:58:33.362Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:58:33.363Z||pool-158-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:58:34.247Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T07:58:34.248Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||MSO config path is: /app 2022-04-14T07:58:34.249Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||Trying to write artifact UUID: 49be8c29-a0c3-4c70-b568-231fc72538cd, URL: /sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar to file: /app/ASDC/1/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar 2022-04-14T07:58:34.250Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar 2022-04-14T07:58:34.250Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar 2022-04-14T07:58:34.250Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar 2022-04-14T07:58:34.357Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7061181211154182676/Definitions/service-DemoPnf5zfuew0uegdj4etdslhh-template.yml 2022-04-14T07:58:35.207Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-14T07:58:35.208Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|WARN|500||#################################################################################################### 2022-04-14T07:58:35.208Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar 2022-04-14T07:58:35.208Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-14T07:58:35.208Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 25c11eef-9807 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-DemoPnf5zfuew0uegdj4etdslhh-csar.csar 2022-04-14T07:58:35.208Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?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-DemoPnf5zfuew0uegdj4etdslhh-csar.csar 2022-04-14T07:58:35.208Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?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-DemoPnf5zfuew0uegdj4etdslhh-csar.csar 2022-04-14T07:58:35.209Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?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-DemoPnf5zfuew0uegdj4etdslhh-csar.csar 2022-04-14T07:58:35.209Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?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-DemoPnf5zfuew0uegdj4etdslhh-csar.csar 2022-04-14T07:58:35.209Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?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-DemoPnf5zfuew0uegdj4etdslhh-csar.csar 2022-04-14T07:58:35.209Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?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-DemoPnf5zfuew0uegdj4etdslhh-csar.csar 2022-04-14T07:58:35.209Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|WARN|500||#################################################################################################### 2022-04-14T07:58:35.209Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:58:35.209Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Service Demo_pNF_5ZfUEw0uEGDj4etdSlhh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:58:35.210Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Node template pNF 25c11eef-9807 0 is matching search criteria 2022-04-14T07:58:35.210Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Search for entities recursively 2022-04-14T07:58:35.210Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Found topology templates [pNF 25c11eef-9807 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T07:58:35.210Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:58:35.210Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Service Demo_pNF_5ZfUEw0uEGDj4etdSlhh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:58:35.210Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Node template pNF 25c11eef-9807 0 is matching search criteria 2022-04-14T07:58:35.211Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Search for entities recursively 2022-04-14T07:58:35.211Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Found topology templates [pNF 25c11eef-9807 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T07:58:35.211Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:58:35.211Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Service Demo_pNF_5ZfUEw0uEGDj4etdSlhh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:58:35.211Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:58:35.211Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Service Demo_pNF_5ZfUEw0uEGDj4etdSlhh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:58:35.211Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:58:35.211Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Service Demo_pNF_5ZfUEw0uEGDj4etdSlhh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:58:35.212Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:58:35.212Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Service Demo_pNF_5ZfUEw0uEGDj4etdSlhh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:58:35.212Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:58:35.212Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Service Demo_pNF_5ZfUEw0uEGDj4etdSlhh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:58:35.212Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_5ZfUEw0uEGDj4etdSlhh Description:catalog service description Model UUID:d9468fc8-90be-40d5-a85b-dd907c1037ca Model Version:NULL Model InvariantUuid:cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0 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-14T07:58:35.219Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 2c3e2efb-f8f4-4adf-bfbb-0d95a7695e02 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-14T07:58:35.222Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||pNF 25c11eef-9807 0 2022-04-14T07:58:35.222Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 2c3e2efb-f8f4-4adf-bfbb-0d95a7695e02 2022-04-14T07:58:35.223Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||No resources found for Service: d9468fc8-90be-40d5-a85b-dd907c1037ca 2022-04-14T07:58:35.223Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Preparing to deploy Service: d9468fc8-90be-40d5-a85b-dd907c1037ca 2022-04-14T07:58:35.223Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 25c11eef-9807 0 2c3e2efb-f8f4-4adf-bfbb-0d95a7695e02 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-14T07:58:35.231Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@60c29eab, org.onap.sdc.toscaparser.api.parameters.Input@1153dfe6, org.onap.sdc.toscaparser.api.parameters.Input@41d04fb5, org.onap.sdc.toscaparser.api.parameters.Input@741a29f9, org.onap.sdc.toscaparser.api.parameters.Input@59d617] 2022-04-14T07:58:35.232Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:58:35.232Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Service Demo_pNF_5ZfUEw0uEGDj4etdSlhh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:58:35.232Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500|| resourceSeq for service uuid d9468fc8-90be-40d5-a85b-dd907c1037ca: pNF 25c11eef-9807 2022-04-14T07:58:35.232Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||Processing PNF resource: 2c3e2efb-f8f4-4adf-bfbb-0d95a7695e02 2022-04-14T07:58:35.233Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T07:58:35.233Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Service Demo_pNF_5ZfUEw0uEGDj4etdSlhh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T07:58:35.233Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||Resource customization UUID: 80fac5c2-1a0a-46f0-b6de-3edb17ce92f0 is the same as notified resource customizationUUID: 80fac5c2-1a0a-46f0-b6de-3edb17ce92f0 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-14T07:58:35.267Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 25c11eef-9807 2c3e2efb-f8f4-4adf-bfbb-0d95a7695e02 0 ASDC deployResourceStructure 2022-04-14T07:58:35.267Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar ASDC sendASDCNotification 2022-04-14T07:58:35.268Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar 2022-04-14T07:58:35.268Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T07:58:35.268Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:58:35.270Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:58:35.270Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||try to send status { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923115267, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T07:58:35.371Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:58:35.372Z||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-14T07:58:35.372Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:58:35.404Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:58:35.405Z||pool-159-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-04-14T07:58:36.271Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47604198-b6ff-4cf0-8684-57ddf119af76 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T07:58:36.284Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47604198-b6ff-4cf0-8684-57ddf119af76 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T07:58:36.289Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T07:58:36.289Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-14T07:58:36.289Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-14T07:58:36.289Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-14T07:58:36.289Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-14T07:58:36.289Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-14T07:58:36.290Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?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-14T07:58:36.296Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-14T07:59:06.298Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 47604198-b6ff-4cf0-8684-57ddf119af76 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-14T07:59:06.315Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47604198-b6ff-4cf0-8684-57ddf119af76 and serviceModelVersionId: d9468fc8-90be-40d5-a85b-dd907c1037ca 2022-04-14T07:59:06.316Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0 2022-04-14T07:59:06.318Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0 2022-04-14T07:59:06.325Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/963df5d4-e346-4348-a98a-3722a0018723/model-vers/model-ver/f3dc0eaf-7f67-42d6-bf36-4a8aade8238c?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-14T07:59:06.379Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||Invoke 2022-04-14T07:59:06.379Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47604198-b6ff-4cf0-8684-57ddf119af76], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[13bd61d0-b1f9-476d-99bc-832fcf125c82], X-ECOMP-RequestID=[47604198-b6ff-4cf0-8684-57ddf119af76], X-TransactionId=[], X-ONAP-RequestID=[47604198-b6ff-4cf0-8684-57ddf119af76], Content-Type=[application/merge-patch+json]} 2022-04-14T07:59:07.917Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||Invoke 2022-04-14T07:59:07.918Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47604198-b6ff-4cf0-8684-57ddf119af76], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6b81694b-6d22-4aef-aff3-a6e1d0dfcd69], X-ECOMP-RequestID=[47604198-b6ff-4cf0-8684-57ddf119af76], X-TransactionId=[], X-ONAP-RequestID=[47604198-b6ff-4cf0-8684-57ddf119af76], Content-Type=[application/merge-patch+json]} 2022-04-14T07:59:09.463Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||Invoke 2022-04-14T07:59:09.464Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47604198-b6ff-4cf0-8684-57ddf119af76], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0d1f0f5b-cb83-494f-ab8e-d0120a7c2a81], X-ECOMP-RequestID=[47604198-b6ff-4cf0-8684-57ddf119af76], X-TransactionId=[], X-ONAP-RequestID=[47604198-b6ff-4cf0-8684-57ddf119af76], Content-Type=[application/merge-patch+json]} 2022-04-14T07:59:10.485Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T07:59:10.486Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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-14T07:59:10.488Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T07:59:10.488Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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-14T07:59:10.499Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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-14T07:59:10.500Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47604198-b6ff-4cf0-8684-57ddf119af76 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-14T07:59:10.501Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-14T07:59:10.503Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T07:59:10.509Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T07:59:10.510Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||try to send status { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923150501, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T07:59:10.610Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T07:59:10.612Z||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-14T07:59:10.613Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:59:10.655Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:59:10.656Z||pool-160-thread-1|||||INFO|500||cambria reply ok (45 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-14T07:59:11.544Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:59:11.545Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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-14T07:59:11.545Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:59:21.101Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:59:24.105Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:59:24.106Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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-14T07:59:24.106Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:59:24.109Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T07:59:24.109Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?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-14T07:59:24.109Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T07:59:24.259Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T07:59:24.260Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||received message from topic 2022-04-14T07:59:24.260Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923104150, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T07:59:24.261Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T07:59:33.674Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:00:24.106Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:00:24.108Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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-14T08:00:24.108Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:00:24.108Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:00:24.109Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?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-14T08:00:24.110Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:00:24.658Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:00:24.659Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||received message from topic 2022-04-14T08:00:24.659Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923104150, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:00:24.660Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:00:24.661Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||received message from topic 2022-04-14T08:00:24.661Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923104150, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:00:24.661Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:00:24.661Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||received message from topic 2022-04-14T08:00:24.661Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923104150, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:00:24.662Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:00:24.662Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||received message from topic 2022-04-14T08:00:24.662Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923104150, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:00:24.663Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:00:24.663Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||received message from topic 2022-04-14T08:00:24.663Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923104150, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/resourceInstances/pnf25c11eef98070/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:00:24.663Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:00:24.663Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||received message from topic 2022-04-14T08:00:24.663Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923104150, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:00:24.664Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:00:24.664Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||received message from topic 2022-04-14T08:00:24.664Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923104150, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:00:24.664Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:00:24.664Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||received message from topic 2022-04-14T08:00:24.664Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923113244, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:00:24.665Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:00:24.665Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||received message from topic 2022-04-14T08:00:24.665Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923115267, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5zfuew0uegdj4etdslhh/1.0/artifacts/service-DemoPnf5zfuew0uegdj4etdslhh-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:00:24.665Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:00:24.665Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||received message from topic 2022-04-14T08:00:24.666Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "47604198-b6ff-4cf0-8684-57ddf119af76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923150501, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T08:00:24.666Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:00:33.674Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:01:24.105Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:01:24.106Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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-14T08:01:24.106Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:01:24.108Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:01:24.109Z||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-14T08:01:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:01:29.551Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:01:29.552Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||received message from topic 2022-04-14T08:01:29.552Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"295ceb7b-be81-4fe9-816e-c7f70fae1d83","serviceName":"Demo_pNF_HaInJSd3WuoLRM5sn78N","serviceVersion":"1.0","serviceUUID":"3d2dcf4c-2b5c-48a9-ac2e-0ad0dbb711a6","serviceDescription":"catalog service description","serviceInvariantUUID":"fe957b1f-2af8-4bae-9c7a-10f3d294f3a2","resources":[{"resourceInstanceName":"pNF 334c1bd9-eac6 0","resourceName":"pNF 334c1bd9-eac6","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"edc79cfc-5af7-407b-a0be-652bae5b2b5f","resourceInvariantUUID":"2e74964b-1315-4e7c-97b7-688c66385109","resourceCustomizationUUID":"8ca02b88-30eb-4c55-b1f8-43d8f62c3a0c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/vf-license-model.xml","artifactChecksum":"Njg2ZjRiN2FlMDAxZjgwMzU2OWMwZTJkMDdmZGZkNjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92401b51-37f5-48c0-a9f7-e983f4776fc1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/pNF.csar","artifactChecksum":"MjQxNTY0NzdlN2ViNjUzM2M0Y2I3NzNmY2QyNDFiMDI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b034eabf-e28c-4f22-b916-ede46e657884","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f6cff07b-79d7-4291-a4c9-67e801a1e305","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/vendor-license-model.xml","artifactChecksum":"OGY0YjYyZGU0N2U4YzkyZDc0MWRjZTU3NTE5MzgyMDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"25d5e7b3-71ff-4744-bde9-cd0e0309ccf0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f459c10-c420-457f-a869-0d077b452fe0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c91c8f08-4a46-4e12-afa8-b9f12c8844d8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHainjsd3wuolrm5sn78n-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-template.yml","artifactChecksum":"NWE1NjA2YjM4NmViMjMxMTNiYWM1MzI5MDE5NDM3MDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a445e0f9-1e9d-4b9b-9dd6-1ac667234531","artifactVersion":"1"},{"artifactName":"service-DemoPnfHainjsd3wuolrm5sn78n-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-csar.csar","artifactChecksum":"YjgxYzNhNmUwNjQ2YjBkNTc4Y2FmMjlhYjhkZjZlZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"98c4fd8f-78ac-4af3-9189-0affde7135b8","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-14T08:01:29.555Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:01:29.555Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:01:29.557Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:01:29.557Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||try to send status { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:01:29.657Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:01:29.658Z||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-14T08:01:29.658Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:01:29.671Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:01:29.672Z||pool-161-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:01:29.692Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:01:29.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T08:01:29.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "ves-openapi-manager", "timestamp": 1649923282794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:01:29.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T08:01:30.557Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:01:30.558Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:01:30.560Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:01:30.560Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||try to send status { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:01:30.661Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:01:30.661Z||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-14T08:01:30.662Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:01:30.677Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:01:30.678Z||pool-162-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:01:31.561Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:01:31.563Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:01:31.565Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:01:31.565Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||try to send status { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:01:31.666Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:01:31.667Z||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-14T08:01:31.667Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:01:31.699Z||pool-163-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:01:31.700Z||pool-163-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:01:32.566Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:01:32.567Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:01:32.569Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:01:32.569Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||try to send status { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:01:32.669Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:01:32.670Z||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-14T08:01:32.670Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:01:32.686Z||pool-164-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:01:32.687Z||pool-164-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:01:33.569Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:01:33.573Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:01:33.576Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:01:33.576Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||try to send status { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:01:33.676Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:01:33.677Z||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-14T08:01:33.677Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:01:33.692Z||pool-165-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:01:33.692Z||pool-165-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:01:34.577Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:01:34.578Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:01:34.580Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:01:34.580Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||try to send status { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:01:34.681Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-14T08:01:34.682Z||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-14T08:01:34.683Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:01:34.698Z||pool-166-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:01:34.699Z||pool-166-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-04-14T08:01:35.582Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:01:35.582Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:01:35.585Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:01:35.585Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||try to send status { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:01:35.685Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:01:35.686Z||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-14T08:01:35.686Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:01:35.702Z||pool-167-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:01:35.702Z||pool-167-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:01:36.586Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:01:36.587Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:01:36.589Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:01:36.589Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||try to send status { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:01:36.690Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:01:36.691Z||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-14T08:01:36.691Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:01:36.705Z||pool-168-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:01:36.706Z||pool-168-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-14T08:01:37.591Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||sending notification to client: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "serviceName": "Demo_pNF_HaInJSd3WuoLRM5sn78N", "serviceVersion": "1.0", "serviceUUID": "3d2dcf4c-2b5c-48a9-ac2e-0ad0dbb711a6", "serviceDescription": "catalog service description", "serviceInvariantUUID": "fe957b1f-2af8-4bae-9c7a-10f3d294f3a2", "resources": [ { "resourceInstanceName": "pNF 334c1bd9-eac6 0", "resourceCustomizationUUID": "8ca02b88-30eb-4c55-b1f8-43d8f62c3a0c", "resourceName": "pNF 334c1bd9-eac6", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "edc79cfc-5af7-407b-a0be-652bae5b2b5f", "resourceInvariantUUID": "2e74964b-1315-4e7c-97b7-688c66385109", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfHainjsd3wuolrm5sn78n-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-csar.csar", "artifactChecksum": "YjgxYzNhNmUwNjQ2YjBkNTc4Y2FmMjlhYjhkZjZlZGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "98c4fd8f-78ac-4af3-9189-0affde7135b8" } ], "workloadContext": "Production" } 2022-04-14T08:01:37.591Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-14T08:01:37.591Z|47604198-b6ff-4cf0-8684-57ddf119af76|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3d2dcf4c-2b5c-48a9-ac2e-0ad0dbb711a6 ASDC 2022-04-14T08:01:37.592Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||ASDC Notification: DistributionID:295ceb7b-be81-4fe9-816e-c7f70fae1d83 ServiceName:Demo_pNF_HaInJSd3WuoLRM5sn78N ServiceVersion:1.0 ServiceUUID:3d2dcf4c-2b5c-48a9-ac2e-0ad0dbb711a6 ServiceInvariantUUID:fe957b1f-2af8-4bae-9c7a-10f3d294f3a2 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfHainjsd3wuolrm5sn78n-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-csar.csar ArtifactUUID:98c4fd8f-78ac-4af3-9189-0affde7135b8 ArtifactChecksum:YjgxYzNhNmUwNjQ2YjBkNTc4Y2FmMjlhYjhkZjZlZGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 334c1bd9-eac6 0 ResourceCustomizationUUID:8ca02b88-30eb-4c55-b1f8-43d8f62c3a0c ResourceInvariantUUID:2e74964b-1315-4e7c-97b7-688c66385109 ResourceName:pNF 334c1bd9-eac6 ResourceType:PNF ResourceUUID:edc79cfc-5af7-407b-a0be-652bae5b2b5f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-14T08:01:37.592Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3d2dcf4c-2b5c-48a9-ac2e-0ad0dbb711a6 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=? 2022-04-14T08:01:37.605Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@4dba5640 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=4857) 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 org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569) at jdk.internal.reflect.GeneratedMethodAccessor207.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.$Proxy217.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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) ... 82 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) ... 83 common frames omitted 2022-04-14T08:01:37.607Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-14T08:01:37.608Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|ERROR|500||(conn=4857) WSREP has not yet prepared node for application use 2022-04-14T08:01:37.609Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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 org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569) at jdk.internal.reflect.GeneratedMethodAccessor207.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.$Proxy217.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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=4857) 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) ... 77 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) ... 82 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) ... 83 common frames omitted 2022-04-14T08:01:37.611Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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 org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569) at jdk.internal.reflect.GeneratedMethodAccessor207.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.$Proxy217.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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) ... 46 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=4857) 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) ... 77 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) ... 82 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) ... 83 common frames omitted 2022-04-14T08:01:37.612Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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.$Proxy217.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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) ... 28 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) ... 31 common frames omitted 2022-04-14T08:01:37.612Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 295ceb7b-be81-4fe9-816e-c7f70fae1d83 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-14T08:01:37.617Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@b0493a0 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=4869) 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.GeneratedMethodAccessor206.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-14T08:01:37.618Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-14T08:01:37.618Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|ERROR|500||(conn=4869) WSREP has not yet prepared node for application use 2022-04-14T08:01:37.620Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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-14T08:01:37.620Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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.GeneratedMethodAccessor206.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=4869) 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-14T08:01:37.621Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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.GeneratedMethodAccessor206.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=4869) 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-14T08:01:37.621Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Exception caused by: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 2022-04-14T08:01:37.621Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 295ceb7b-be81-4fe9-816e-c7f70fae1d83 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-14T08:01:37.621Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-14T08:01:37.621Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:01:37.623Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:01:37.623Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||try to send status { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923297621, "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-14T08:01:37.724Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-14T08:01:37.725Z||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-14T08:01:37.725Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:01:37.745Z||pool-169-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:01:37.745Z||pool-169-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=? 2022-04-14T08:01:38.631Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@12e743d1 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=4876) 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.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.save(Unknown Source) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:738) 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-14T08:01:38.631Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-14T08:01:38.632Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|ERROR|500||(conn=4876) WSREP has not yet prepared node for application use 2022-04-14T08:01:38.634Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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.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.save(Unknown Source) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:738) 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=4876) 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-14T08:01:38.635Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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.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.save(Unknown Source) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:738) 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=4876) 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-14T08:01:38.642Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|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-14T08:01:38.643Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|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.save(Unknown Source) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:738) 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-14T08:02:24.105Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:02:24.106Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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-14T08:02:24.106Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:02:24.108Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:02:24.109Z||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-14T08:02:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:02:24.144Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:02:24.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T08:02:24.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "clamp", "timestamp": 1649923284668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:02:24.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T08:02:33.682Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:03:24.105Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:03:24.105Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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-14T08:03:24.106Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:03:24.108Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:03:24.109Z||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-14T08:03:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:03:24.134Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:03:24.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T08:03:24.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "policy-id", "timestamp": 1649923283363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:03:24.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T08:03:24.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T08:03:24.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:03:24.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T08:03:33.666Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:04:24.105Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:04:24.106Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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-14T08:04:24.106Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:04:24.108Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:04:24.109Z||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-14T08:04:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:04:24.645Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:04:24.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "ves-openapi-manager", "timestamp": 1649923282794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "clamp", "timestamp": 1649923284668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "policy-id", "timestamp": 1649923283363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "cds", "timestamp": 1649923289958, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "clamp", "timestamp": 1649923284668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "ves-openapi-manager", "timestamp": 1649923282794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "policy-id", "timestamp": 1649923283363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "aai-ml", "timestamp": 1649923291584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "cds", "timestamp": 1649923289958, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "ves-openapi-manager", "timestamp": 1649923282794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "clamp", "timestamp": 1649923284668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "policy-id", "timestamp": 1649923283363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "aai-ml", "timestamp": 1649923291584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "cds", "timestamp": 1649923289958, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "ves-openapi-manager", "timestamp": 1649923282794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "clamp", "timestamp": 1649923284668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "policy-id", "timestamp": 1649923283363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "aai-ml", "timestamp": 1649923291584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "cds", "timestamp": 1649923289958, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "ves-openapi-manager", "timestamp": 1649923282794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-14T08:04:24.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "clamp", "timestamp": 1649923284668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "policy-id", "timestamp": 1649923283363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "multicloud-k8s-id", "timestamp": 1649923293428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "aai-ml", "timestamp": 1649923291584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "cds", "timestamp": 1649923289958, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "ves-openapi-manager", "timestamp": 1649923282794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "clamp", "timestamp": 1649923284668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "policy-id", "timestamp": 1649923283363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "multicloud-k8s-id", "timestamp": 1649923293428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "aai-ml", "timestamp": 1649923291584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "cds", "timestamp": 1649923289958, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "ves-openapi-manager", "timestamp": 1649923282794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "clamp", "timestamp": 1649923284668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:04:24.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "policy-id", "timestamp": 1649923283363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:04:24.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:04:24.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "multicloud-k8s-id", "timestamp": 1649923293428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "aai-ml", "timestamp": 1649923291584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "cds", "timestamp": 1649923289958, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923297621, "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-14T08:04:24.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:04:24.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "ves-openapi-manager", "timestamp": 1649923298066, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T08:04:24.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:04:24.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "policy-id", "timestamp": 1649923296981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:04:24.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:04:24.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "multicloud-k8s-id", "timestamp": 1649923293428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "aai-ml", "timestamp": 1649923291584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "cds", "timestamp": 1649923289958, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:04:24.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "ves-openapi-manager", "timestamp": 1649923299119, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-14T08:04:24.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:04:24.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "policy-id", "timestamp": 1649923297986, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:04:24.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:04:24.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "multicloud-k8s-id", "timestamp": 1649923293428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "aai-ml", "timestamp": 1649923291584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:04:24.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "ves-openapi-manager", "timestamp": 1649923300123, "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-14T08:04:24.690Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 295ceb7b-be81-4fe9-816e-c7f70fae1d83 2022-04-14T08:04:24.690Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 295ceb7b-be81-4fe9-816e-c7f70fae1d83 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-14T08:04:24.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "cds", "timestamp": 1649923298994, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:04:24.699Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:04:24.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "policy-id", "timestamp": 1649923298988, "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-14T08:04:24.704Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 295ceb7b-be81-4fe9-816e-c7f70fae1d83 2022-04-14T08:04:24.704Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 295ceb7b-be81-4fe9-816e-c7f70fae1d83 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-14T08:04:24.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "multicloud-k8s-id", "timestamp": 1649923293428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "aai-ml", "timestamp": 1649923300728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:04:24.716Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:04:24.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "cds", "timestamp": 1649923300000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-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-14T08:04:24.722Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 295ceb7b-be81-4fe9-816e-c7f70fae1d83 2022-04-14T08:04:24.723Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 295ceb7b-be81-4fe9-816e-c7f70fae1d83 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-14T08:04:24.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "multicloud-k8s-id", "timestamp": 1649923293428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "multicloud-k8s-id", "timestamp": 1649923293428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:04:24.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "clamp", "timestamp": 1649923305408, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:04:24.732Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:04:24.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "aai-ml", "timestamp": 1649923306582, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-14T08:04:24.732Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:04:24.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923306129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "aai-ml", "timestamp": 1649923307586, "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-14T08:04:24.746Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 295ceb7b-be81-4fe9-816e-c7f70fae1d83 2022-04-14T08:04:24.746Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 295ceb7b-be81-4fe9-816e-c7f70fae1d83 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-14T08:04:24.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "clamp", "timestamp": 1649923307419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:04:24.757Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:04:24.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923306129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.757Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "clamp", "timestamp": 1649923308425, "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-14T08:04:24.762Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 295ceb7b-be81-4fe9-816e-c7f70fae1d83 2022-04-14T08:04:24.762Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 295ceb7b-be81-4fe9-816e-c7f70fae1d83 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-14T08:04:24.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923306129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923306129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923306129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923306129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/resourceInstances/pnf334c1bd9eac60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923306129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:24.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923306129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:04:24.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:04:24.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923315215, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:04:24.774Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:04:24.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923317845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHainjsd3wuolrm5sn78n/1.0/artifacts/service-DemoPnfHainjsd3wuolrm5sn78n-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:04:24.774Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:04:24.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:04:24.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "295ceb7b-be81-4fe9-816e-c7f70fae1d83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923318853, "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-14T08:04:24.779Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 295ceb7b-be81-4fe9-816e-c7f70fae1d83 2022-04-14T08:04:24.779Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 295ceb7b-be81-4fe9-816e-c7f70fae1d83 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-14T08:04:33.965Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:04:33.966Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||received message from topic 2022-04-14T08:04:33.966Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"ce0c8798-2936-47f5-8353-486827dd28a9","serviceName":"vFW 2022-04-14 08-01-13","serviceVersion":"1.0","serviceUUID":"893f5434-0f7a-441b-b7cd-e2509e679877","serviceDescription":"catalog service description","serviceInvariantUUID":"e9692b9d-76f5-4533-8755-00b70eaeba35","resources":[{"resourceInstanceName":"vFW a732981c-4219 0","resourceName":"vFW a732981c-4219","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ff7c1b9-ca45-4c41-ad94-7a3d6df7d257","resourceInvariantUUID":"144d02fb-a2af-4bee-bacf-f07c3837b2b7","resourceCustomizationUUID":"1c1b0b81-da71-45a6-af13-c6df87c24fbf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vf-license-model.xml","artifactChecksum":"ZGEyNmFhOWMyNjU5ZTZlZTAzMzFmMDQ1MjRhMDI2YTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"17a0a3fc-57b1-4007-bca9-09b86a4124b6","artifactVersion":"1"},{"artifactName":"vfwa732981c42190_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vfwa732981c42190_modules.json","artifactChecksum":"MzljMmJkZWM1M2UxMTMwZDNiY2RmMzA3MmI0Y2I1Yzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"90e14da8-f890-4901-97cd-674dc2098ad5","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f7cddd8c-e776-45be-9337-4002ee79dc96","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vendor-license-model.xml","artifactChecksum":"ZWMzM2Q0MzYzYTMxMjhmMGRhMGM5NmIyYTQzODM2NWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"43360cd1-9e55-47b2-ac82-3a467419a37e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"307645a3-2d7a-4527-bca5-250de5cc6559","artifactVersion":"3","generatedFromUUID":"f7cddd8c-e776-45be-9337-4002ee79dc96"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220414080113-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-template.yml","artifactChecksum":"MjhiMWFhZmE3NWI0ZWI3MjQxNzJkZjBlNzJiZTMyNjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c4fa6746-063b-4c96-a1c8-dedb43a3d3ee","artifactVersion":"1"},{"artifactName":"service-Vfw20220414080113-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar","artifactChecksum":"YmQ0MTI0MWQzN2M3OWU3ZjRmOWQ5MmFhMmYyZWZmZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ef77808-7820-4b3a-aa40-0238b0e0e810","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-14T08:04:33.968Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:04:33.968Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:04:33.970Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:04:33.970Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||try to send status { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923464105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:34.071Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:04:34.072Z||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-14T08:04:34.072Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:04:34.088Z||pool-170-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:04:34.089Z||pool-170-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:04:34.971Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:04:34.971Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:04:34.973Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:04:34.973Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||try to send status { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923464105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vfwa732981c42190_modules.json", "status": "NOTIFIED" } 2022-04-14T08:04:35.077Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-04-14T08:04:35.078Z||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-14T08:04:35.078Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:04:35.096Z||pool-171-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:04:35.097Z||pool-171-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:04:35.974Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:04:35.975Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:04:35.978Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:04:35.978Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||try to send status { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923464105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T08:04:36.078Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:04:36.082Z||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-14T08:04:36.082Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:04:36.117Z||pool-172-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:04:36.117Z||pool-172-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:04:36.980Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:04:36.981Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:04:36.983Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:04:36.983Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||try to send status { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923464105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:37.083Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:04:37.084Z||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-14T08:04:37.085Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:04:37.098Z||pool-173-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:04:37.099Z||pool-173-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:04:37.983Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:04:37.984Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:04:37.986Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:04:37.986Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||try to send status { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923464105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-14T08:04:38.087Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-14T08:04:38.088Z||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-14T08:04:38.088Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:04:38.103Z||pool-174-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:04:38.104Z||pool-174-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:04:38.987Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:04:38.988Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:04:38.990Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:04:38.990Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||try to send status { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923464105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:04:39.090Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:04:39.092Z||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-14T08:04:39.092Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:04:39.106Z||pool-175-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:04:39.107Z||pool-175-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-04-14T08:04:39.991Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:04:39.991Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:04:39.994Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:04:39.994Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||try to send status { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923464105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:04:40.094Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:04:40.095Z||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-14T08:04:40.095Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:04:40.110Z||pool-176-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:04:40.111Z||pool-176-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:04:40.996Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||sending notification to client: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "serviceName": "vFW 2022-04-14 08-01-13", "serviceVersion": "1.0", "serviceUUID": "893f5434-0f7a-441b-b7cd-e2509e679877", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e9692b9d-76f5-4533-8755-00b70eaeba35", "resources": [ { "resourceInstanceName": "vFW a732981c-4219 0", "resourceCustomizationUUID": "1c1b0b81-da71-45a6-af13-c6df87c24fbf", "resourceName": "vFW a732981c-4219", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8ff7c1b9-ca45-4c41-ad94-7a3d6df7d257", "resourceInvariantUUID": "144d02fb-a2af-4bee-bacf-f07c3837b2b7", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwa732981c42190_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vfwa732981c42190_modules.json", "artifactChecksum": "MzljMmJkZWM1M2UxMTMwZDNiY2RmMzA3MmI0Y2I1Yzg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "90e14da8-f890-4901-97cd-674dc2098ad5", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f7cddd8c-e776-45be-9337-4002ee79dc96", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "307645a3-2d7a-4527-bca5-250de5cc6559", "generatedFromUUID": "f7cddd8c-e776-45be-9337-4002ee79dc96" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "307645a3-2d7a-4527-bca5-250de5cc6559", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220414080113-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar", "artifactChecksum": "YmQ0MTI0MWQzN2M3OWU3ZjRmOWQ5MmFhMmYyZWZmZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1ef77808-7820-4b3a-aa40-0238b0e0e810" } ], "workloadContext": "Production" } 2022-04-14T08:04:40.997Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-14T08:04:40.997Z|295ceb7b-be81-4fe9-816e-c7f70fae1d83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 893f5434-0f7a-441b-b7cd-e2509e679877 ASDC 2022-04-14T08:04:40.998Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||ASDC Notification: DistributionID:ce0c8798-2936-47f5-8353-486827dd28a9 ServiceName:vFW 2022-04-14 08-01-13 ServiceVersion:1.0 ServiceUUID:893f5434-0f7a-441b-b7cd-e2509e679877 ServiceInvariantUUID:e9692b9d-76f5-4533-8755-00b70eaeba35 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220414080113-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar ArtifactUUID:1ef77808-7820-4b3a-aa40-0238b0e0e810 ArtifactChecksum:YmQ0MTI0MWQzN2M3OWU3ZjRmOWQ5MmFhMmYyZWZmZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW a732981c-4219 0 ResourceCustomizationUUID:1c1b0b81-da71-45a6-af13-c6df87c24fbf ResourceInvariantUUID:144d02fb-a2af-4bee-bacf-f07c3837b2b7 ResourceName:vFW a732981c-4219 ResourceType:VF ResourceUUID:8ff7c1b9-ca45-4c41-ad94-7a3d6df7d257 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwa732981c42190_modules.json ArtifactVersion:2 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vfwa732981c42190_modules.json ArtifactUUID:90e14da8-f890-4901-97cd-674dc2098ad5 ArtifactChecksum:MzljMmJkZWM1M2UxMTMwZDNiY2RmMzA3MmI0Y2I1Yzg= 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/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/base_vfw.yaml ArtifactUUID:f7cddd8c-e776-45be-9337-4002ee79dc96 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/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/base_vfw.env ArtifactUUID:307645a3-2d7a-4527-bca5-250de5cc6559 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/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/base_vfw.env ArtifactUUID:307645a3-2d7a-4527-bca5-250de5cc6559 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-14T08:04:40.998Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 893f5434-0f7a-441b-b7cd-e2509e679877 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-14T08:04:41.031Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T08:04:41.032Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||MSO config path is: /app 2022-04-14T08:04:41.032Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||MSO config path is: /app 2022-04-14T08:04:41.033Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||Trying to download the artifact UUID: 1ef77808-7820-4b3a-aa40-0238b0e0e810 from URL: /sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar 2022-04-14T08:04:41.033Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - download 2022-04-14T08:04:41.034Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar 2022-04-14T08:04:41.731Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T08:04:41.735Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar 1ef77808-7820-4b3a-aa40-0238b0e0e810 98968 2022-04-14T08:04:41.736Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar ASDC sendASDCNotification 2022-04-14T08:04:41.736Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar 2022-04-14T08:04:41.736Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T08:04:41.737Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:04:41.739Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:04:41.739Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||try to send status { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923481736, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:04:41.839Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:04:41.840Z||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-14T08:04:41.840Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:04:41.853Z||pool-177-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:04:41.854Z||pool-177-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:04:42.739Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T08:04:42.740Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||MSO config path is: /app 2022-04-14T08:04:42.741Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||Trying to write artifact UUID: 1ef77808-7820-4b3a-aa40-0238b0e0e810, URL: /sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar to file: /app/ASDC/1/service-Vfw20220414080113-csar.csar 2022-04-14T08:04:42.741Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220414080113-csar.csar 2022-04-14T08:04:42.741Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220414080113-csar.csar 2022-04-14T08:04:42.742Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220414080113-csar.csar 2022-04-14T08:04:42.998Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13834562802612928922/Definitions/service-Vfw20220414080113-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-14T08:04:45.557Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-14T08:04:45.559Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|WARN|500||#################################################################################################### 2022-04-14T08:04:45.559Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220414080113-csar.csar 2022-04-14T08:04:45.559Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-14T08:04:45.559Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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-Vfw20220414080113-csar.csar 2022-04-14T08:04:45.559Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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-Vfw20220414080113-csar.csar 2022-04-14T08:04:45.559Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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-Vfw20220414080113-csar.csar 2022-04-14T08:04:45.559Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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-Vfw20220414080113-csar.csar 2022-04-14T08:04:45.560Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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-Vfw20220414080113-csar.csar 2022-04-14T08:04:45.560Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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-Vfw20220414080113-csar.csar 2022-04-14T08:04:45.560Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a732981c-4219 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-Vfw20220414080113-csar.csar 2022-04-14T08:04:45.560Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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-Vfw20220414080113-csar.csar 2022-04-14T08:04:45.560Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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-Vfw20220414080113-csar.csar 2022-04-14T08:04:45.560Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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-Vfw20220414080113-csar.csar 2022-04-14T08:04:45.561Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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-Vfw20220414080113-csar.csar 2022-04-14T08:04:45.561Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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-Vfw20220414080113-csar.csar 2022-04-14T08:04:45.561Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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-Vfw20220414080113-csar.csar 2022-04-14T08:04:45.561Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|WARN|500||#################################################################################################### 2022-04-14T08:04:45.561Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:04:45.562Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Service vFW 2022-04-14 08-01-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:04:45.562Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vFW a732981c-4219 0 is matching search criteria 2022-04-14T08:04:45.562Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Search for entities recursively 2022-04-14T08:04:45.564Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Found topology templates [vFW a732981c-4219 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T08:04:45.564Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:04:45.564Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Service vFW 2022-04-14 08-01-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:04:45.564Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vFW a732981c-4219 0 is matching search criteria 2022-04-14T08:04:45.564Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Search for entities recursively 2022-04-14T08:04:45.565Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Found topology templates [vFW a732981c-4219 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T08:04:45.565Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:04:45.565Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Service vFW 2022-04-14 08-01-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:04:45.566Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:04:45.566Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vFW a732981c-4219 0 is not matching search criteria 2022-04-14T08:04:45.566Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T08:04:45.566Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T08:04:45.566Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T08:04:45.566Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T08:04:45.567Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:04:45.567Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T08:04:45.567Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:04:45.567Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T08:04:45.567Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T08:04:45.567Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:04:45.568Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T08:04:45.568Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T08:04:45.568Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T08:04:45.568Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T08:04:45.568Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:04:45.568Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-14T08:04:45.569Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:04:45.569Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Service vFW 2022-04-14 08-01-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-14T08:04:45.569Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:04:45.569Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vFW a732981c-4219 0 is matching search criteria 2022-04-14T08:04:45.569Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Found topology templates [vFW a732981c-4219 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T08:04:45.570Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:04:45.570Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vFW a732981c-4219 0 is matching search criteria 2022-04-14T08:04:45.571Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Found topology templates [vFW a732981c-4219 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T08:04:45.571Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:04:45.571Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vFW a732981c-4219 0 is matching search criteria 2022-04-14T08:04:45.571Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Found topology templates [vFW a732981c-4219 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T08:04:45.571Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:04:45.571Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vFW a732981c-4219 0 is not matching search criteria 2022-04-14T08:04:45.572Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T08:04:45.572Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T08:04:45.572Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-14T08:04:45.572Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T08:04:45.572Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T08:04:45.572Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:04:45.572Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T08:04:45.573Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T08:04:45.573Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T08:04:45.573Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T08:04:45.573Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:04:45.573Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1e5b8083-3473-4721-8b5e-0e825c663053 2022-04-14T08:04:45.574Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:04:45.574Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vFW a732981c-4219 0 is not matching search criteria 2022-04-14T08:04:45.574Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T08:04:45.574Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T08:04:45.574Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T08:04:45.574Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T08:04:45.575Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:04:45.575Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T08:04:45.575Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:04:45.575Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-14T08:04:45.575Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T08:04:45.576Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T08:04:45.576Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T08:04:45.576Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:04:45.576Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e374f587-85a9-4c55-93d1-75a3a42b16fd 2022-04-14T08:04:45.576Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:04:45.577Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vFW a732981c-4219 0 is not matching search criteria 2022-04-14T08:04:45.577Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T08:04:45.577Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T08:04:45.577Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T08:04:45.577Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T08:04:45.577Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:04:45.578Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T08:04:45.578Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:04:45.578Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T08:04:45.578Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T08:04:45.578Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:04:45.579Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T08:04:45.579Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-14T08:04:45.579Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ff4b4872-577f-4fbc-aef8-6d79f85f23d0 2022-04-14T08:04:45.579Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:04:45.579Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Service vFW 2022-04-14 08-01-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:04:45.580Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:04:45.580Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Service vFW 2022-04-14 08-01-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:04:45.580Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:04:45.580Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Service vFW 2022-04-14 08-01-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:04:45.580Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:04:45.580Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Service vFW 2022-04-14 08-01-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:04:45.581Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-14 08-01-13 Description:catalog service description Model UUID:893f5434-0f7a-441b-b7cd-e2509e679877 Model Version:NULL Model InvariantUuid:e9692b9d-76f5-4533-8755-00b70eaeba35 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW a732981c-4219 Model UUID:70656c24-845b-4631-a52f-770572a0262c Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:144d02fb-a2af-4bee-bacf-f07c3837b2b7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1c1b0b81-da71-45a6-af13-c6df87c24fbf NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c64a7cad-7bea-4c4e-99f9-fd5fb82ac3e6 ModelName:VfwA732981c4219..base_vfw..module-0 ModelUuid:975bc485-a6d7-4827-b1b3-4677bb898d96 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1e5b8083-3473-4721-8b5e-0e825c663053 ModelInvariantUuid:d34d97d1-a8bb-451b-99e4-40ed3a6c72af ModelName:vFW a732981c-4219-nodes.vfwCvfc ModelUuid:f18212cc-8626-4568-a092-45beef0d7c19 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:b5c0cfb1-e972-470c-82e8-13f6aebd809b ModelInvariantUuid:f24d9c3f-0fc7-4e29-86ba-7124bd4e4770 ModelName:VfwA732981c4219.compute.nodes.heat.vfw ModelUuid:8e7f2bb7-fb0e-4783-84a2-481d3c99e378 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e374f587-85a9-4c55-93d1-75a3a42b16fd ModelInvariantUuid:0f4a9819-c00d-4a35-8fc3-d6725699dbd0 ModelName:vFW a732981c-4219-nodes.vsnCvfc ModelUuid:7d1dae79-f14d-477e-a0fc-a1319af07643 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:48cfea47-90ff-44fc-b734-886cc64245c1 ModelInvariantUuid:dcde353e-7bd8-421f-b77f-518739d00f08 ModelName:VfwA732981c4219.compute.nodes.heat.vsn ModelUuid:d9bf84a5-8604-41ab-aa72-fba2ac34c8b6 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ff4b4872-577f-4fbc-aef8-6d79f85f23d0 ModelInvariantUuid:81e77acd-c6dc-4279-92e9-cb4c84d8b2e9 ModelName:vFW a732981c-4219-nodes.vpgCvfc ModelUuid:46f69a48-cdd7-4fe4-8312-46374faeb33d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:1da5e220-28c7-4b7f-887a-a70265ffc9bf ModelInvariantUuid:7cd321e8-527d-4985-95c0-0d56c124c2e3 ModelName:VfwA732981c4219.compute.nodes.heat.vpg ModelUuid:ba95ab3e-7d89-4be1-bd2e-6bcec4c69e04 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-14T08:04:45.587Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@4e43e66e marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=4850) 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.GeneratedMethodAccessor184.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.GeneratedMethodAccessor180.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) ... 73 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) ... 74 common frames omitted 2022-04-14T08:04:45.588Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-14T08:04:45.588Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|ERROR|500||(conn=4850) WSREP has not yet prepared node for application use 2022-04-14T08:04:45.590Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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.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.GeneratedMethodAccessor184.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.GeneratedMethodAccessor180.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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=4850) 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) ... 68 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) ... 73 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) ... 74 common frames omitted 2022-04-14T08:04:45.592Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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.SessionImpl.find(SessionImpl.java:3357) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) at jdk.internal.reflect.GeneratedMethodAccessor184.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.GeneratedMethodAccessor180.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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.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) ... 47 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=4850) 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) ... 68 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) ... 73 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) ... 74 common frames omitted 2022-04-14T08:04:45.592Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) ... 30 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) ... 33 common frames omitted 2022-04-14T08:04:45.592Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: ce0c8798-2936-47f5-8353-486827dd28a9 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-14T08:04:45.600Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ce0c8798-2936-47f5-8353-486827dd28a9 and serviceModelVersionId: 893f5434-0f7a-441b-b7cd-e2509e679877 2022-04-14T08:04:45.600Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e9692b9d-76f5-4533-8755-00b70eaeba35 2022-04-14T08:04:45.601Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0 2022-04-14T08:04:45.609Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf5eb5d8-8e5c-470b-b4f7-5d15adbab1a0/model-vers/model-ver/d9468fc8-90be-40d5-a85b-dd907c1037ca?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-14T08:04:45.669Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Invoke 2022-04-14T08:04:45.670Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ce0c8798-2936-47f5-8353-486827dd28a9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[293f92b3-afb4-43ac-80be-fff78c9c52fd], X-ECOMP-RequestID=[ce0c8798-2936-47f5-8353-486827dd28a9], X-TransactionId=[], X-ONAP-RequestID=[ce0c8798-2936-47f5-8353-486827dd28a9], Content-Type=[application/merge-patch+json]} 2022-04-14T08:04:47.210Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Invoke 2022-04-14T08:04:47.211Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ce0c8798-2936-47f5-8353-486827dd28a9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ee6d5b24-b789-48a0-99fe-824d13bf28a0], X-ECOMP-RequestID=[ce0c8798-2936-47f5-8353-486827dd28a9], X-TransactionId=[], X-ONAP-RequestID=[ce0c8798-2936-47f5-8353-486827dd28a9], Content-Type=[application/merge-patch+json]} 2022-04-14T08:04:48.746Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Invoke 2022-04-14T08:04:48.747Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ce0c8798-2936-47f5-8353-486827dd28a9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[132eb9ac-c608-44f0-867c-c4b069060d5d], X-ECOMP-RequestID=[ce0c8798-2936-47f5-8353-486827dd28a9], X-TransactionId=[], X-ONAP-RequestID=[ce0c8798-2936-47f5-8353-486827dd28a9], Content-Type=[application/merge-patch+json]} 2022-04-14T08:04:49.782Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T08:04:49.782Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?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: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: 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-14T08:04:49.783Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Exception in executePatchAAI(): {} java.lang.Exception: javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 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: 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) ... 9 common frames omitted 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-14T08:04:49.783Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T08:04:49.783Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ce0c8798-2936-47f5-8353-486827dd28a9 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-14T08:04:49.784Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-14T08:04:49.784Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:04:49.786Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:04:49.786Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||try to send status { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923489783, "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-14T08:04:49.886Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:04:49.887Z||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-14T08:04:49.887Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:04:49.908Z||pool-178-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:04:49.909Z||pool-178-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-14T08:05:24.105Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:05:24.105Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?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-14T08:05:24.106Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:05:24.108Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:05:24.109Z||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-14T08:05:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:05:24.794Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:05:24.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923464105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "cds", "timestamp": 1649923469957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "clamp", "timestamp": 1649923464668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "policy-id", "timestamp": 1649923463363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "aai-ml", "timestamp": 1649923471585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923464105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vfwa732981c42190_modules.json", "status": "NOTIFIED" } 2022-04-14T08:05:24.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "cds", "timestamp": 1649923469957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vfwa732981c42190_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "clamp", "timestamp": 1649923464668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vfwa732981c42190_modules.json", "status": "NOTIFIED" } 2022-04-14T08:05:24.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "multicloud-k8s-id", "timestamp": 1649923473428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "policy-id", "timestamp": 1649923463363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vfwa732981c42190_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "aai-ml", "timestamp": 1649923471585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vfwa732981c42190_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923464105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T08:05:24.804Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "multicloud-k8s-id", "timestamp": 1649923473428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vfwa732981c42190_modules.json", "status": "NOTIFIED" } 2022-04-14T08:05:24.804Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "cds", "timestamp": 1649923469957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.804Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "clamp", "timestamp": 1649923464668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.804Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "policy-id", "timestamp": 1649923463363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T08:05:24.805Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "aai-ml", "timestamp": 1649923471585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.805Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923464105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.805Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "cds", "timestamp": 1649923469957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.805Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "multicloud-k8s-id", "timestamp": 1649923473428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T08:05:24.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "clamp", "timestamp": 1649923464668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "policy-id", "timestamp": 1649923463363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "aai-ml", "timestamp": 1649923471585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923464105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-14T08:05:24.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.807Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "clamp", "timestamp": 1649923464668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.807Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.807Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "multicloud-k8s-id", "timestamp": 1649923473428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.807Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.807Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "cds", "timestamp": 1649923469957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.807Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "policy-id", "timestamp": 1649923463363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.808Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "aai-ml", "timestamp": 1649923471585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.808Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923464105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.808Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "clamp", "timestamp": 1649923464668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.809Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "multicloud-k8s-id", "timestamp": 1649923473428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-14T08:05:24.809Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "cds", "timestamp": 1649923469957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.809Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "policy-id", "timestamp": 1649923463363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.810Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.810Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.810Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "aai-ml", "timestamp": 1649923471585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.810Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.810Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.810Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923464105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:05:24.810Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.810Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.810Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "multicloud-k8s-id", "timestamp": 1649923473428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.811Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "clamp", "timestamp": 1649923464668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:05:24.811Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "cds", "timestamp": 1649923469957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:05:24.811Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "policy-id", "timestamp": 1649923463363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:05:24.811Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "aai-ml", "timestamp": 1649923471585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:05:24.812Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "multicloud-k8s-id", "timestamp": 1649923473428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:05:24.812Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "policy-id", "timestamp": 1649923480789, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:05:24.812Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:05:24.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923481736, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:05:24.813Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:05:24.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "cds", "timestamp": 1649923480971, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:05:24.813Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:05:24.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "aai-ml", "timestamp": 1649923481831, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:05:24.813Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:05:24.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "multicloud-k8s-id", "timestamp": 1649923481768, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vfwa732981c42190_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T08:05:24.814Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:05:24.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "policy-id", "timestamp": 1649923481794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:05:24.814Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:05:24.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "cds", "timestamp": 1649923481978, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-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-14T08:05:24.832Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ce0c8798-2936-47f5-8353-486827dd28a9 2022-04-14T08:05:24.832Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce0c8798-2936-47f5-8353-486827dd28a9 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-14T08:05:24.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "ves-openapi-manager", "timestamp": 1649923482794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "policy-id", "timestamp": 1649923482797, "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-14T08:05:24.850Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ce0c8798-2936-47f5-8353-486827dd28a9 2022-04-14T08:05:24.851Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce0c8798-2936-47f5-8353-486827dd28a9 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-14T08:05:24.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "ves-openapi-manager", "timestamp": 1649923482794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vfwa732981c42190_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "multicloud-k8s-id", "timestamp": 1649923483284, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T08:05:24.862Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:05:24.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "ves-openapi-manager", "timestamp": 1649923482794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "multicloud-k8s-id", "timestamp": 1649923484487, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-14T08:05:24.863Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:05:24.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "ves-openapi-manager", "timestamp": 1649923482794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "multicloud-k8s-id", "timestamp": 1649923485539, "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-14T08:05:24.869Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ce0c8798-2936-47f5-8353-486827dd28a9 2022-04-14T08:05:24.869Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce0c8798-2936-47f5-8353-486827dd28a9 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-14T08:05:24.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "ves-openapi-manager", "timestamp": 1649923482794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.879Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923486130, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.880Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "multicloud-k8s-id", "timestamp": 1649923486543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vfwa732981c42190_modules.json", "status": "DEPLOY_OK" } 2022-04-14T08:05:24.880Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:05:24.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923486130, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vfwa732981c42190_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.891Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "ves-openapi-manager", "timestamp": 1649923482794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.891Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "ves-openapi-manager", "timestamp": 1649923482794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923486130, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "clamp", "timestamp": 1649923489451, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:05:24.892Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:05:24.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923489783, "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-14T08:05:24.893Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:05:24.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923486130, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923486130, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/resourceInstances/vfwa732981c42190/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "clamp", "timestamp": 1649923491467, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:05:24.894Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:05:24.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923486130, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:05:24.894Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "clamp", "timestamp": 1649923492475, "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-14T08:05:24.901Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ce0c8798-2936-47f5-8353-486827dd28a9 2022-04-14T08:05:24.902Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce0c8798-2936-47f5-8353-486827dd28a9 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-14T08:05:24.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "aai-ml", "timestamp": 1649923492984, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-14T08:05:24.912Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:05:24.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923486130, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:05:24.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:05:24.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "aai-ml", "timestamp": 1649923493988, "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-14T08:05:24.919Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ce0c8798-2936-47f5-8353-486827dd28a9 2022-04-14T08:05:24.920Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce0c8798-2936-47f5-8353-486827dd28a9 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-14T08:05:24.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923494139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:05:24.939Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:05:24.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923499548, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414080113/1.0/artifacts/service-Vfw20220414080113-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:05:24.940Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:05:24.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:05:24.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce0c8798-2936-47f5-8353-486827dd28a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923500558, "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-14T08:05:24.958Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ce0c8798-2936-47f5-8353-486827dd28a9 2022-04-14T08:05:24.959Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce0c8798-2936-47f5-8353-486827dd28a9 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-14T08:05:33.746Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:06:24.105Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:06:24.106Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?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-14T08:06:24.106Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:06:24.109Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:06:24.109Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?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-14T08:06:24.109Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:06:33.673Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:06:33.681Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:07:24.107Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:07:24.108Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?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-14T08:07:24.108Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:07:24.108Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:07:24.109Z||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-14T08:07:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:07:33.685Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:07:33.686Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:08:24.105Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:08:24.106Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?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-14T08:08:24.106Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:08:24.108Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:08:24.109Z||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-14T08:08:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:08:33.669Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:08:33.669Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:09:24.105Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:09:24.109Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:09:24.109Z||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-14T08:09:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:09:24.110Z||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-14T08:09:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:09:33.683Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:09:33.684Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:10:24.105Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:10:24.106Z||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-14T08:10:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:10:24.109Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:10:24.109Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?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-14T08:10:24.110Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:10:33.675Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:10:33.675Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:11:24.105Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:11:24.107Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?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-14T08:11:24.107Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:11:24.109Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:11:24.109Z||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-14T08:11:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:11:24.789Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:11:24.791Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||received message from topic 2022-04-14T08:11:24.791Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"e888abc8-3552-4dfc-b0e9-5c689556cd14","serviceName":"Demo_pNF_8XXNDo6T6Enxc6jh9Xa1","serviceVersion":"1.0","serviceUUID":"5322277e-1721-464b-9353-14c98f54cca4","serviceDescription":"catalog service description","serviceInvariantUUID":"a052ad34-72b6-4c2f-9d71-c61caf41740f","resources":[{"resourceInstanceName":"pNF 929a00b2-e632 0","resourceName":"pNF 929a00b2-e632","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e06aafa8-2898-4521-b6f8-886d603a13c9","resourceInvariantUUID":"795b9d5c-b5f6-4fb5-a0c7-efe46cc913c4","resourceCustomizationUUID":"bac9425d-878a-4cd8-a703-27252abe9ebb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/vf-license-model.xml","artifactChecksum":"NWYwM2U4YTg1NmVmYTQ0ZTU0MTc1YzU0MDlhZDIwNWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a7eb683c-7425-4e19-98ce-6f982a21d8a7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/pNF.csar","artifactChecksum":"MjQxNTY0NzdlN2ViNjUzM2M0Y2I3NzNmY2QyNDFiMDI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ceb35da9-21b0-4446-b897-f6c391a8ceea","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4e89b32b-6f01-43ea-99fb-94d59b1fe2c9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/vendor-license-model.xml","artifactChecksum":"YTJjNmVjYjMxOTk4ODQ1YWMwYWU2OGJhZmRiMjJmMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3fa5c8cc-5d5e-4a47-8425-803598338694","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ac79d292-2bac-4802-b1ae-704136a17b66","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ee208828-00e8-4756-94e9-1f09bf08b4ae","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf8xxndo6t6enxc6jh9xa1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-template.yml","artifactChecksum":"YmQwODA2M2FiYmQ1OTcwODdhMjI0ZTM4ODExODg1ZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6b479d91-33c2-4b17-ad5a-87466c623d8b","artifactVersion":"1"},{"artifactName":"service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar","artifactChecksum":"YmIxZGY2NDhjZjE3OTNmMjIxNjMyZGYzMDA2YmMzZWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6eeddf7d-6261-49bf-88a0-f3ffbdaef7c6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-14T08:11:24.795Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:11:24.796Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:11:24.801Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:11:24.801Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||try to send status { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923884105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:11:24.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "cds", "timestamp": 1649923844957, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923846129, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "policy-id", "timestamp": 1649923843363, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "multicloud-k8s-id", "timestamp": 1649923853428, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "cds", "timestamp": 1649923844957, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923846129, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "policy-id", "timestamp": 1649923843363, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "clamp", "timestamp": 1649923854668, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "multicloud-k8s-id", "timestamp": 1649923853428, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "cds", "timestamp": 1649923844957, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923846129, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "policy-id", "timestamp": 1649923843363, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "clamp", "timestamp": 1649923854668, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "multicloud-k8s-id", "timestamp": 1649923853428, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "cds", "timestamp": 1649923844957, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "policy-id", "timestamp": 1649923843363, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923846129, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "clamp", "timestamp": 1649923854668, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "multicloud-k8s-id", "timestamp": 1649923853428, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "cds", "timestamp": 1649923844957, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "policy-id", "timestamp": 1649923843363, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923846129, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "clamp", "timestamp": 1649923854668, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "multicloud-k8s-id", "timestamp": 1649923853428, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "cds", "timestamp": 1649923844957, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "policy-id", "timestamp": 1649923843363, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923846129, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "clamp", "timestamp": 1649923854668, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "multicloud-k8s-id", "timestamp": 1649923853428, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "cds", "timestamp": 1649923844957, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "policy-id", "timestamp": 1649923843363, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923846129, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "clamp", "timestamp": 1649923854668, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "multicloud-k8s-id", "timestamp": 1649923853428, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "cds", "timestamp": 1649923844957, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:11:24.839Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.839Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.839Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "policy-id", "timestamp": 1649923843363, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:11:24.839Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.839Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.839Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923846129, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:11:24.839Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.840Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.840Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "clamp", "timestamp": 1649923854668, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.840Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.840Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.840Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "multicloud-k8s-id", "timestamp": 1649923853428, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:11:24.840Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.840Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.840Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "aai-ml", "timestamp": 1649923861585, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.841Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.841Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.841Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "policy-id", "timestamp": 1649923861479, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:11:24.841Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:11:24.841Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.841Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "cds", "timestamp": 1649923861559, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:11:24.842Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:11:24.842Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923862199, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:11:24.842Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:11:24.842Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "clamp", "timestamp": 1649923854668, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:11:24.842Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "ves-openapi-manager", "timestamp": 1649923862794, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.843Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "aai-ml", "timestamp": 1649923861585, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.843Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "policy-id", "timestamp": 1649923862483, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:11:24.844Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:11:24.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "cds", "timestamp": 1649923862565, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-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-14T08:11:24.874Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e888abc8-3552-4dfc-b0e9-5c689556cd14 2022-04-14T08:11:24.875Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e888abc8-3552-4dfc-b0e9-5c689556cd14 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-14T08:11:24.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "ves-openapi-manager", "timestamp": 1649923862794, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "aai-ml", "timestamp": 1649923861585, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "policy-id", "timestamp": 1649923863486, "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-14T08:11:24.900Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-14T08:11:24.901Z||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-14T08:11:24.902Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:11:24.904Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e888abc8-3552-4dfc-b0e9-5c689556cd14 2022-04-14T08:11:24.905Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e888abc8-3552-4dfc-b0e9-5c689556cd14 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-14T08:11:24.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "ves-openapi-manager", "timestamp": 1649923862794, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923864902, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:11:24.916Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:11:24.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "aai-ml", "timestamp": 1649923861585, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "ves-openapi-manager", "timestamp": 1649923862794, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649923865907, "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-14T08:11:24.927Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e888abc8-3552-4dfc-b0e9-5c689556cd14 2022-04-14T08:11:24.928Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e888abc8-3552-4dfc-b0e9-5c689556cd14 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-14T08:11:24.934Z||pool-179-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:11:24.935Z||pool-179-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:11:24.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "aai-ml", "timestamp": 1649923861585, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.938Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "ves-openapi-manager", "timestamp": 1649923862794, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.939Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "aai-ml", "timestamp": 1649923861585, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.940Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.940Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.940Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "ves-openapi-manager", "timestamp": 1649923862794, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-14T08:11:24.940Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.940Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.940Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "aai-ml", "timestamp": 1649923861585, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.940Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.940Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "ves-openapi-manager", "timestamp": 1649923862794, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.941Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "aai-ml", "timestamp": 1649923861585, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:11:24.941Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "ves-openapi-manager", "timestamp": 1649923862794, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:24.941Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:11:24.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.942Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "aai-ml", "timestamp": 1649923870629, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:11:24.942Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:11:24.942Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.942Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "ves-openapi-manager", "timestamp": 1649923872160, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T08:11:24.942Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:11:24.942Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.942Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "ves-openapi-manager", "timestamp": 1649923873186, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-14T08:11:24.942Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:11:24.942Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.943Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "ves-openapi-manager", "timestamp": 1649923874190, "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-14T08:11:24.952Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e888abc8-3552-4dfc-b0e9-5c689556cd14 2022-04-14T08:11:24.952Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e888abc8-3552-4dfc-b0e9-5c689556cd14 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-14T08:11:24.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "clamp", "timestamp": 1649923873519, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:11:24.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:11:24.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "clamp", "timestamp": 1649923876521, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:11:24.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:11:24.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "aai-ml", "timestamp": 1649923877720, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-14T08:11:24.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:11:24.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "clamp", "timestamp": 1649923877525, "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-14T08:11:24.971Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e888abc8-3552-4dfc-b0e9-5c689556cd14 2022-04-14T08:11:24.971Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e888abc8-3552-4dfc-b0e9-5c689556cd14 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-14T08:11:24.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:11:24.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "aai-ml", "timestamp": 1649923878725, "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-14T08:11:24.988Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e888abc8-3552-4dfc-b0e9-5c689556cd14 2022-04-14T08:11:24.988Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e888abc8-3552-4dfc-b0e9-5c689556cd14 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-14T08:11:25.804Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:11:25.805Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:11:25.823Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:11:25.824Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||try to send status { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923884105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:25.925Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-14T08:11:25.926Z||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-14T08:11:25.926Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:11:25.961Z||pool-180-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:11:25.962Z||pool-180-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-04-14T08:11:26.825Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:11:26.826Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:11:26.831Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:11:26.835Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||try to send status { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923884105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:26.931Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-04-14T08:11:26.932Z||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-14T08:11:26.932Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:11:26.964Z||pool-181-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:11:26.964Z||pool-181-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:11:27.837Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:11:27.838Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:11:27.842Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:11:27.842Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||try to send status { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923884105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:27.955Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms 2022-04-14T08:11:27.956Z||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-14T08:11:27.956Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:11:27.976Z||pool-182-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:11:27.977Z||pool-182-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:11:28.842Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:11:28.843Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:11:28.849Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:11:28.849Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||try to send status { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923884105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:28.950Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:11:28.951Z||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-14T08:11:28.951Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:11:28.989Z||pool-183-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:11:28.990Z||pool-183-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2022-04-14T08:11:29.850Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:11:29.851Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:11:29.853Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:11:29.853Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||try to send status { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923884105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:29.953Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:11:29.954Z||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-14T08:11:29.954Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:11:29.973Z||pool-184-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:11:29.973Z||pool-184-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-04-14T08:11:30.853Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:11:30.854Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:11:30.856Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:11:30.856Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||try to send status { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923884105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:11:30.956Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T08:11:30.957Z||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-14T08:11:30.957Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:11:30.975Z||pool-185-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:11:30.975Z||pool-185-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:11:31.857Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:11:31.860Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:11:31.862Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:11:31.863Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||try to send status { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923884105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:11:31.963Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:11:31.964Z||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-14T08:11:31.965Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:11:31.977Z||pool-186-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:11:31.977Z||pool-186-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:11:32.864Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||sending notification to client: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "serviceName": "Demo_pNF_8XXNDo6T6Enxc6jh9Xa1", "serviceVersion": "1.0", "serviceUUID": "5322277e-1721-464b-9353-14c98f54cca4", "serviceDescription": "catalog service description", "serviceInvariantUUID": "a052ad34-72b6-4c2f-9d71-c61caf41740f", "resources": [ { "resourceInstanceName": "pNF 929a00b2-e632 0", "resourceCustomizationUUID": "bac9425d-878a-4cd8-a703-27252abe9ebb", "resourceName": "pNF 929a00b2-e632", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e06aafa8-2898-4521-b6f8-886d603a13c9", "resourceInvariantUUID": "795b9d5c-b5f6-4fb5-a0c7-efe46cc913c4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar", "artifactChecksum": "YmIxZGY2NDhjZjE3OTNmMjIxNjMyZGYzMDA2YmMzZWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6eeddf7d-6261-49bf-88a0-f3ffbdaef7c6" } ], "workloadContext": "Production" } 2022-04-14T08:11:32.865Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-14T08:11:32.865Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5322277e-1721-464b-9353-14c98f54cca4 ASDC 2022-04-14T08:11:32.866Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||ASDC Notification: DistributionID:e888abc8-3552-4dfc-b0e9-5c689556cd14 ServiceName:Demo_pNF_8XXNDo6T6Enxc6jh9Xa1 ServiceVersion:1.0 ServiceUUID:5322277e-1721-464b-9353-14c98f54cca4 ServiceInvariantUUID:a052ad34-72b6-4c2f-9d71-c61caf41740f ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar ArtifactUUID:6eeddf7d-6261-49bf-88a0-f3ffbdaef7c6 ArtifactChecksum:YmIxZGY2NDhjZjE3OTNmMjIxNjMyZGYzMDA2YmMzZWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 929a00b2-e632 0 ResourceCustomizationUUID:bac9425d-878a-4cd8-a703-27252abe9ebb ResourceInvariantUUID:795b9d5c-b5f6-4fb5-a0c7-efe46cc913c4 ResourceName:pNF 929a00b2-e632 ResourceType:PNF ResourceUUID:e06aafa8-2898-4521-b6f8-886d603a13c9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-14T08:11:32.866Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5322277e-1721-464b-9353-14c98f54cca4 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-14T08:11:32.896Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T08:11:32.897Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||MSO config path is: /app 2022-04-14T08:11:32.897Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||MSO config path is: /app 2022-04-14T08:11:32.897Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Trying to download the artifact UUID: 6eeddf7d-6261-49bf-88a0-f3ffbdaef7c6 from URL: /sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar 2022-04-14T08:11:32.897Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||DistributionClient - download 2022-04-14T08:11:32.897Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar 2022-04-14T08:11:33.416Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T08:11:33.423Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar 6eeddf7d-6261-49bf-88a0-f3ffbdaef7c6 82647 2022-04-14T08:11:33.425Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar ASDC sendASDCNotification 2022-04-14T08:11:33.425Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar 2022-04-14T08:11:33.425Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T08:11:33.426Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:11:33.428Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:11:33.429Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||try to send status { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923893425, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:11:33.529Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:11:33.530Z||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-14T08:11:33.530Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:11:33.546Z||pool-187-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:11:33.547Z||pool-187-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:11:34.429Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T08:11:34.431Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||MSO config path is: /app 2022-04-14T08:11:34.432Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Trying to write artifact UUID: 6eeddf7d-6261-49bf-88a0-f3ffbdaef7c6, URL: /sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar to file: /app/ASDC/1/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar 2022-04-14T08:11:34.432Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar 2022-04-14T08:11:34.433Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar 2022-04-14T08:11:34.433Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar 2022-04-14T08:11:34.559Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10344132088989654905/Definitions/service-DemoPnf8xxndo6t6enxc6jh9xa1-template.yml 2022-04-14T08:11:35.509Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-14T08:11:35.510Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|WARN|500||#################################################################################################### 2022-04-14T08:11:35.510Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar 2022-04-14T08:11:35.510Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-14T08:11:35.510Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?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-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar 2022-04-14T08:11:35.510Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?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-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar 2022-04-14T08:11:35.510Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?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-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar 2022-04-14T08:11:35.510Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?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-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar 2022-04-14T08:11:35.510Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?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-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar 2022-04-14T08:11:35.511Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 929a00b2-e632 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-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar 2022-04-14T08:11:35.511Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?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-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar 2022-04-14T08:11:35.511Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|WARN|500||#################################################################################################### 2022-04-14T08:11:35.511Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:11:35.511Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Service Demo_pNF_8XXNDo6T6Enxc6jh9Xa1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:11:35.512Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Node template pNF 929a00b2-e632 0 is matching search criteria 2022-04-14T08:11:35.512Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Search for entities recursively 2022-04-14T08:11:35.512Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Found topology templates [pNF 929a00b2-e632 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T08:11:35.513Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:11:35.513Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Service Demo_pNF_8XXNDo6T6Enxc6jh9Xa1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:11:35.513Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Node template pNF 929a00b2-e632 0 is matching search criteria 2022-04-14T08:11:35.513Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Search for entities recursively 2022-04-14T08:11:35.513Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Found topology templates [pNF 929a00b2-e632 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T08:11:35.514Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:11:35.514Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Service Demo_pNF_8XXNDo6T6Enxc6jh9Xa1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:11:35.514Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:11:35.514Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Service Demo_pNF_8XXNDo6T6Enxc6jh9Xa1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:11:35.515Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:11:35.515Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Service Demo_pNF_8XXNDo6T6Enxc6jh9Xa1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:11:35.515Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:11:35.515Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Service Demo_pNF_8XXNDo6T6Enxc6jh9Xa1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:11:35.515Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:11:35.515Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Service Demo_pNF_8XXNDo6T6Enxc6jh9Xa1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:11:35.515Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_8XXNDo6T6Enxc6jh9Xa1 Description:catalog service description Model UUID:5322277e-1721-464b-9353-14c98f54cca4 Model Version:NULL Model InvariantUuid:a052ad34-72b6-4c2f-9d71-c61caf41740f 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-14T08:11:35.523Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@8b11e36 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=4868) 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.GeneratedMethodAccessor184.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.GeneratedMethodAccessor180.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) ... 73 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) ... 74 common frames omitted 2022-04-14T08:11:35.525Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-14T08:11:35.525Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|ERROR|500||(conn=4868) WSREP has not yet prepared node for application use 2022-04-14T08:11:35.528Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?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.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.GeneratedMethodAccessor184.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.GeneratedMethodAccessor180.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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=4868) 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) ... 68 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) ... 73 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) ... 74 common frames omitted 2022-04-14T08:11:35.529Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?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.SessionImpl.find(SessionImpl.java:3357) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) at jdk.internal.reflect.GeneratedMethodAccessor184.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.GeneratedMethodAccessor180.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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.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) ... 47 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=4868) 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) ... 68 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) ... 73 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) ... 74 common frames omitted 2022-04-14T08:11:35.530Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) ... 30 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) ... 33 common frames omitted 2022-04-14T08:11:35.530Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: e888abc8-3552-4dfc-b0e9-5c689556cd14 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-14T08:11:35.550Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e888abc8-3552-4dfc-b0e9-5c689556cd14 and serviceModelVersionId: 5322277e-1721-464b-9353-14c98f54cca4 2022-04-14T08:11:35.550Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a052ad34-72b6-4c2f-9d71-c61caf41740f 2022-04-14T08:11:35.551Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0 2022-04-14T08:11:35.557Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-14T08:11:35.604Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?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-14T08:11:35.606Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||Invoke 2022-04-14T08:11:37.165Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?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-14T08:11:37.167Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||Invoke 2022-04-14T08:11:38.703Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?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-14T08:11:38.704Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||Invoke 2022-04-14T08:11:39.733Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T08:11:39.734Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?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: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: 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-14T08:11:39.735Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Exception in executePatchAAI(): {} java.lang.Exception: javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 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: 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) ... 9 common frames omitted 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-14T08:11:39.735Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T08:11:39.735Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e888abc8-3552-4dfc-b0e9-5c689556cd14 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-14T08:11:39.737Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-14T08:11:39.738Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:11:39.740Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:11:39.740Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||try to send status { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923899736, "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-14T08:11:39.840Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:11:39.842Z||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-14T08:11:39.843Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:11:39.863Z||pool-188-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:11:39.864Z||pool-188-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-14T08:12:24.105Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:12:24.106Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?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-14T08:12:24.106Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:12:24.108Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:12:24.109Z||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-14T08:12:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:12:24.240Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:12:24.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:12:24.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923884105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:12:24.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:12:33.659Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:13:24.105Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:13:24.106Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?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-14T08:13:24.106Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:13:24.109Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:13:24.109Z||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-14T08:13:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:13:24.657Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:13:24.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:13:24.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923884105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:13:24.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:13:24.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:13:24.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923884105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:13:24.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:13:24.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:13:24.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923884105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:13:24.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:13:24.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:13:24.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923884105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:13:24.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:13:24.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:13:24.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923884105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/resourceInstances/pnf929a00b2e6320/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:13:24.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:13:24.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:13:24.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923884105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:13:24.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:13:24.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:13:24.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923884105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:13:24.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-14T08:13:24.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:13:24.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923893425, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xxndo6t6enxc6jh9xa1/1.0/artifacts/service-DemoPnf8xxndo6t6enxc6jh9xa1-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:13:24.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:13:24.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:13:24.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e888abc8-3552-4dfc-b0e9-5c689556cd14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649923899736, "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-14T08:13:24.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:13:33.672Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:14:24.105Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:14:24.106Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?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-14T08:14:24.106Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:14:24.109Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:14:24.109Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?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-14T08:14:24.109Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:14:33.707Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:14:33.724Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:15:24.105Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:15:24.106Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?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-14T08:15:24.106Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:15:24.108Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:15:24.109Z||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-14T08:15:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:15:33.662Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:15:33.667Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:16:24.105Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:16:24.106Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?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-14T08:16:24.106Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:16:24.109Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:16:24.109Z||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-14T08:16:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:16:24.256Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:16:24.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:16:24.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "multicloud-k8s-id", "timestamp": 1649924173428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:16:24.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:16:24.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:16:24.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "cds", "timestamp": 1649924174957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:16:24.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:16:24.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:16:24.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "multicloud-k8s-id", "timestamp": 1649924173428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vfw227b7bac8f7b0_modules.json", "status": "NOTIFIED" } 2022-04-14T08:16:24.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:16:24.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:16:24.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924176129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:16:24.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:16:24.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:16:24.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "cds", "timestamp": 1649924174957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vfw227b7bac8f7b0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T08:16:24.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:16:24.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:16:24.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "multicloud-k8s-id", "timestamp": 1649924173428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T08:16:24.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:16:24.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:16:24.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924176129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vfw227b7bac8f7b0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T08:16:24.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:16:24.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:16:24.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "cds", "timestamp": 1649924174957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:16:24.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:16:24.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:16:24.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "multicloud-k8s-id", "timestamp": 1649924173428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:16:24.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:16:24.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:16:24.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924176129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:16:24.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:16:24.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:16:24.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "cds", "timestamp": 1649924174957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:16:24.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:16:24.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:16:24.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "multicloud-k8s-id", "timestamp": 1649924173428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-14T08:16:24.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:16:24.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:16:24.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924176129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:16:24.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:16:24.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:16:24.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "cds", "timestamp": 1649924174957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T08:16:24.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:16:24.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:16:24.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "multicloud-k8s-id", "timestamp": 1649924173428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:16:24.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:16:24.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:16:24.263Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924176129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T08:16:24.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:16:24.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:16:24.263Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "cds", "timestamp": 1649924174957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:16:24.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:16:24.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:16:24.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "multicloud-k8s-id", "timestamp": 1649924173428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:16:24.264Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:16:24.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:16:24.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924176129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:16:24.264Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:16:24.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:16:24.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "cds", "timestamp": 1649924174957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:16:24.265Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:16:24.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:16:24.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "ves-openapi-manager", "timestamp": 1649924182794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:16:24.265Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:16:24.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:16:24.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924176129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:16:24.265Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:16:24.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:16:24.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "multicloud-k8s-id", "timestamp": 1649924183042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vfw227b7bac8f7b0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T08:16:24.266Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:16:24.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:16:24.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "cds", "timestamp": 1649924183090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:16:24.266Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:16:24.746Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:16:24.747Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||received message from topic 2022-04-14T08:16:24.747Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"be4ae8e9-00ff-4e12-a0ee-22f8e97c8117","serviceName":"vFW 2022-04-14 08-12-25","serviceVersion":"1.0","serviceUUID":"63697e65-a345-41eb-9bcf-a4ac84e48d5f","serviceDescription":"catalog service description","serviceInvariantUUID":"1e3391c9-4f99-411d-9ffd-97ddbc747a78","resources":[{"resourceInstanceName":"vFW 227b7bac-8f7b 0","resourceName":"vFW 227b7bac-8f7b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"690d0cd4-7708-43b1-adaa-85b259090272","resourceInvariantUUID":"d2e58259-4965-4925-8c82-9ee99033fdf5","resourceCustomizationUUID":"af462ff6-f56c-440f-b3c7-725ad661a696","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vf-license-model.xml","artifactChecksum":"ZmZiZDZmMmYzNTU2M2VjNTRiNDdkNmY2OTBjMjgyMDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"613630a0-28f1-4723-8830-186ccc268423","artifactVersion":"1"},{"artifactName":"vfw227b7bac8f7b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vfw227b7bac8f7b0_modules.json","artifactChecksum":"ODJmNGI4NGYzN2NmOWFmNDhmNTA3N2I1YzAzNjdlYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6fc34ece-cfec-407c-aa83-642ddf008a07","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fbbe4d04-80fd-4333-9148-2d29efe17eb9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vendor-license-model.xml","artifactChecksum":"NDAwZWU3OGYyYzNmZTQ4OWIxZDY5ODY2ODkxMGIyMGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dec28a8a-53e9-4327-9d07-20461835de9f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5af687b5-5302-42da-a235-1d382ab265f1","artifactVersion":"2","generatedFromUUID":"fbbe4d04-80fd-4333-9148-2d29efe17eb9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220414081225-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-template.yml","artifactChecksum":"ZDA0ZmMyOTcyMDIzN2M3ZTgyNjNmMjBmODQ4YzdjYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e45d4691-194c-49fe-b041-6239e88bb394","artifactVersion":"1"},{"artifactName":"service-Vfw20220414081225-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar","artifactChecksum":"NDg1NGJlODM1NmIxYWQ3MGJmMThmMmRmOTQ1NzRkNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7647be8f-1021-4adf-ad37-c443e403f371","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-14T08:16:24.752Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:16:24.752Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:16:24.754Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:16:24.754Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||try to send status { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924184105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:16:24.855Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-14T08:16:24.856Z||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-14T08:16:24.856Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:16:24.868Z||pool-189-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:16:24.869Z||pool-189-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-14T08:16:25.755Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:16:25.756Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:16:25.758Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:16:25.758Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||try to send status { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924184105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vfw227b7bac8f7b0_modules.json", "status": "NOTIFIED" } 2022-04-14T08:16:25.858Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:16:25.859Z||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-14T08:16:25.859Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:16:25.875Z||pool-190-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:16:25.876Z||pool-190-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:16:26.759Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:16:26.759Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:16:26.762Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:16:26.762Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||try to send status { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924184105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T08:16:26.862Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:16:26.863Z||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-14T08:16:26.863Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:16:26.885Z||pool-191-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:16:26.886Z||pool-191-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:16:27.762Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:16:27.763Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:16:27.765Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:16:27.765Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||try to send status { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924184105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:16:27.865Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:16:27.866Z||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-14T08:16:27.867Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:16:27.912Z||pool-192-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:16:27.914Z||pool-192-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:16:28.766Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:16:28.766Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:16:28.768Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:16:28.769Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||try to send status { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924184105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-14T08:16:28.869Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:16:28.871Z||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-14T08:16:28.872Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:16:28.895Z||pool-193-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:16:28.896Z||pool-193-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:16:29.770Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:16:29.771Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:16:29.774Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:16:29.774Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||try to send status { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924184105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:16:29.874Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:16:29.875Z||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-14T08:16:29.875Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:16:29.889Z||pool-194-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:16:29.890Z||pool-194-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:16:30.774Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:16:30.775Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:16:30.777Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:16:30.777Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||try to send status { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924184105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:16:30.878Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-14T08:16:30.879Z||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-14T08:16:30.880Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:16:30.897Z||pool-195-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:16:30.898Z||pool-195-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:16:31.778Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||sending notification to client: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "serviceName": "vFW 2022-04-14 08-12-25", "serviceVersion": "1.0", "serviceUUID": "63697e65-a345-41eb-9bcf-a4ac84e48d5f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "1e3391c9-4f99-411d-9ffd-97ddbc747a78", "resources": [ { "resourceInstanceName": "vFW 227b7bac-8f7b 0", "resourceCustomizationUUID": "af462ff6-f56c-440f-b3c7-725ad661a696", "resourceName": "vFW 227b7bac-8f7b", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "690d0cd4-7708-43b1-adaa-85b259090272", "resourceInvariantUUID": "d2e58259-4965-4925-8c82-9ee99033fdf5", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw227b7bac8f7b0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vfw227b7bac8f7b0_modules.json", "artifactChecksum": "ODJmNGI4NGYzN2NmOWFmNDhmNTA3N2I1YzAzNjdlYjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6fc34ece-cfec-407c-aa83-642ddf008a07", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "fbbe4d04-80fd-4333-9148-2d29efe17eb9", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5af687b5-5302-42da-a235-1d382ab265f1", "generatedFromUUID": "fbbe4d04-80fd-4333-9148-2d29efe17eb9" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5af687b5-5302-42da-a235-1d382ab265f1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220414081225-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar", "artifactChecksum": "NDg1NGJlODM1NmIxYWQ3MGJmMThmMmRmOTQ1NzRkNmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7647be8f-1021-4adf-ad37-c443e403f371" } ], "workloadContext": "Production" } 2022-04-14T08:16:31.779Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-14T08:16:31.779Z|e888abc8-3552-4dfc-b0e9-5c689556cd14|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 63697e65-a345-41eb-9bcf-a4ac84e48d5f ASDC 2022-04-14T08:16:31.779Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||ASDC Notification: DistributionID:be4ae8e9-00ff-4e12-a0ee-22f8e97c8117 ServiceName:vFW 2022-04-14 08-12-25 ServiceVersion:1.0 ServiceUUID:63697e65-a345-41eb-9bcf-a4ac84e48d5f ServiceInvariantUUID:1e3391c9-4f99-411d-9ffd-97ddbc747a78 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220414081225-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar ArtifactUUID:7647be8f-1021-4adf-ad37-c443e403f371 ArtifactChecksum:NDg1NGJlODM1NmIxYWQ3MGJmMThmMmRmOTQ1NzRkNmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 227b7bac-8f7b 0 ResourceCustomizationUUID:af462ff6-f56c-440f-b3c7-725ad661a696 ResourceInvariantUUID:d2e58259-4965-4925-8c82-9ee99033fdf5 ResourceName:vFW 227b7bac-8f7b ResourceType:VF ResourceUUID:690d0cd4-7708-43b1-adaa-85b259090272 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw227b7bac8f7b0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vfw227b7bac8f7b0_modules.json ArtifactUUID:6fc34ece-cfec-407c-aa83-642ddf008a07 ArtifactChecksum:ODJmNGI4NGYzN2NmOWFmNDhmNTA3N2I1YzAzNjdlYjM= 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/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/base_vfw.yaml ArtifactUUID:fbbe4d04-80fd-4333-9148-2d29efe17eb9 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/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/base_vfw.env ArtifactUUID:5af687b5-5302-42da-a235-1d382ab265f1 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/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/base_vfw.env ArtifactUUID:5af687b5-5302-42da-a235-1d382ab265f1 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-14T08:16:31.780Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 63697e65-a345-41eb-9bcf-a4ac84e48d5f 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-14T08:16:31.822Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T08:16:31.824Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||MSO config path is: /app 2022-04-14T08:16:31.824Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||MSO config path is: /app 2022-04-14T08:16:31.824Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||Trying to download the artifact UUID: 7647be8f-1021-4adf-ad37-c443e403f371 from URL: /sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar 2022-04-14T08:16:31.824Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||DistributionClient - download 2022-04-14T08:16:31.825Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar 2022-04-14T08:16:32.230Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T08:16:32.237Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar 7647be8f-1021-4adf-ad37-c443e403f371 98923 2022-04-14T08:16:32.237Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar ASDC sendASDCNotification 2022-04-14T08:16:32.238Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar 2022-04-14T08:16:32.238Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T08:16:32.238Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:16:32.240Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:16:32.240Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||try to send status { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924192237, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:16:32.341Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:16:32.342Z||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-14T08:16:32.342Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:16:32.360Z||pool-196-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:16:32.361Z||pool-196-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:16:33.241Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T08:16:33.242Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||MSO config path is: /app 2022-04-14T08:16:33.242Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||Trying to write artifact UUID: 7647be8f-1021-4adf-ad37-c443e403f371, URL: /sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar to file: /app/ASDC/1/service-Vfw20220414081225-csar.csar 2022-04-14T08:16:33.242Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220414081225-csar.csar 2022-04-14T08:16:33.243Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220414081225-csar.csar 2022-04-14T08:16:33.243Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220414081225-csar.csar 2022-04-14T08:16:33.562Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14576118349304389483/Definitions/service-Vfw20220414081225-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-14T08:16:35.989Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-14T08:16:35.991Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|WARN|500||#################################################################################################### 2022-04-14T08:16:35.991Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220414081225-csar.csar 2022-04-14T08:16:35.991Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-14T08:16:35.991Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?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-Vfw20220414081225-csar.csar 2022-04-14T08:16:35.992Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?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-Vfw20220414081225-csar.csar 2022-04-14T08:16:35.992Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 227b7bac-8f7b 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-Vfw20220414081225-csar.csar 2022-04-14T08:16:35.992Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?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-Vfw20220414081225-csar.csar 2022-04-14T08:16:35.992Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?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-Vfw20220414081225-csar.csar 2022-04-14T08:16:35.992Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?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-Vfw20220414081225-csar.csar 2022-04-14T08:16:35.993Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?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-Vfw20220414081225-csar.csar 2022-04-14T08:16:35.993Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?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-Vfw20220414081225-csar.csar 2022-04-14T08:16:35.993Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?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-Vfw20220414081225-csar.csar 2022-04-14T08:16:35.993Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?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-Vfw20220414081225-csar.csar 2022-04-14T08:16:35.994Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?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-Vfw20220414081225-csar.csar 2022-04-14T08:16:35.994Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?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-Vfw20220414081225-csar.csar 2022-04-14T08:16:35.994Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?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-Vfw20220414081225-csar.csar 2022-04-14T08:16:35.994Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|WARN|500||#################################################################################################### 2022-04-14T08:16:35.995Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:16:35.995Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Service vFW 2022-04-14 08-12-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:16:35.995Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vFW 227b7bac-8f7b 0 is matching search criteria 2022-04-14T08:16:35.996Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Search for entities recursively 2022-04-14T08:16:35.996Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Found topology templates [vFW 227b7bac-8f7b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T08:16:35.997Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:16:35.997Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Service vFW 2022-04-14 08-12-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:16:35.997Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vFW 227b7bac-8f7b 0 is matching search criteria 2022-04-14T08:16:35.997Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Search for entities recursively 2022-04-14T08:16:35.998Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Found topology templates [vFW 227b7bac-8f7b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T08:16:35.998Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:16:35.998Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Service vFW 2022-04-14 08-12-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:16:35.998Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:16:35.999Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vFW 227b7bac-8f7b 0 is not matching search criteria 2022-04-14T08:16:35.999Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T08:16:35.999Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T08:16:35.999Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T08:16:35.999Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:16:36.000Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T08:16:36.000Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:16:36.000Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T08:16:36.000Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T08:16:36.001Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T08:16:36.001Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:16:36.001Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T08:16:36.001Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T08:16:36.001Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T08:16:36.002Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T08:16:36.002Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:16:36.002Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-14T08:16:36.002Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:16:36.002Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Service vFW 2022-04-14 08-12-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-14T08:16:36.003Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:16:36.003Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vFW 227b7bac-8f7b 0 is matching search criteria 2022-04-14T08:16:36.003Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Found topology templates [vFW 227b7bac-8f7b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T08:16:36.003Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:16:36.004Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vFW 227b7bac-8f7b 0 is matching search criteria 2022-04-14T08:16:36.004Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Found topology templates [vFW 227b7bac-8f7b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T08:16:36.008Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:16:36.009Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vFW 227b7bac-8f7b 0 is matching search criteria 2022-04-14T08:16:36.009Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Found topology templates [vFW 227b7bac-8f7b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T08:16:36.009Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:16:36.010Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vFW 227b7bac-8f7b 0 is not matching search criteria 2022-04-14T08:16:36.010Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T08:16:36.010Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T08:16:36.010Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-14T08:16:36.010Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T08:16:36.011Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T08:16:36.011Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:16:36.011Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T08:16:36.011Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T08:16:36.012Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T08:16:36.012Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T08:16:36.012Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:16:36.012Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ab36d22a-4dbb-4351-ab2e-610394f75124 2022-04-14T08:16:36.014Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:16:36.014Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vFW 227b7bac-8f7b 0 is not matching search criteria 2022-04-14T08:16:36.014Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T08:16:36.014Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T08:16:36.015Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T08:16:36.015Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:16:36.015Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T08:16:36.015Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:16:36.016Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T08:16:36.016Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-14T08:16:36.016Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T08:16:36.017Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T08:16:36.017Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T08:16:36.017Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:16:36.018Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cdb781c7-696b-404b-888d-64b5fbbe4fec 2022-04-14T08:16:36.018Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:16:36.018Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vFW 227b7bac-8f7b 0 is not matching search criteria 2022-04-14T08:16:36.018Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T08:16:36.019Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T08:16:36.019Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T08:16:36.019Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:16:36.020Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T08:16:36.020Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:16:36.020Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T08:16:36.020Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T08:16:36.020Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T08:16:36.021Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:16:36.021Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T08:16:36.021Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-14T08:16:36.021Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2c43d13e-618a-4670-9910-095f9c9dbf3b 2022-04-14T08:16:36.021Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:16:36.022Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Service vFW 2022-04-14 08-12-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:16:36.022Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:16:36.023Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Service vFW 2022-04-14 08-12-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:16:36.023Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:16:36.023Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Service vFW 2022-04-14 08-12-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:16:36.023Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:16:36.024Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Service vFW 2022-04-14 08-12-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:16:36.024Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-14 08-12-25 Description:catalog service description Model UUID:63697e65-a345-41eb-9bcf-a4ac84e48d5f Model Version:NULL Model InvariantUuid:1e3391c9-4f99-411d-9ffd-97ddbc747a78 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 227b7bac-8f7b Model UUID:aef90210-c0cf-49b1-9e66-0ffa8b609312 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:d2e58259-4965-4925-8c82-9ee99033fdf5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:af462ff6-f56c-440f-b3c7-725ad661a696 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7cf1eb93-c51b-4f43-931a-72b8ba51bc86 ModelName:Vfw227b7bac8f7b..base_vfw..module-0 ModelUuid:b31f4134-a728-4dbc-a1ed-f9f688d2ce56 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ab36d22a-4dbb-4351-ab2e-610394f75124 ModelInvariantUuid:be72bf71-9580-4461-9ec9-3066e6d06c09 ModelName:vFW 227b7bac-8f7b-nodes.vfwCvfc ModelUuid:36fe70ad-11b2-483b-b253-456fe8b88fbd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:fd59d574-2ed8-4751-9762-ccfcfdba77e4 ModelInvariantUuid:0cb5009d-fc81-4776-9d87-07b7aa94a9fb ModelName:Vfw227b7bac8f7b.compute.nodes.heat.vfw ModelUuid:120d7a5b-36d6-4b71-8850-222f545a9e9f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:cdb781c7-696b-404b-888d-64b5fbbe4fec ModelInvariantUuid:31eeb8d9-05cc-497c-9d7b-453acb4e38d0 ModelName:vFW 227b7bac-8f7b-nodes.vsnCvfc ModelUuid:de011ec7-68a3-47c1-bed1-8ecbbe6aed51 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:7262b701-3d46-4e02-8e8b-8e54df659ac3 ModelInvariantUuid:43eab69c-d3ab-45ce-863d-3742a2bbdc1e ModelName:Vfw227b7bac8f7b.compute.nodes.heat.vsn ModelUuid:26a2c11b-8b38-4358-bbc2-9880b70db04f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:2c43d13e-618a-4670-9910-095f9c9dbf3b ModelInvariantUuid:67131406-fdc7-4c46-9f24-2b3b4830727e ModelName:vFW 227b7bac-8f7b-nodes.vpgCvfc ModelUuid:a920f57e-07aa-4110-a79a-9df8c111cd1e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:b2b68de5-65f2-43f3-a119-a5fe79a22ebd ModelInvariantUuid:a74086ac-4551-4bd0-9c4c-dbaf79a1bc6d ModelName:Vfw227b7bac8f7b.compute.nodes.heat.vpg ModelUuid:7da1efbc-ed9c-4215-b882-d32a0a33a479 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-14T08:16:36.030Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@4d3dd391 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=4870) 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.GeneratedMethodAccessor184.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.GeneratedMethodAccessor180.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) ... 73 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) ... 74 common frames omitted 2022-04-14T08:16:36.033Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-14T08:16:36.033Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|ERROR|500||(conn=4870) WSREP has not yet prepared node for application use 2022-04-14T08:16:36.035Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?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.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.GeneratedMethodAccessor184.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.GeneratedMethodAccessor180.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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=4870) 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) ... 68 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) ... 73 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) ... 74 common frames omitted 2022-04-14T08:16:36.038Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?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.SessionImpl.find(SessionImpl.java:3357) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) at jdk.internal.reflect.GeneratedMethodAccessor184.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.GeneratedMethodAccessor180.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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.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) ... 47 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=4870) 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) ... 68 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) ... 73 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) ... 74 common frames omitted 2022-04-14T08:16:36.039Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) ... 30 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) ... 33 common frames omitted 2022-04-14T08:16:36.040Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: be4ae8e9-00ff-4e12-a0ee-22f8e97c8117 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-14T08:16:36.047Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be4ae8e9-00ff-4e12-a0ee-22f8e97c8117 and serviceModelVersionId: 63697e65-a345-41eb-9bcf-a4ac84e48d5f 2022-04-14T08:16:36.047Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1e3391c9-4f99-411d-9ffd-97ddbc747a78 2022-04-14T08:16:36.049Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0 2022-04-14T08:16:36.058Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a052ad34-72b6-4c2f-9d71-c61caf41740f/model-vers/model-ver/5322277e-1721-464b-9353-14c98f54cca4?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-14T08:16:36.097Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||Invoke 2022-04-14T08:16:36.097Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[be4ae8e9-00ff-4e12-a0ee-22f8e97c8117], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[80829127-cc74-4ac4-abee-e1af7c51d449], X-ECOMP-RequestID=[be4ae8e9-00ff-4e12-a0ee-22f8e97c8117], X-TransactionId=[], X-ONAP-RequestID=[be4ae8e9-00ff-4e12-a0ee-22f8e97c8117], Content-Type=[application/merge-patch+json]} 2022-04-14T08:16:37.646Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||Invoke 2022-04-14T08:16:37.647Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[be4ae8e9-00ff-4e12-a0ee-22f8e97c8117], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c50a54a5-c252-4374-a565-5273f97927b4], X-ECOMP-RequestID=[be4ae8e9-00ff-4e12-a0ee-22f8e97c8117], X-TransactionId=[], X-ONAP-RequestID=[be4ae8e9-00ff-4e12-a0ee-22f8e97c8117], Content-Type=[application/merge-patch+json]} 2022-04-14T08:16:39.184Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||Invoke 2022-04-14T08:16:39.184Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[be4ae8e9-00ff-4e12-a0ee-22f8e97c8117], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4ce24e29-94ec-4ccd-b7f6-d3ae8fea92b8], X-ECOMP-RequestID=[be4ae8e9-00ff-4e12-a0ee-22f8e97c8117], X-TransactionId=[], X-ONAP-RequestID=[be4ae8e9-00ff-4e12-a0ee-22f8e97c8117], Content-Type=[application/merge-patch+json]} 2022-04-14T08:16:40.213Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T08:16:40.214Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?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: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: 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-14T08:16:40.215Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Exception in executePatchAAI(): {} java.lang.Exception: javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 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: 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) ... 9 common frames omitted 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-14T08:16:40.215Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T08:16:40.216Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be4ae8e9-00ff-4e12-a0ee-22f8e97c8117 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-14T08:16:40.216Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-14T08:16:40.217Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:16:40.221Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:16:40.222Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||try to send status { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924200216, "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-14T08:16:40.323Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-14T08:16:40.324Z||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-14T08:16:40.324Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:16:40.365Z||pool-197-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:16:40.366Z||pool-197-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-14T08:17:24.105Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:17:24.106Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?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-14T08:17:24.106Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:17:24.108Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:17:24.109Z||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-14T08:17:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:17:24.164Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:17:24.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:17:24.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "ves-openapi-manager", "timestamp": 1649924182794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vfw227b7bac8f7b0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T08:17:24.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:17:33.672Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:18:24.105Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:18:24.105Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?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-14T08:18:24.106Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:18:24.108Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:18:24.109Z||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-14T08:18:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:18:24.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:18:24.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924184419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:18:24.639Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:18:24.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924184105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:18:24.640Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "policy-id", "timestamp": 1649924183363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:18:24.640Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "cds", "timestamp": 1649924184096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-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-14T08:18:24.648Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of be4ae8e9-00ff-4e12-a0ee-22f8e97c8117 2022-04-14T08:18:24.648Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId be4ae8e9-00ff-4e12-a0ee-22f8e97c8117 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-14T08:18:24.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "ves-openapi-manager", "timestamp": 1649924182794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:18:24.657Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "multicloud-k8s-id", "timestamp": 1649924184551, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T08:18:24.657Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:18:24.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "clamp", "timestamp": 1649924184668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:18:24.658Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924184105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vfw227b7bac8f7b0_modules.json", "status": "NOTIFIED" } 2022-04-14T08:18:24.658Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "policy-id", "timestamp": 1649924183363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vfw227b7bac8f7b0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T08:18:24.658Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "ves-openapi-manager", "timestamp": 1649924182794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:18:24.659Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "clamp", "timestamp": 1649924184668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vfw227b7bac8f7b0_modules.json", "status": "NOTIFIED" } 2022-04-14T08:18:24.659Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924184105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T08:18:24.659Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "multicloud-k8s-id", "timestamp": 1649924185888, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-14T08:18:24.660Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:18:24.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "policy-id", "timestamp": 1649924183363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T08:18:24.660Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "ves-openapi-manager", "timestamp": 1649924182794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T08:18:24.660Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "clamp", "timestamp": 1649924184668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:18:24.660Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924184105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:18:24.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "multicloud-k8s-id", "timestamp": 1649924186913, "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-14T08:18:24.667Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be4ae8e9-00ff-4e12-a0ee-22f8e97c8117 2022-04-14T08:18:24.667Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId be4ae8e9-00ff-4e12-a0ee-22f8e97c8117 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-14T08:18:24.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "policy-id", "timestamp": 1649924183363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:18:24.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "ves-openapi-manager", "timestamp": 1649924182794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:18:24.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "clamp", "timestamp": 1649924184668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:18:24.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924184105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-14T08:18:24.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "multicloud-k8s-id", "timestamp": 1649924187916, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vfw227b7bac8f7b0_modules.json", "status": "DEPLOY_OK" } 2022-04-14T08:18:24.679Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:18:24.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "policy-id", "timestamp": 1649924183363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T08:18:24.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "ves-openapi-manager", "timestamp": 1649924182794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:18:24.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "clamp", "timestamp": 1649924184668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T08:18:24.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924184105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:18:24.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "policy-id", "timestamp": 1649924183363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:18:24.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "clamp", "timestamp": 1649924184668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:18:24.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924190372, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:18:24.682Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:18:24.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924184105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:18:24.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "policy-id", "timestamp": 1649924183363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:18:24.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "clamp", "timestamp": 1649924184668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:18:24.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924191378, "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-14T08:18:24.689Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of be4ae8e9-00ff-4e12-a0ee-22f8e97c8117 2022-04-14T08:18:24.689Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId be4ae8e9-00ff-4e12-a0ee-22f8e97c8117 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-14T08:18:24.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "aai-ml", "timestamp": 1649924191584, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:18:24.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924192237, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:18:24.697Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:18:24.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "policy-id", "timestamp": 1649924191533, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:18:24.697Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:18:24.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "aai-ml", "timestamp": 1649924191584, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vfw227b7bac8f7b0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T08:18:24.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "policy-id", "timestamp": 1649924192538, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:18:24.698Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:18:24.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "aai-ml", "timestamp": 1649924191584, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:18:24.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "policy-id", "timestamp": 1649924193541, "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-14T08:18:24.702Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be4ae8e9-00ff-4e12-a0ee-22f8e97c8117 2022-04-14T08:18:24.702Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId be4ae8e9-00ff-4e12-a0ee-22f8e97c8117 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-14T08:18:24.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "aai-ml", "timestamp": 1649924191584, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:18:24.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "aai-ml", "timestamp": 1649924191584, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/resourceInstances/vfw227b7bac8f7b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T08:18:24.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "aai-ml", "timestamp": 1649924191584, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:18:24.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "aai-ml", "timestamp": 1649924191584, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:18:24.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:18:24.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "aai-ml", "timestamp": 1649924199434, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:18:24.710Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:18:24.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924200216, "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-14T08:18:24.710Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:18:24.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "clamp", "timestamp": 1649924204603, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:18:24.710Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:18:24.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "clamp", "timestamp": 1649924205647, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:18:24.711Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:18:24.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "clamp", "timestamp": 1649924206654, "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-14T08:18:24.717Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of be4ae8e9-00ff-4e12-a0ee-22f8e97c8117 2022-04-14T08:18:24.717Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId be4ae8e9-00ff-4e12-a0ee-22f8e97c8117 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-14T08:18:24.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "aai-ml", "timestamp": 1649924210871, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414081225/1.0/artifacts/service-Vfw20220414081225-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-14T08:18:24.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:18:24.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:18:24.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be4ae8e9-00ff-4e12-a0ee-22f8e97c8117", "consumerID": "aai-ml", "timestamp": 1649924211874, "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-14T08:18:24.731Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of be4ae8e9-00ff-4e12-a0ee-22f8e97c8117 2022-04-14T08:18:24.732Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId be4ae8e9-00ff-4e12-a0ee-22f8e97c8117 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-14T08:18:33.688Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:19:24.105Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:19:24.105Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?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-14T08:19:24.105Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:19:24.109Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:19:24.109Z||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-14T08:19:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:19:33.667Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:19:33.680Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:20:24.105Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:20:24.106Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?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-14T08:20:24.106Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:20:24.109Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:20:24.109Z||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-14T08:20:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:20:33.671Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:20:33.671Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:21:24.105Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:21:24.106Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?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-14T08:21:24.106Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:21:24.109Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:21:24.110Z||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-14T08:21:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:21:24.752Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:21:24.752Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||received message from topic 2022-04-14T08:21:24.753Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"f3a1b463-7b33-4529-983d-91e378858cf2","serviceName":"Demo_pNF_ii9mUm0s3qE1pCtUi6l2","serviceVersion":"1.0","serviceUUID":"55dfff83-e587-45e0-baf3-c4b89423a51e","serviceDescription":"catalog service description","serviceInvariantUUID":"3c6309ef-e6cf-43da-ad64-85ea3d228bd6","resources":[{"resourceInstanceName":"pNF 0540de68-efb5 0","resourceName":"pNF 0540de68-efb5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3c954f8d-3437-42de-878f-da6a918392ac","resourceInvariantUUID":"fb281dd2-183c-490a-b8c2-778d3243ebfc","resourceCustomizationUUID":"ff9cd199-9d8e-42a5-8def-648b4046630e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/vf-license-model.xml","artifactChecksum":"ODQ1Y2RlZWI3YzY5YThhYzU1MGZkZTc5MmQ5Y2VlY2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9a2b5ae4-6550-476b-8a42-0b52c352d36b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/pNF.csar","artifactChecksum":"MjQxNTY0NzdlN2ViNjUzM2M0Y2I3NzNmY2QyNDFiMDI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"642ddf0e-23ad-4538-ac7c-150eb45824eb","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b8843653-ceb8-464e-80d8-dc8ec65cf6bc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/vendor-license-model.xml","artifactChecksum":"NTk0Y2ZlNThhMTE3ZDUyYTFkNzQzNjU2OTdiYWJmMGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"464eb6c2-55b4-4030-b0f9-22631d7c2c9d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"36be4f94-74ed-48cf-ace1-906cb5f5af44","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"81f07619-2030-48a5-ae04-4405ab0fd70a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIi9mum0s3qe1pctui6l2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-template.yml","artifactChecksum":"NmEyZjg4ZTQ0OTdhNGFiNDBkNWRhNjdlNTQ2NDk1MWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c82d3dd8-d31b-466b-9409-3a5b0403f8f9","artifactVersion":"1"},{"artifactName":"service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar","artifactChecksum":"M2IyZTY1NWMwNzU3YzgyMDdkNjY1NjBiZmIyYmNhMzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"00f242b1-bfe5-44a0-bca9-b6d53f287b8c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-14T08:21:24.755Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:21:24.756Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:21:24.757Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:21:24.758Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||try to send status { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924484105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:21:24.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "multicloud-k8s-id", "timestamp": 1649924433428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.774Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "aai-ml", "timestamp": 1649924431585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.774Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "cds", "timestamp": 1649924429957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "aai-ml", "timestamp": 1649924431585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "multicloud-k8s-id", "timestamp": 1649924433428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "cds", "timestamp": 1649924429957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "aai-ml", "timestamp": 1649924431585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "multicloud-k8s-id", "timestamp": 1649924433428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.776Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "cds", "timestamp": 1649924429957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.776Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "ves-openapi-manager", "timestamp": 1649924442794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.777Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "multicloud-k8s-id", "timestamp": 1649924433428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "aai-ml", "timestamp": 1649924431585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "cds", "timestamp": 1649924429957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "ves-openapi-manager", "timestamp": 1649924442794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "aai-ml", "timestamp": 1649924431585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "multicloud-k8s-id", "timestamp": 1649924433428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "cds", "timestamp": 1649924429957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "policy-id", "timestamp": 1649924443363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "ves-openapi-manager", "timestamp": 1649924442794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "multicloud-k8s-id", "timestamp": 1649924433428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "aai-ml", "timestamp": 1649924431585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "cds", "timestamp": 1649924429957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "policy-id", "timestamp": 1649924443363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "ves-openapi-manager", "timestamp": 1649924442794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "aai-ml", "timestamp": 1649924431585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "multicloud-k8s-id", "timestamp": 1649924433428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "cds", "timestamp": 1649924429957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "policy-id", "timestamp": 1649924443363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "ves-openapi-manager", "timestamp": 1649924442794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924446129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "aai-ml", "timestamp": 1649924431585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:21:24.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "multicloud-k8s-id", "timestamp": 1649924433428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:21:24.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "cds", "timestamp": 1649924429957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:21:24.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "policy-id", "timestamp": 1649924443363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "ves-openapi-manager", "timestamp": 1649924442794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-14T08:21:24.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924446129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "policy-id", "timestamp": 1649924443363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "aai-ml", "timestamp": 1649924449072, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:21:24.806Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:21:24.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "ves-openapi-manager", "timestamp": 1649924442794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "cds", "timestamp": 1649924448249, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:21:24.807Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:21:24.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924446129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "policy-id", "timestamp": 1649924443363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "ves-openapi-manager", "timestamp": 1649924442794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "cds", "timestamp": 1649924449255, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-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-14T08:21:24.826Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f3a1b463-7b33-4529-983d-91e378858cf2 2022-04-14T08:21:24.827Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3a1b463-7b33-4529-983d-91e378858cf2 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-14T08:21:24.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924446129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.837Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "policy-id", "timestamp": 1649924443363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.837Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924446129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.838Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "ves-openapi-manager", "timestamp": 1649924451783, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T08:21:24.838Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:21:24.839Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.839Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "policy-id", "timestamp": 1649924443363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:21:24.839Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.839Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.839Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924446129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.839Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.840Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.840Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "ves-openapi-manager", "timestamp": 1649924452819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-14T08:21:24.840Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:21:24.840Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.840Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924446129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.841Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.841Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.841Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "policy-id", "timestamp": 1649924452492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:21:24.841Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:21:24.842Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "ves-openapi-manager", "timestamp": 1649924453824, "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-14T08:21:24.848Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f3a1b463-7b33-4529-983d-91e378858cf2 2022-04-14T08:21:24.848Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3a1b463-7b33-4529-983d-91e378858cf2 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-14T08:21:24.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924446129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:21:24.856Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "policy-id", "timestamp": 1649924453497, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:21:24.857Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:21:24.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "aai-ml", "timestamp": 1649924455063, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-14T08:21:24.857Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:21:24.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.858Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:21:24.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "policy-id", "timestamp": 1649924454500, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2022-04-14T08:21:24.859Z||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-14T08:21:24.859Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:21:24.864Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3a1b463-7b33-4529-983d-91e378858cf2 2022-04-14T08:21:24.864Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3a1b463-7b33-4529-983d-91e378858cf2 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-14T08:21:24.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "clamp", "timestamp": 1649924454669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924455530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:21:24.873Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:21:24.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "aai-ml", "timestamp": 1649924456068, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } 2022-04-14T08:21:24.873Z||pool-198-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:21:24.874Z||pool-198-thread-1|||||INFO|500||cambria reply ok (16 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-14T08:21:24.879Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f3a1b463-7b33-4529-983d-91e378858cf2 2022-04-14T08:21:24.879Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3a1b463-7b33-4529-983d-91e378858cf2 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-14T08:21:24.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "clamp", "timestamp": 1649924454669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "clamp", "timestamp": 1649924454669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924458270, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:21:24.896Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:21:24.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "clamp", "timestamp": 1649924454669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924459274, "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-14T08:21:24.903Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f3a1b463-7b33-4529-983d-91e378858cf2 2022-04-14T08:21:24.903Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3a1b463-7b33-4529-983d-91e378858cf2 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-14T08:21:24.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "clamp", "timestamp": 1649924454669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "clamp", "timestamp": 1649924454669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "clamp", "timestamp": 1649924454669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:24.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "clamp", "timestamp": 1649924454669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:21:24.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:21:24.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "clamp", "timestamp": 1649924473647, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:21:24.915Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:21:24.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "clamp", "timestamp": 1649924476650, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:21:24.915Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:21:24.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:21:24.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "clamp", "timestamp": 1649924477662, "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-14T08:21:24.921Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f3a1b463-7b33-4529-983d-91e378858cf2 2022-04-14T08:21:24.922Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3a1b463-7b33-4529-983d-91e378858cf2 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-14T08:21:25.759Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:21:25.759Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:21:25.762Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:21:25.762Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||try to send status { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924484105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:25.862Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:21:25.863Z||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-14T08:21:25.863Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:21:25.878Z||pool-199-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:21:25.879Z||pool-199-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:21:26.763Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:21:26.764Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:21:26.766Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:21:26.766Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||try to send status { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924484105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:26.866Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:21:26.867Z||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-14T08:21:26.867Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:21:26.888Z||pool-200-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:21:26.889Z||pool-200-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:21:27.767Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:21:27.767Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:21:27.770Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:21:27.770Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||try to send status { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924484105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:27.870Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:21:27.871Z||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-14T08:21:27.871Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:21:27.896Z||pool-201-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:21:27.896Z||pool-201-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:21:28.771Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:21:28.772Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:21:28.774Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:21:28.775Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||try to send status { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924484105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:28.875Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:21:28.876Z||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-14T08:21:28.876Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:21:28.892Z||pool-202-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:21:28.893Z||pool-202-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:21:29.775Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:21:29.776Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:21:29.778Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:21:29.778Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||try to send status { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924484105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:29.879Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T08:21:29.879Z||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-14T08:21:29.880Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:21:29.896Z||pool-203-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:21:29.897Z||pool-203-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:21:30.779Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:21:30.780Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:21:30.782Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:21:30.783Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||try to send status { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924484105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:21:30.884Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-14T08:21:30.885Z||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-14T08:21:30.885Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:21:30.899Z||pool-204-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:21:30.899Z||pool-204-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:21:31.783Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:21:31.784Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:21:31.786Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:21:31.786Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||try to send status { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924484105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:21:31.887Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-14T08:21:31.888Z||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-14T08:21:31.888Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:21:31.902Z||pool-205-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:21:31.903Z||pool-205-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:21:32.787Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||sending notification to client: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "serviceName": "Demo_pNF_ii9mUm0s3qE1pCtUi6l2", "serviceVersion": "1.0", "serviceUUID": "55dfff83-e587-45e0-baf3-c4b89423a51e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3c6309ef-e6cf-43da-ad64-85ea3d228bd6", "resources": [ { "resourceInstanceName": "pNF 0540de68-efb5 0", "resourceCustomizationUUID": "ff9cd199-9d8e-42a5-8def-648b4046630e", "resourceName": "pNF 0540de68-efb5", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "3c954f8d-3437-42de-878f-da6a918392ac", "resourceInvariantUUID": "fb281dd2-183c-490a-b8c2-778d3243ebfc", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar", "artifactChecksum": "M2IyZTY1NWMwNzU3YzgyMDdkNjY1NjBiZmIyYmNhMzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "00f242b1-bfe5-44a0-bca9-b6d53f287b8c" } ], "workloadContext": "Production" } 2022-04-14T08:21:32.789Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-14T08:21:32.790Z|be4ae8e9-00ff-4e12-a0ee-22f8e97c8117|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 55dfff83-e587-45e0-baf3-c4b89423a51e ASDC 2022-04-14T08:21:32.790Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||ASDC Notification: DistributionID:f3a1b463-7b33-4529-983d-91e378858cf2 ServiceName:Demo_pNF_ii9mUm0s3qE1pCtUi6l2 ServiceVersion:1.0 ServiceUUID:55dfff83-e587-45e0-baf3-c4b89423a51e ServiceInvariantUUID:3c6309ef-e6cf-43da-ad64-85ea3d228bd6 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar ArtifactUUID:00f242b1-bfe5-44a0-bca9-b6d53f287b8c ArtifactChecksum:M2IyZTY1NWMwNzU3YzgyMDdkNjY1NjBiZmIyYmNhMzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0540de68-efb5 0 ResourceCustomizationUUID:ff9cd199-9d8e-42a5-8def-648b4046630e ResourceInvariantUUID:fb281dd2-183c-490a-b8c2-778d3243ebfc ResourceName:pNF 0540de68-efb5 ResourceType:PNF ResourceUUID:3c954f8d-3437-42de-878f-da6a918392ac ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-14T08:21:32.790Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 55dfff83-e587-45e0-baf3-c4b89423a51e 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-14T08:21:32.815Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T08:21:32.815Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||MSO config path is: /app 2022-04-14T08:21:32.816Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||MSO config path is: /app 2022-04-14T08:21:32.816Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||Trying to download the artifact UUID: 00f242b1-bfe5-44a0-bca9-b6d53f287b8c from URL: /sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar 2022-04-14T08:21:32.816Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||DistributionClient - download 2022-04-14T08:21:32.816Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar 2022-04-14T08:21:33.446Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T08:21:33.450Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar 00f242b1-bfe5-44a0-bca9-b6d53f287b8c 82641 2022-04-14T08:21:33.450Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar ASDC sendASDCNotification 2022-04-14T08:21:33.450Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar 2022-04-14T08:21:33.451Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T08:21:33.451Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:21:33.452Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:21:33.453Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||try to send status { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924493450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:21:33.553Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:21:33.554Z||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-14T08:21:33.554Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:21:33.570Z||pool-206-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:21:33.571Z||pool-206-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-04-14T08:21:34.454Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T08:21:34.455Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||MSO config path is: /app 2022-04-14T08:21:34.455Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||Trying to write artifact UUID: 00f242b1-bfe5-44a0-bca9-b6d53f287b8c, URL: /sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar to file: /app/ASDC/1/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar 2022-04-14T08:21:34.455Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar 2022-04-14T08:21:34.456Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar 2022-04-14T08:21:34.456Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar 2022-04-14T08:21:34.594Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4298379549045058049/Definitions/service-DemoPnfIi9mum0s3qe1pctui6l2-template.yml 2022-04-14T08:21:35.467Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-14T08:21:35.468Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|WARN|500||#################################################################################################### 2022-04-14T08:21:35.468Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar 2022-04-14T08:21:35.468Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-14T08:21:35.468Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?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-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar 2022-04-14T08:21:35.468Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?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-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar 2022-04-14T08:21:35.468Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?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-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar 2022-04-14T08:21:35.468Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?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-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar 2022-04-14T08:21:35.469Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?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-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar 2022-04-14T08:21:35.469Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0540de68-efb5 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-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar 2022-04-14T08:21:35.469Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?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-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar 2022-04-14T08:21:35.469Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|WARN|500||#################################################################################################### 2022-04-14T08:21:35.469Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:21:35.469Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Service Demo_pNF_ii9mUm0s3qE1pCtUi6l2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:21:35.470Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Node template pNF 0540de68-efb5 0 is matching search criteria 2022-04-14T08:21:35.470Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Search for entities recursively 2022-04-14T08:21:35.470Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Found topology templates [pNF 0540de68-efb5 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T08:21:35.470Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:21:35.470Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Service Demo_pNF_ii9mUm0s3qE1pCtUi6l2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:21:35.470Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Node template pNF 0540de68-efb5 0 is matching search criteria 2022-04-14T08:21:35.471Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Search for entities recursively 2022-04-14T08:21:35.471Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Found topology templates [pNF 0540de68-efb5 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T08:21:35.471Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:21:35.471Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Service Demo_pNF_ii9mUm0s3qE1pCtUi6l2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:21:35.471Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:21:35.471Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Service Demo_pNF_ii9mUm0s3qE1pCtUi6l2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:21:35.472Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:21:35.472Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Service Demo_pNF_ii9mUm0s3qE1pCtUi6l2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:21:35.472Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:21:35.472Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Service Demo_pNF_ii9mUm0s3qE1pCtUi6l2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:21:35.472Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:21:35.472Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Service Demo_pNF_ii9mUm0s3qE1pCtUi6l2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:21:35.472Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_ii9mUm0s3qE1pCtUi6l2 Description:catalog service description Model UUID:55dfff83-e587-45e0-baf3-c4b89423a51e Model Version:NULL Model InvariantUuid:3c6309ef-e6cf-43da-ad64-85ea3d228bd6 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-14T08:21:35.480Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 3c954f8d-3437-42de-878f-da6a918392ac 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-14T08:21:35.484Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||pNF 0540de68-efb5 0 2022-04-14T08:21:35.484Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 3c954f8d-3437-42de-878f-da6a918392ac 2022-04-14T08:21:35.484Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||No resources found for Service: 55dfff83-e587-45e0-baf3-c4b89423a51e 2022-04-14T08:21:35.484Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Preparing to deploy Service: 55dfff83-e587-45e0-baf3-c4b89423a51e 2022-04-14T08:21:35.485Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0540de68-efb5 0 3c954f8d-3437-42de-878f-da6a918392ac 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-14T08:21:35.490Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4bd3937d, org.onap.sdc.toscaparser.api.parameters.Input@1b8b89bd, org.onap.sdc.toscaparser.api.parameters.Input@47f6bdce, org.onap.sdc.toscaparser.api.parameters.Input@4050a119, org.onap.sdc.toscaparser.api.parameters.Input@17cf8a15] 2022-04-14T08:21:35.491Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:21:35.491Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Service Demo_pNF_ii9mUm0s3qE1pCtUi6l2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:21:35.492Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500|| resourceSeq for service uuid 55dfff83-e587-45e0-baf3-c4b89423a51e: pNF 0540de68-efb5 2022-04-14T08:21:35.492Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||Processing PNF resource: 3c954f8d-3437-42de-878f-da6a918392ac 2022-04-14T08:21:35.492Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:21:35.492Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Service Demo_pNF_ii9mUm0s3qE1pCtUi6l2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:21:35.492Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||Resource customization UUID: ff9cd199-9d8e-42a5-8def-648b4046630e is the same as notified resource customizationUUID: ff9cd199-9d8e-42a5-8def-648b4046630e 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-14T08:21:35.533Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0540de68-efb5 3c954f8d-3437-42de-878f-da6a918392ac 0 ASDC deployResourceStructure 2022-04-14T08:21:35.533Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar ASDC sendASDCNotification 2022-04-14T08:21:35.533Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar 2022-04-14T08:21:35.534Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T08:21:35.534Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:21:35.536Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:21:35.536Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||try to send status { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924495533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:21:35.637Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-14T08:21:35.638Z||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-14T08:21:35.638Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:21:35.658Z||pool-207-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:21:35.659Z||pool-207-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:21:36.537Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3a1b463-7b33-4529-983d-91e378858cf2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:21:36.547Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3a1b463-7b33-4529-983d-91e378858cf2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T08:21:36.550Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T08:21:36.550Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-14T08:21:36.551Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-14T08:21:36.551Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-14T08:21:36.551Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-14T08:21:36.551Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-14T08:21:36.551Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?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-14T08:21:36.557Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-14T08:22:06.557Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: f3a1b463-7b33-4529-983d-91e378858cf2 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-14T08:22:06.563Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f3a1b463-7b33-4529-983d-91e378858cf2 and serviceModelVersionId: 55dfff83-e587-45e0-baf3-c4b89423a51e 2022-04-14T08:22:06.564Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3c6309ef-e6cf-43da-ad64-85ea3d228bd6 2022-04-14T08:22:06.565Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0 2022-04-14T08:22:06.573Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3391c9-4f99-411d-9ffd-97ddbc747a78/model-vers/model-ver/63697e65-a345-41eb-9bcf-a4ac84e48d5f?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-14T08:22:06.622Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Invoke 2022-04-14T08:22:06.623Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f3a1b463-7b33-4529-983d-91e378858cf2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[045dcaa5-11f6-4f27-bd3f-5209bc63c626], X-ECOMP-RequestID=[f3a1b463-7b33-4529-983d-91e378858cf2], X-TransactionId=[], X-ONAP-RequestID=[f3a1b463-7b33-4529-983d-91e378858cf2], Content-Type=[application/merge-patch+json]} 2022-04-14T08:22:08.175Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Invoke 2022-04-14T08:22:08.175Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f3a1b463-7b33-4529-983d-91e378858cf2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[535212d5-8ff7-44bb-9f2d-51ad32aa1838], X-ECOMP-RequestID=[f3a1b463-7b33-4529-983d-91e378858cf2], X-TransactionId=[], X-ONAP-RequestID=[f3a1b463-7b33-4529-983d-91e378858cf2], Content-Type=[application/merge-patch+json]} 2022-04-14T08:22:09.707Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Invoke 2022-04-14T08:22:09.707Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f3a1b463-7b33-4529-983d-91e378858cf2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3b054522-586e-414d-bf47-5c7ce2ac7ed6], X-ECOMP-RequestID=[f3a1b463-7b33-4529-983d-91e378858cf2], X-TransactionId=[], X-ONAP-RequestID=[f3a1b463-7b33-4529-983d-91e378858cf2], Content-Type=[application/merge-patch+json]} 2022-04-14T08:22:10.741Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T08:22:10.742Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?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-14T08:22:10.742Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T08:22:10.743Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?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-14T08:22:10.747Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?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-14T08:22:10.748Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f3a1b463-7b33-4529-983d-91e378858cf2 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-14T08:22:10.748Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-14T08:22:10.748Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:22:10.751Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:22:10.751Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||try to send status { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924530748, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T08:22:10.851Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:22:10.852Z||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-14T08:22:10.852Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:22:10.877Z||pool-208-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:22:10.878Z||pool-208-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-14T08:22:24.105Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:22:24.106Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?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-14T08:22:24.106Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:22:24.108Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:22:24.109Z||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-14T08:22:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:22:24.266Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:22:24.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:22:24.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924484105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:22:24.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:22:33.683Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:23:24.105Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:23:24.106Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?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-14T08:23:24.106Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:23:24.108Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:23:24.109Z||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-14T08:23:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:23:24.643Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:23:24.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:23:24.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924484105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:23:24.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:23:24.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:23:24.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924484105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:23:24.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:23:24.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:23:24.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924484105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:23:24.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:23:24.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:23:24.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924484105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:23:24.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:23:24.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:23:24.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924484105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/resourceInstances/pnf0540de68efb50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:23:24.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:23:24.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:23:24.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924484105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:23:24.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:23:24.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:23:24.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924484105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:23:24.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:23:24.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:23:24.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924493450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:23:24.648Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:23:24.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:23:24.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924495533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIi9mum0s3qe1pctui6l2/1.0/artifacts/service-DemoPnfIi9mum0s3qe1pctui6l2-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:23:24.648Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:23:24.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:23:24.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3a1b463-7b33-4529-983d-91e378858cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924530748, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T08:23:24.649Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:23:33.690Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:24:24.106Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:24:24.108Z||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-14T08:24:24.108Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:24:24.109Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:24:24.110Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?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-14T08:24:24.110Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:24:24.288Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:24:24.290Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.291Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649924633428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.293Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.293Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.293Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "clamp", "timestamp": 1649924634668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.294Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.294Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.294Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "cds", "timestamp": 1649924639957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.294Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.294Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.294Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "aai-ml", "timestamp": 1649924641585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.294Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.294Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.294Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "ves-openapi-manager", "timestamp": 1649924642794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.295Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.295Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.295Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "policy-id", "timestamp": 1649924643363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.295Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.295Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.296Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "aai-ml", "timestamp": 1649924641585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vfw4ecc05f290340_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.296Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.296Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.296Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "cds", "timestamp": 1649924639957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vfw4ecc05f290340_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.296Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.297Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.297Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649924633428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vfw4ecc05f290340_modules.json", "status": "NOTIFIED" } 2022-04-14T08:24:24.297Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.297Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.298Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "clamp", "timestamp": 1649924634668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vfw4ecc05f290340_modules.json", "status": "NOTIFIED" } 2022-04-14T08:24:24.298Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.298Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.298Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "ves-openapi-manager", "timestamp": 1649924642794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vfw4ecc05f290340_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.298Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.298Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.299Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "policy-id", "timestamp": 1649924643363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vfw4ecc05f290340_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.299Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.299Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.299Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "cds", "timestamp": 1649924639957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.299Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.299Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.300Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "aai-ml", "timestamp": 1649924641585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.300Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.300Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.300Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649924633428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T08:24:24.301Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.301Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.301Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "clamp", "timestamp": 1649924634668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.301Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.301Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.302Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "ves-openapi-manager", "timestamp": 1649924642794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.302Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.302Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.302Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "policy-id", "timestamp": 1649924643363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T08:24:24.303Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.303Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.303Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "aai-ml", "timestamp": 1649924641585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.303Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.304Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.304Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "cds", "timestamp": 1649924639957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.304Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.304Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.304Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "clamp", "timestamp": 1649924634668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.305Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.305Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.305Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649924633428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.305Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.305Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.305Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "ves-openapi-manager", "timestamp": 1649924642794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.306Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.306Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.306Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "policy-id", "timestamp": 1649924643363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.306Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.306Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.306Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "aai-ml", "timestamp": 1649924641585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.306Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.306Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.307Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649924633428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-14T08:24:24.307Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.307Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.307Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "cds", "timestamp": 1649924639957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.307Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.307Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.307Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "clamp", "timestamp": 1649924634668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.308Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.308Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.308Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "ves-openapi-manager", "timestamp": 1649924642794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.308Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.308Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.308Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "policy-id", "timestamp": 1649924643363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.308Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.308Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.309Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "aai-ml", "timestamp": 1649924641585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.309Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.309Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.309Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "cds", "timestamp": 1649924639957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.309Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.309Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.309Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "clamp", "timestamp": 1649924634668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.309Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.310Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.310Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649924633428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.310Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.310Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.310Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "ves-openapi-manager", "timestamp": 1649924642794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.310Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.311Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.311Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "policy-id", "timestamp": 1649924643363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.311Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.311Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.311Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "cds", "timestamp": 1649924639957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:24:24.311Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.312Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.312Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649924633428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:24:24.312Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.312Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.312Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "aai-ml", "timestamp": 1649924641585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:24:24.312Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.313Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.313Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "clamp", "timestamp": 1649924634668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:24:24.313Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.313Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.313Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "ves-openapi-manager", "timestamp": 1649924642794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.313Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.314Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.314Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "policy-id", "timestamp": 1649924643363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:24:24.314Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.314Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.314Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "cds", "timestamp": 1649924650946, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:24:24.314Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:24:24.314Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.315Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "aai-ml", "timestamp": 1649924651975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:24:24.315Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:24:24.315Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.315Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649924651131, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vfw4ecc05f290340_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T08:24:24.315Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:24:24.315Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.316Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "policy-id", "timestamp": 1649924651913, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:24:24.316Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:24:24.316Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.316Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "cds", "timestamp": 1649924651953, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-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-14T08:24:24.364Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cf2bca48-17dd-495c-ab41-4b84b824da2d 2022-04-14T08:24:24.365Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId cf2bca48-17dd-495c-ab41-4b84b824da2d 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-14T08:24:24.374Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.374Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649924652525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T08:24:24.375Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:24:24.375Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.375Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "policy-id", "timestamp": 1649924652917, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:24:24.375Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:24:24.375Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.376Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "policy-id", "timestamp": 1649924653920, "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-14T08:24:24.384Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cf2bca48-17dd-495c-ab41-4b84b824da2d 2022-04-14T08:24:24.384Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId cf2bca48-17dd-495c-ab41-4b84b824da2d 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-14T08:24:24.392Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.392Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649924654026, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-14T08:24:24.392Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:24:24.392Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.392Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649924655056, "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-14T08:24:24.397Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cf2bca48-17dd-495c-ab41-4b84b824da2d 2022-04-14T08:24:24.398Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId cf2bca48-17dd-495c-ab41-4b84b824da2d 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-14T08:24:24.405Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.405Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649924656058, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vfw4ecc05f290340_modules.json", "status": "DEPLOY_OK" } 2022-04-14T08:24:24.406Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:24:24.406Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.406Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "clamp", "timestamp": 1649924656678, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:24:24.406Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:24:24.406Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.406Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924656129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.406Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.407Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.407Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924656129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vfw4ecc05f290340_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.407Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.407Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.407Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "clamp", "timestamp": 1649924658693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:24:24.407Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:24:24.408Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.408Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924656129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.408Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.408Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.408Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "clamp", "timestamp": 1649924659703, "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-14T08:24:24.415Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cf2bca48-17dd-495c-ab41-4b84b824da2d 2022-04-14T08:24:24.416Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId cf2bca48-17dd-495c-ab41-4b84b824da2d 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-14T08:24:24.436Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.437Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924656129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.437Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.437Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.437Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924656129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.437Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.438Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.438Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924656129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.438Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.438Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.438Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "aai-ml", "timestamp": 1649924663126, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-14T08:24:24.438Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:24:24.438Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:24:24.438Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924656129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:24:24.439Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:24:24.763Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:24:24.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-14T08:24:24.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"cf2bca48-17dd-495c-ab41-4b84b824da2d","serviceName":"vFW 2022-04-14 08-20-20","serviceVersion":"1.0","serviceUUID":"94fe773a-eca7-4030-9eac-c85b76e4be5a","serviceDescription":"catalog service description","serviceInvariantUUID":"172be049-0990-4f45-b3ae-c963fd4ee878","resources":[{"resourceInstanceName":"vFW 4ecc05f2-9034 0","resourceName":"vFW 4ecc05f2-9034","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"896a24f5-b897-4017-8b88-b0f8096cf4db","resourceInvariantUUID":"233d65b4-67cc-4610-8bab-a7029535ae98","resourceCustomizationUUID":"c7914826-6cd2-409b-b9db-b506640af5f8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vf-license-model.xml","artifactChecksum":"NTNlZDBmMDEwODMyM2M2Mzg2YTBkMzRkYmM3YmUzZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4c2cbab0-2175-47da-8afa-62105259a488","artifactVersion":"1"},{"artifactName":"vfw4ecc05f290340_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vfw4ecc05f290340_modules.json","artifactChecksum":"MWY1ZTk3OTE1YWI4NGEyODQ2NTM1MWQwNDE4NzdiY2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d91fc5d3-95f6-4135-a8f5-466d9ba2b2c1","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"aa80c598-802d-4178-bfa1-b1c6ef51b2c0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vendor-license-model.xml","artifactChecksum":"ZTQ1OGUyZTkyY2QzZThiNWRjNjc4NGY4MzYyYTc1N2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a0e3a76d-b8b5-4690-b071-13488e6b5d14","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4d9b5445-ef86-409d-a1d9-00721dbb493f","artifactVersion":"3","generatedFromUUID":"aa80c598-802d-4178-bfa1-b1c6ef51b2c0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220414082020-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-template.yml","artifactChecksum":"MjlhOWQyMGQyNTA0ZDFlZTQ5ZjFiOTgxOTNkYTEzOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2d28d8c2-954e-4508-9843-eaf8af9e36f8","artifactVersion":"1"},{"artifactName":"service-Vfw20220414082020-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar","artifactChecksum":"NjllMDZkYjQ2NGQ1YTQ1ZTYzODE2YWY0NWVhMTYxMGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ad7bd7a8-1f3a-4cf7-b91f-2c24cce77e86","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-14T08:24:24.766Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:24:24.766Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:24:24.770Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:24:24.770Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924664105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:24.870Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:24:24.872Z||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-14T08:24:24.872Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:24:24.885Z||pool-209-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:24:24.886Z||pool-209-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:24:25.771Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:24:25.771Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:24:25.774Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:24:25.774Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924664105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vfw4ecc05f290340_modules.json", "status": "NOTIFIED" } 2022-04-14T08:24:25.874Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:24:25.875Z||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-14T08:24:25.875Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:24:25.894Z||pool-210-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:24:25.895Z||pool-210-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:24:26.774Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:24:26.775Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:24:26.778Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:24:26.778Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924664105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T08:24:26.878Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:24:26.879Z||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-14T08:24:26.879Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:24:26.892Z||pool-211-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:24:26.893Z||pool-211-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-14T08:24:27.779Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:24:27.780Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:24:27.782Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:24:27.782Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924664105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:27.882Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:24:27.883Z||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-14T08:24:27.883Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:24:27.897Z||pool-212-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:24:27.899Z||pool-212-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:24:28.783Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:24:28.784Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:24:28.786Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:24:28.786Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924664105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-14T08:24:28.886Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:24:28.887Z||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-14T08:24:28.887Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:24:28.911Z||pool-213-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:24:28.912Z||pool-213-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-04-14T08:24:29.787Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:24:29.788Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:24:29.789Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:24:29.790Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924664105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:24:29.890Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:24:29.893Z||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-14T08:24:29.893Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:24:29.907Z||pool-214-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:24:29.908Z||pool-214-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:24:30.790Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:24:30.791Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:24:30.793Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:24:30.794Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924664105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:24:30.894Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:24:30.895Z||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-14T08:24:30.895Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:24:30.917Z||pool-215-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:24:30.918Z||pool-215-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:24:31.795Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "serviceName": "vFW 2022-04-14 08-20-20", "serviceVersion": "1.0", "serviceUUID": "94fe773a-eca7-4030-9eac-c85b76e4be5a", "serviceDescription": "catalog service description", "serviceInvariantUUID": "172be049-0990-4f45-b3ae-c963fd4ee878", "resources": [ { "resourceInstanceName": "vFW 4ecc05f2-9034 0", "resourceCustomizationUUID": "c7914826-6cd2-409b-b9db-b506640af5f8", "resourceName": "vFW 4ecc05f2-9034", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "896a24f5-b897-4017-8b88-b0f8096cf4db", "resourceInvariantUUID": "233d65b4-67cc-4610-8bab-a7029535ae98", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw4ecc05f290340_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vfw4ecc05f290340_modules.json", "artifactChecksum": "MWY1ZTk3OTE1YWI4NGEyODQ2NTM1MWQwNDE4NzdiY2I\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d91fc5d3-95f6-4135-a8f5-466d9ba2b2c1", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "aa80c598-802d-4178-bfa1-b1c6ef51b2c0", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "4d9b5445-ef86-409d-a1d9-00721dbb493f", "generatedFromUUID": "aa80c598-802d-4178-bfa1-b1c6ef51b2c0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "4d9b5445-ef86-409d-a1d9-00721dbb493f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220414082020-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar", "artifactChecksum": "NjllMDZkYjQ2NGQ1YTQ1ZTYzODE2YWY0NWVhMTYxMGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ad7bd7a8-1f3a-4cf7-b91f-2c24cce77e86" } ], "workloadContext": "Production" } 2022-04-14T08:24:31.795Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-14T08:24:31.795Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 94fe773a-eca7-4030-9eac-c85b76e4be5a ASDC 2022-04-14T08:24:31.796Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:cf2bca48-17dd-495c-ab41-4b84b824da2d ServiceName:vFW 2022-04-14 08-20-20 ServiceVersion:1.0 ServiceUUID:94fe773a-eca7-4030-9eac-c85b76e4be5a ServiceInvariantUUID:172be049-0990-4f45-b3ae-c963fd4ee878 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220414082020-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar ArtifactUUID:ad7bd7a8-1f3a-4cf7-b91f-2c24cce77e86 ArtifactChecksum:NjllMDZkYjQ2NGQ1YTQ1ZTYzODE2YWY0NWVhMTYxMGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 4ecc05f2-9034 0 ResourceCustomizationUUID:c7914826-6cd2-409b-b9db-b506640af5f8 ResourceInvariantUUID:233d65b4-67cc-4610-8bab-a7029535ae98 ResourceName:vFW 4ecc05f2-9034 ResourceType:VF ResourceUUID:896a24f5-b897-4017-8b88-b0f8096cf4db ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw4ecc05f290340_modules.json ArtifactVersion:2 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vfw4ecc05f290340_modules.json ArtifactUUID:d91fc5d3-95f6-4135-a8f5-466d9ba2b2c1 ArtifactChecksum:MWY1ZTk3OTE1YWI4NGEyODQ2NTM1MWQwNDE4NzdiY2I= 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/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.yaml ArtifactUUID:aa80c598-802d-4178-bfa1-b1c6ef51b2c0 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/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.env ArtifactUUID:4d9b5445-ef86-409d-a1d9-00721dbb493f 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/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.env ArtifactUUID:4d9b5445-ef86-409d-a1d9-00721dbb493f ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-14T08:24:31.796Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 94fe773a-eca7-4030-9eac-c85b76e4be5a 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-14T08:24:31.832Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T08:24:31.833Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-14T08:24:31.833Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-14T08:24:31.833Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ad7bd7a8-1f3a-4cf7-b91f-2c24cce77e86 from URL: /sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar 2022-04-14T08:24:31.833Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-14T08:24:31.833Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar 2022-04-14T08:24:32.328Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-14T08:24:32.334Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar ad7bd7a8-1f3a-4cf7-b91f-2c24cce77e86 98968 2022-04-14T08:24:32.335Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar ASDC sendASDCNotification 2022-04-14T08:24:32.335Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar 2022-04-14T08:24:32.335Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T08:24:32.335Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:24:32.338Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:24:32.338Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924672335, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:24:32.438Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:24:32.439Z||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-14T08:24:32.440Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:24:32.460Z||pool-216-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:24:32.461Z||pool-216-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:24:33.339Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T08:24:33.341Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-14T08:24:33.342Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ad7bd7a8-1f3a-4cf7-b91f-2c24cce77e86, URL: /sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar to file: /app/ASDC/1/service-Vfw20220414082020-csar.csar 2022-04-14T08:24:33.342Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220414082020-csar.csar 2022-04-14T08:24:33.343Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220414082020-csar.csar 2022-04-14T08:24:33.344Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220414082020-csar.csar 2022-04-14T08:24:33.568Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2676557412081351935/Definitions/service-Vfw20220414082020-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-14T08:24:35.765Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-14T08:24:35.766Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-04-14T08:24:35.766Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220414082020-csar.csar 2022-04-14T08:24:35.766Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-14T08:24:35.766Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|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-Vfw20220414082020-csar.csar 2022-04-14T08:24:35.767Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|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-Vfw20220414082020-csar.csar 2022-04-14T08:24:35.767Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|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-Vfw20220414082020-csar.csar 2022-04-14T08:24:35.767Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|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-Vfw20220414082020-csar.csar 2022-04-14T08:24:35.767Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|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-Vfw20220414082020-csar.csar 2022-04-14T08:24:35.767Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|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-Vfw20220414082020-csar.csar 2022-04-14T08:24:35.767Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4ecc05f2-9034 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-Vfw20220414082020-csar.csar 2022-04-14T08:24:35.767Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|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-Vfw20220414082020-csar.csar 2022-04-14T08:24:35.768Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|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-Vfw20220414082020-csar.csar 2022-04-14T08:24:35.768Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|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-Vfw20220414082020-csar.csar 2022-04-14T08:24:35.768Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|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-Vfw20220414082020-csar.csar 2022-04-14T08:24:35.768Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|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-Vfw20220414082020-csar.csar 2022-04-14T08:24:35.768Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|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-Vfw20220414082020-csar.csar 2022-04-14T08:24:35.769Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-04-14T08:24:35.769Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:35.769Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-14 08-20-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:24:35.770Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vFW 4ecc05f2-9034 0 is matching search criteria 2022-04-14T08:24:35.770Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-04-14T08:24:35.770Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4ecc05f2-9034 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T08:24:35.771Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:35.771Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-14 08-20-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:24:35.771Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vFW 4ecc05f2-9034 0 is matching search criteria 2022-04-14T08:24:35.772Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-04-14T08:24:35.772Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4ecc05f2-9034 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T08:24:35.772Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:35.772Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-14 08-20-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:24:35.773Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:35.773Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vFW 4ecc05f2-9034 0 is not matching search criteria 2022-04-14T08:24:35.773Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T08:24:35.773Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T08:24:35.773Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:24:35.774Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T08:24:35.774Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T08:24:35.774Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:24:35.774Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T08:24:35.774Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T08:24:35.775Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T08:24:35.775Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:24:35.775Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T08:24:35.775Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T08:24:35.776Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T08:24:35.776Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T08:24:35.776Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:24:35.776Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-14T08:24:35.776Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:35.777Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-14 08-20-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-14T08:24:35.777Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:35.777Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vFW 4ecc05f2-9034 0 is matching search criteria 2022-04-14T08:24:35.777Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4ecc05f2-9034 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T08:24:35.778Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:35.778Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vFW 4ecc05f2-9034 0 is matching search criteria 2022-04-14T08:24:35.778Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4ecc05f2-9034 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T08:24:35.779Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:35.779Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vFW 4ecc05f2-9034 0 is matching search criteria 2022-04-14T08:24:35.779Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4ecc05f2-9034 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T08:24:35.779Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:35.779Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vFW 4ecc05f2-9034 0 is not matching search criteria 2022-04-14T08:24:35.780Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T08:24:35.780Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-14T08:24:35.780Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T08:24:35.780Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T08:24:35.780Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T08:24:35.781Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:24:35.781Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T08:24:35.781Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T08:24:35.781Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T08:24:35.782Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T08:24:35.782Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:24:35.782Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bfbd0f0f-cfde-4e5c-b696-9960dab69454 2022-04-14T08:24:35.783Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:35.783Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vFW 4ecc05f2-9034 0 is not matching search criteria 2022-04-14T08:24:35.783Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T08:24:35.783Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T08:24:35.784Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:24:35.784Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T08:24:35.784Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T08:24:35.784Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:24:35.784Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T08:24:35.785Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-14T08:24:35.785Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T08:24:35.785Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T08:24:35.785Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T08:24:35.785Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:24:35.786Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f269459b-ae1c-427f-95c2-1ec9948cd13c 2022-04-14T08:24:35.786Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:35.786Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vFW 4ecc05f2-9034 0 is not matching search criteria 2022-04-14T08:24:35.786Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T08:24:35.786Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T08:24:35.787Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:24:35.787Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T08:24:35.787Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T08:24:35.787Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:24:35.787Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T08:24:35.788Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T08:24:35.788Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T08:24:35.788Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:24:35.788Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T08:24:35.788Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-14T08:24:35.789Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3bb4f9c9-62ae-43c5-96e1-adbfb934dad7 2022-04-14T08:24:35.789Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:35.789Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-14 08-20-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:24:35.790Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:35.790Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-14 08-20-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:24:35.790Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:35.790Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-14 08-20-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:24:35.791Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:35.791Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-14 08-20-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:24:35.791Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-14 08-20-20 Description:catalog service description Model UUID:94fe773a-eca7-4030-9eac-c85b76e4be5a Model Version:NULL Model InvariantUuid:172be049-0990-4f45-b3ae-c963fd4ee878 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 4ecc05f2-9034 Model UUID:0960554c-6c92-4102-bf5c-347576858616 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:233d65b4-67cc-4610-8bab-a7029535ae98 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c7914826-6cd2-409b-b9db-b506640af5f8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2bd092f6-53d6-47e0-8357-2861e289075d ModelName:Vfw4ecc05f29034..base_vfw..module-0 ModelUuid:87a958bf-2c93-4497-b1de-02cb8df9c19a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bfbd0f0f-cfde-4e5c-b696-9960dab69454 ModelInvariantUuid:a79d584a-0dbf-4891-afd9-bd895c2af2d4 ModelName:vFW 4ecc05f2-9034-nodes.vfwCvfc ModelUuid:857b9e20-5066-4574-aad3-5a4af6dfaea0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:bb36108b-9b91-4fcf-8412-9d3a27ab3927 ModelInvariantUuid:7e4521f9-4a6a-46d3-8b61-288fa15611c2 ModelName:Vfw4ecc05f29034.compute.nodes.heat.vfw ModelUuid:231a6c1c-da5e-4ba0-bb1b-067a09cab21d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f269459b-ae1c-427f-95c2-1ec9948cd13c ModelInvariantUuid:cb37d3b7-b420-4cb2-8a25-9320a1ea17f5 ModelName:vFW 4ecc05f2-9034-nodes.vsnCvfc ModelUuid:ac595849-0704-43b2-8ee5-3259af01a347 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:57abaa2d-49dd-4939-8d4c-59eb7fdecf90 ModelInvariantUuid:13bfe310-6365-4600-bf06-11a9a1a21cda ModelName:Vfw4ecc05f29034.compute.nodes.heat.vsn ModelUuid:268fe61b-6349-44fb-a7d9-adbbafc37e1f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:3bb4f9c9-62ae-43c5-96e1-adbfb934dad7 ModelInvariantUuid:1af217c1-128e-4986-aab3-a6f11778059f ModelName:vFW 4ecc05f2-9034-nodes.vpgCvfc ModelUuid:885caa3e-5b16-4957-9d00-026655e7f82b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:e9bf2c0a-8fd1-4b40-80a0-fac1da4374e0 ModelInvariantUuid:55ededda-e508-416f-a8cb-12f439669039 ModelName:Vfw4ecc05f29034.compute.nodes.heat.vpg ModelUuid:33c5986c-ade1-402d-84b6-ef791cb85584 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-14T08:24:35.799Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 896a24f5-b897-4017-8b88-b0f8096cf4db 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-14T08:24:35.804Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||vFW 4ecc05f2-9034 0 2022-04-14T08:24:35.804Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 896a24f5-b897-4017-8b88-b0f8096cf4db 2022-04-14T08:24:35.804Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d91fc5d3-95f6-4135-a8f5-466d9ba2b2c1 from URL: /sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vfw4ecc05f290340_modules.json 2022-04-14T08:24:35.805Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-14T08:24:35.805Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vfw4ecc05f290340_modules.json 2022-04-14T08:24:35.937Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-14T08:24:35.937Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vfw4ecc05f290340_modules.json d91fc5d3-95f6-4135-a8f5-466d9ba2b2c1 785 2022-04-14T08:24:35.938Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vfw4ecc05f290340_modules.json ASDC sendASDCNotification 2022-04-14T08:24:35.938Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vfw4ecc05f290340_modules.json 2022-04-14T08:24:35.938Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T08:24:35.939Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:24:35.941Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:24:35.942Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924675938, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vfw4ecc05f290340_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T08:24:36.042Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:24:36.043Z||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-14T08:24:36.043Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:24:36.057Z||pool-217-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:24:36.057Z||pool-217-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:24:36.943Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw4ecc05f29034..base_vfw..module-0", "vfModuleModelInvariantUUID": "2bd092f6-53d6-47e0-8357-2861e289075d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "87a958bf-2c93-4497-b1de-02cb8df9c19a", "vfModuleModelCustomizationUUID": "bba9f0ae-4993-4f07-b5db-2af2b63fccb3", "isBase": true, "artifacts": [ "aa80c598-802d-4178-bfa1-b1c6ef51b2c0", "4d9b5445-ef86-409d-a1d9-00721dbb493f" ], "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-14T08:24:36.947Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw4ecc05f29034..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:87a958bf-2c93-4497-b1de-02cb8df9c19a VfModuleModelInvariantUUID:2bd092f6-53d6-47e0-8357-2861e289075d VfModuleModelDescription:NULL Artifacts UUID List:{ aa80c598-802d-4178-bfa1-b1c6ef51b2c0 , 4d9b5445-ef86-409d-a1d9-00721dbb493f } 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-14T08:24:36.950Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw4ecc05f29034..base_vfw..module-0", "vfModuleModelInvariantUUID": "2bd092f6-53d6-47e0-8357-2861e289075d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "87a958bf-2c93-4497-b1de-02cb8df9c19a", "vfModuleModelCustomizationUUID": "bba9f0ae-4993-4f07-b5db-2af2b63fccb3", "isBase": true, "artifacts": [ "aa80c598-802d-4178-bfa1-b1c6ef51b2c0", "4d9b5445-ef86-409d-a1d9-00721dbb493f" ], "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-14T08:24:36.950Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw4ecc05f29034..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:87a958bf-2c93-4497-b1de-02cb8df9c19a VfModuleModelInvariantUUID:2bd092f6-53d6-47e0-8357-2861e289075d VfModuleModelDescription:NULL Artifacts UUID List:{ aa80c598-802d-4178-bfa1-b1c6ef51b2c0 , 4d9b5445-ef86-409d-a1d9-00721dbb493f } 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-14T08:24:36.950Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: aa80c598-802d-4178-bfa1-b1c6ef51b2c0 from URL: /sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.yaml 2022-04-14T08:24:36.951Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-14T08:24:36.951Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.yaml 2022-04-14T08:24:37.138Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-14T08:24:37.139Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.yaml aa80c598-802d-4178-bfa1-b1c6ef51b2c0 20368 2022-04-14T08:24:37.140Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-14T08:24:37.140Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.yaml 2022-04-14T08:24:37.140Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T08:24:37.140Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:24:37.142Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:24:37.142Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924677139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T08:24:37.242Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:24:37.243Z||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-14T08:24:37.243Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:24:37.257Z||pool-218-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:24:37.257Z||pool-218-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-14T08:24:38.143Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4d9b5445-ef86-409d-a1d9-00721dbb493f from URL: /sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.env 2022-04-14T08:24:38.143Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-14T08:24:38.144Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.env 2022-04-14T08:24:38.434Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-14T08:24:38.435Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.env 4d9b5445-ef86-409d-a1d9-00721dbb493f 2098 2022-04-14T08:24:38.435Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-14T08:24:38.436Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.env 2022-04-14T08:24:38.436Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T08:24:38.436Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:24:38.440Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:24:38.441Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924678435, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-14T08:24:38.540Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T08:24:38.541Z||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-14T08:24:38.541Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:24:38.555Z||pool-219-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:24:38.556Z||pool-219-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:24:39.441Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 94fe773a-eca7-4030-9eac-c85b76e4be5a 2022-04-14T08:24:39.442Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4ecc05f2-9034 0 896a24f5-b897-4017-8b88-b0f8096cf4db 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-14T08:24:39.458Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ef3fc73, org.onap.sdc.toscaparser.api.parameters.Input@51c64678, org.onap.sdc.toscaparser.api.parameters.Input@61b10dcc, org.onap.sdc.toscaparser.api.parameters.Input@14d3325b, org.onap.sdc.toscaparser.api.parameters.Input@752254d6] 2022-04-14T08:24:39.460Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:39.460Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-14 08-20-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:24:39.460Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-04-14T08:24:39.461Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= c7914826-6cd2-409b-b9db-b506640af5f8 2022-04-14T08:24:39.461Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c7914826-6cd2-409b-b9db-b506640af5f8 matches Tosca VF Customization UUID: c7914826-6cd2-409b-b9db-b506640af5f8 2022-04-14T08:24:39.461Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: c7914826-6cd2-409b-b9db-b506640af5f8 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-14T08:24:39.464Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:39.464Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-14 08-20-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:24:39.465Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id c7914826-6cd2-409b-b9db-b506640af5f8: {\"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-14T08:24:39.465Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@724e3daa 2022-04-14T08:24:39.465Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:39.465Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-14 08-20-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-14T08:24:39.466Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bba9f0ae-4993-4f07-b5db-2af2b63fccb3 2022-04-14T08:24:39.466Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bba9f0ae-4993-4f07-b5db-2af2b63fccb3 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-14T08:24:39.469Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:39.469Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vFW 4ecc05f2-9034 0 is matching search criteria 2022-04-14T08:24:39.469Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4ecc05f2-9034 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T08:24:39.469Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:39.470Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vFW 4ecc05f2-9034 0 is matching search criteria 2022-04-14T08:24:39.470Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4ecc05f2-9034 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T08:24:39.470Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:39.470Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vFW 4ecc05f2-9034 0 is not matching search criteria 2022-04-14T08:24:39.470Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T08:24:39.471Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-14T08:24:39.471Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T08:24:39.471Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T08:24:39.471Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T08:24:39.472Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:24:39.472Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T08:24:39.472Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T08:24:39.472Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T08:24:39.473Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T08:24:39.473Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:24:39.473Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bfbd0f0f-cfde-4e5c-b696-9960dab69454 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-14T08:24:39.476Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:39.476Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vFW 4ecc05f2-9034 0 is matching search criteria 2022-04-14T08:24:39.476Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4ecc05f2-9034 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T08:24:39.476Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:39.476Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vFW 4ecc05f2-9034 0 is not matching search criteria 2022-04-14T08:24:39.477Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T08:24:39.477Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T08:24:39.477Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:24:39.477Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T08:24:39.477Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T08:24:39.478Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:24:39.478Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T08:24:39.478Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-14T08:24:39.478Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T08:24:39.478Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T08:24:39.479Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T08:24:39.479Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:24:39.479Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f269459b-ae1c-427f-95c2-1ec9948cd13c 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-14T08:24:39.481Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:39.481Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vFW 4ecc05f2-9034 0 is matching search criteria 2022-04-14T08:24:39.481Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4ecc05f2-9034 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T08:24:39.482Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:39.482Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vFW 4ecc05f2-9034 0 is not matching search criteria 2022-04-14T08:24:39.482Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T08:24:39.482Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T08:24:39.482Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:24:39.482Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T08:24:39.482Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T08:24:39.483Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:24:39.483Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T08:24:39.483Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T08:24:39.483Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T08:24:39.483Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:24:39.484Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T08:24:39.484Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-14T08:24:39.484Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3bb4f9c9-62ae-43c5-96e1-adbfb934dad7 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-14T08:24:39.486Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:39.486Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vFW 4ecc05f2-9034 0 is matching search criteria 2022-04-14T08:24:39.486Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4ecc05f2-9034 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T08:24:39.487Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:39.487Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Node template vFW 4ecc05f2-9034 0 is matching search criteria 2022-04-14T08:24:39.487Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4ecc05f2-9034 0] matching following query criteria: sdcType=VF, customizationUUID=c7914826-6cd2-409b-b9db-b506640af5f8 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-14T08:24:39.489Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:39.489Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-14 08-20-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:24:39.489Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 94fe773a-eca7-4030-9eac-c85b76e4be5a: vFW 4ecc05f2-9034 2022-04-14T08:24:39.489Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:39.489Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-14 08-20-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:24:39.490Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:39.490Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-14 08-20-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:24:39.490Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:39.490Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-14 08-20-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:24:39.490Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:39.491Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-14 08-20-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:24:39.491Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:24:39.491Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-14 08-20-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:24:39.491Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-04-14 08-20-20 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-14T08:24:39.667Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4ecc05f2-9034 896a24f5-b897-4017-8b88-b0f8096cf4db 1 ASDC deployResourceStructure 2022-04-14T08:24:39.668Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vfw4ecc05f290340_modules.json ASDC sendASDCNotification 2022-04-14T08:24:39.668Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vfw4ecc05f290340_modules.json 2022-04-14T08:24:39.668Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T08:24:39.668Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:24:39.670Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:24:39.671Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924679668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vfw4ecc05f290340_modules.json", "status": "DEPLOY_OK" } 2022-04-14T08:24:39.771Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:24:39.772Z||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-14T08:24:39.772Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:24:39.787Z||pool-220-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:24:39.788Z||pool-220-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:24:40.672Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-14T08:24:40.672Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.yaml 2022-04-14T08:24:40.672Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T08:24:40.673Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:24:40.675Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:24:40.675Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924680671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-14T08:24:40.775Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:24:40.776Z||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-14T08:24:40.776Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:24:40.792Z||pool-221-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:24:40.793Z||pool-221-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:24:41.676Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-14T08:24:41.677Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.env 2022-04-14T08:24:41.677Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T08:24:41.677Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:24:41.679Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:24:41.680Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924681676, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-14T08:24:41.780Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:24:41.781Z||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-14T08:24:41.781Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:24:41.795Z||pool-222-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:24:41.796Z||pool-222-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-04-14T08:24:42.681Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar ASDC sendASDCNotification 2022-04-14T08:24:42.681Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar 2022-04-14T08:24:42.682Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T08:24:42.682Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:24:42.684Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:24:42.684Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924682681, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:24:42.784Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:24:42.785Z||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-14T08:24:42.785Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:24:42.806Z||pool-223-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:24:42.806Z||pool-223-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:24:43.685Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf2bca48-17dd-495c-ab41-4b84b824da2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:24:43.697Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf2bca48-17dd-495c-ab41-4b84b824da2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T08:24:43.700Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T08:24:43.700Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-14T08:24:43.700Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-14T08:25:13.701Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf2bca48-17dd-495c-ab41-4b84b824da2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:25:13.712Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf2bca48-17dd-495c-ab41-4b84b824da2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T08:25:13.716Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T08:25:13.716Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-14T08:25:13.717Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-14T08:25:24.109Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:25:24.109Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?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-14T08:25:24.110Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:25:24.145Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:25:24.145Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:25:24.146Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "aai-ml", "timestamp": 1649924664135, "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-14T08:25:24.153Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of cf2bca48-17dd-495c-ab41-4b84b824da2d 2022-04-14T08:25:24.153Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId cf2bca48-17dd-495c-ab41-4b84b824da2d 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-14T08:25:43.721Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf2bca48-17dd-495c-ab41-4b84b824da2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:25:43.731Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf2bca48-17dd-495c-ab41-4b84b824da2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T08:25:43.733Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T08:25:43.734Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-14T08:25:43.734Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-14T08:25:43.734Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-14T08:26:13.734Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf2bca48-17dd-495c-ab41-4b84b824da2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:26:13.745Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf2bca48-17dd-495c-ab41-4b84b824da2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T08:26:13.747Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T08:26:13.748Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-14T08:26:13.748Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-14T08:26:13.748Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-14T08:26:24.109Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:26:24.110Z||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-14T08:26:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:26:24.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:26:24.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T08:26:24.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924664372, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:26:24.642Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:26:24.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T08:26:24.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924664105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:26:24.644Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T08:26:24.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T08:26:24.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924664105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vfw4ecc05f290340_modules.json", "status": "NOTIFIED" } 2022-04-14T08:26:24.644Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T08:26:24.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T08:26:24.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924664105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T08:26:24.644Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T08:26:24.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T08:26:24.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924664105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:26:24.645Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T08:26:24.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T08:26:24.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924664105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-14T08:26:24.645Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T08:26:24.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T08:26:24.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924664105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:26:24.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T08:26:24.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T08:26:24.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924669832, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:26:24.647Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:26:24.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T08:26:24.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924664105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:26:24.648Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-14T08:26:24.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T08:26:24.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924670838, "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-14T08:26:24.663Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cf2bca48-17dd-495c-ab41-4b84b824da2d 2022-04-14T08:26:24.664Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf2bca48-17dd-495c-ab41-4b84b824da2d 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-14T08:26:24.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T08:26:24.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924672335, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:26:24.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:26:24.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T08:26:24.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924675938, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vfw4ecc05f290340_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T08:26:24.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:26:24.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T08:26:24.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924677139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T08:26:24.674Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:26:24.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T08:26:24.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924678435, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-14T08:26:24.674Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:26:24.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T08:26:24.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924679668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/vfw4ecc05f290340_modules.json", "status": "DEPLOY_OK" } 2022-04-14T08:26:24.675Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:26:24.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T08:26:24.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924680671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-14T08:26:24.675Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:26:24.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T08:26:24.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924681676, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/resourceInstances/vfw4ecc05f290340/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-14T08:26:24.675Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:26:24.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T08:26:24.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924682681, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414082020/1.0/artifacts/service-Vfw20220414082020-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:26:24.676Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:26:43.748Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf2bca48-17dd-495c-ab41-4b84b824da2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:26:43.767Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf2bca48-17dd-495c-ab41-4b84b824da2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T08:26:43.772Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T08:26:43.773Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-14T08:26:43.773Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-14T08:26:43.773Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-14T08:26:43.773Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-14T08:26:43.773Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|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-14T08:26:43.778Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-14T08:27:13.779Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cf2bca48-17dd-495c-ab41-4b84b824da2d 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-14T08:27:13.785Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cf2bca48-17dd-495c-ab41-4b84b824da2d and serviceModelVersionId: 94fe773a-eca7-4030-9eac-c85b76e4be5a 2022-04-14T08:27:13.785Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 172be049-0990-4f45-b3ae-c963fd4ee878 2022-04-14T08:27:13.786Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0 2022-04-14T08:27:13.793Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-04-14T08:27:13.849Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?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-14T08:27:13.851Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||Invoke 2022-04-14T08:27:15.376Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?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-14T08:27:15.381Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||Invoke 2022-04-14T08:27:16.908Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?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-14T08:27:16.910Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||Invoke 2022-04-14T08:27:17.941Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T08:27:17.942Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?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-14T08:27:17.942Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T08:27:17.943Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?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-14T08:27:17.949Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?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-14T08:27:17.949Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cf2bca48-17dd-495c-ab41-4b84b824da2d 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-14T08:27:17.950Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-14T08:27:17.950Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:27:17.953Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:27:17.953Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||try to send status { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924837950, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T08:27:18.053Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T08:27:18.054Z||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-14T08:27:18.054Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:27:18.073Z||pool-224-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:27:18.074Z||pool-224-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-14T08:27:18.966Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:27:18.967Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?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-14T08:27:18.967Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:27:24.109Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:27:24.109Z||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-14T08:27:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:27:24.758Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:27:24.758Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:27:24.758Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf2bca48-17dd-495c-ab41-4b84b824da2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924837950, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T08:27:24.759Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:27:29.208Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:27:29.209Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:27:29.210Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?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-14T08:27:29.210Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:27:38.771Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:27:38.772Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:27:38.773Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?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-14T08:27:38.773Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:27:48.323Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:28:24.105Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:28:24.105Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?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-14T08:28:24.106Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:28:24.108Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:28:24.109Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?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-14T08:28:24.110Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:28:24.738Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:28:24.739Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.740Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"5380d638-bf0f-4455-8c76-32248cf3cff0","serviceName":"Demo_pNF_xFA80dSmNLVg6RUBEeFJ","serviceVersion":"1.0","serviceUUID":"0e276dc5-8c7d-4c57-8783-53b761d6bd75","serviceDescription":"catalog service description","serviceInvariantUUID":"a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818","resources":[{"resourceInstanceName":"pNF d626222f-5fbc 0","resourceName":"pNF d626222f-5fbc","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4cbf5ed3-f800-4cb4-9b51-d987e118d235","resourceInvariantUUID":"3ba581fe-74fd-4c22-93c9-a2d2d85398f5","resourceCustomizationUUID":"ba0d1697-3ac1-4577-bcd6-8ffa55065902","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/vf-license-model.xml","artifactChecksum":"YzMxNWVmZGQ0YjZkN2EzN2MxOWE2ZjAzYzRlYmI0Yzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"314671bf-28b7-4eb6-8b7b-7504ae9e2c03","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/pNF.csar","artifactChecksum":"MjQxNTY0NzdlN2ViNjUzM2M0Y2I3NzNmY2QyNDFiMDI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"34287503-857b-4dae-a9ca-a92447d30b0b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"caef171d-aa93-4de8-9eab-dab4cb20be0b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2M1NTBkMGViMDdjOWFlZDIzNTdjMTVjYzgwYThiZjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e00f25c8-6724-467f-9e55-cab4dfa659b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6da7f423-7e27-4409-a3f8-42ae5cfdcfce","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb4a96e-41b4-48bd-8dc8-640dde03c426","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXfa80dsmnlvg6rubeefj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-template.yml","artifactChecksum":"NzI1MjgzODU1ZTk2Y2U1NTUzMzdlNTlmNDk5MGM1NjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"404d59ec-2aa1-4944-aa23-d1efd6bdd03f","artifactVersion":"1"},{"artifactName":"service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar","artifactChecksum":"MmI5NDFmMzIxYWQ1NjA0OGZlM2UwMDJmYTI0YWU1MTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e97539c2-1e13-4bbf-b34c-7baa6ab507c5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-14T08:28:24.742Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:28:24.742Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:28:24.746Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:28:24.747Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||try to send status { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924904105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.748Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:28:24.750Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.750Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "multicloud-k8s-id", "timestamp": 1649924873428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.751Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.751Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.751Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "cds", "timestamp": 1649924864957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.751Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.751Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.751Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924866130, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.752Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.752Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.752Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "clamp", "timestamp": 1649924874670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.752Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.752Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.752Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "cds", "timestamp": 1649924864957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.752Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.753Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.753Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "multicloud-k8s-id", "timestamp": 1649924873428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.753Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.753Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.753Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924866130, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.753Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.753Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.754Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "clamp", "timestamp": 1649924874670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.754Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.754Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.754Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "multicloud-k8s-id", "timestamp": 1649924873428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.754Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.754Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.754Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "cds", "timestamp": 1649924864957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.754Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.755Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.755Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924866130, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.755Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.755Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.755Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "clamp", "timestamp": 1649924874670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.755Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.755Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.755Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "cds", "timestamp": 1649924864957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.755Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.756Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.756Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "multicloud-k8s-id", "timestamp": 1649924873428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.756Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.756Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.756Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924866130, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.756Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.756Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.756Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "clamp", "timestamp": 1649924874670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.757Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.757Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.757Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "cds", "timestamp": 1649924864957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.757Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.757Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.757Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "multicloud-k8s-id", "timestamp": 1649924873428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.757Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.757Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.758Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924866130, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.758Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.758Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.758Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "clamp", "timestamp": 1649924874670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.758Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.758Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.758Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "cds", "timestamp": 1649924864957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.758Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.759Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.759Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "multicloud-k8s-id", "timestamp": 1649924873428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.759Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.759Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.759Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924866130, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.759Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.759Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.759Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "clamp", "timestamp": 1649924874670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.760Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.760Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.760Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "cds", "timestamp": 1649924864957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.760Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.760Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.760Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "multicloud-k8s-id", "timestamp": 1649924873428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.760Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.760Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.760Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924866130, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.761Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.761Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.761Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "clamp", "timestamp": 1649924874670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.761Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.761Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.761Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "cds", "timestamp": 1649924864957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:28:24.761Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.761Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.761Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "multicloud-k8s-id", "timestamp": 1649924873428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:28:24.762Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.762Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.762Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924866130, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:28:24.762Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.762Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.762Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "aai-ml", "timestamp": 1649924881585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.762Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.762Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.762Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "clamp", "timestamp": 1649924874670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:28:24.762Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.762Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.763Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "ves-openapi-manager", "timestamp": 1649924882794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.763Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.763Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.763Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "aai-ml", "timestamp": 1649924881585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.763Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.763Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.763Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "cds", "timestamp": 1649924882419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:28:24.763Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:28:24.763Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.764Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924883189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:28:24.764Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:28:24.764Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.764Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "ves-openapi-manager", "timestamp": 1649924882794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.764Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.764Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.764Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "aai-ml", "timestamp": 1649924881585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.764Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.764Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.764Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "cds", "timestamp": 1649924883424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-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-14T08:28:24.780Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5380d638-bf0f-4455-8c76-32248cf3cff0 2022-04-14T08:28:24.781Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 5380d638-bf0f-4455-8c76-32248cf3cff0 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-14T08:28:24.789Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.789Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "policy-id", "timestamp": 1649924883363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.790Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.790Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.790Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "ves-openapi-manager", "timestamp": 1649924882794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.790Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.790Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.790Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "aai-ml", "timestamp": 1649924881585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.790Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.790Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.790Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "policy-id", "timestamp": 1649924883363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.791Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.791Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.791Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924885685, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:28:24.791Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:28:24.791Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.791Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "ves-openapi-manager", "timestamp": 1649924882794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.791Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.791Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.791Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "aai-ml", "timestamp": 1649924881585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.791Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.791Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.791Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "policy-id", "timestamp": 1649924883363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.791Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.792Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.792Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649924886690, "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-14T08:28:24.797Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5380d638-bf0f-4455-8c76-32248cf3cff0 2022-04-14T08:28:24.798Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 5380d638-bf0f-4455-8c76-32248cf3cff0 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-14T08:28:24.808Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.808Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "ves-openapi-manager", "timestamp": 1649924882794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.808Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.809Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.809Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "aai-ml", "timestamp": 1649924881585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.809Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.809Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.809Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "policy-id", "timestamp": 1649924883363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.809Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.809Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.810Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "ves-openapi-manager", "timestamp": 1649924882794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-14T08:28:24.810Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.810Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.810Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "aai-ml", "timestamp": 1649924881585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.810Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.810Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.810Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "policy-id", "timestamp": 1649924883363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.810Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.810Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.810Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "ves-openapi-manager", "timestamp": 1649924882794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.810Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.810Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.810Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "aai-ml", "timestamp": 1649924881585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:28:24.811Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.811Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.811Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "policy-id", "timestamp": 1649924883363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.811Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.811Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.811Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "ves-openapi-manager", "timestamp": 1649924882794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.811Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.811Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.811Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "aai-ml", "timestamp": 1649924890623, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:28:24.811Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:28:24.813Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.813Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "policy-id", "timestamp": 1649924883363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:24.813Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.813Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.813Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "ves-openapi-manager", "timestamp": 1649924892176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T08:28:24.813Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:28:24.813Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.814Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "policy-id", "timestamp": 1649924883363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:28:24.814Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:28:24.814Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.814Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "ves-openapi-manager", "timestamp": 1649924893204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-14T08:28:24.814Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:28:24.814Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.814Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "policy-id", "timestamp": 1649924892439, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:28:24.814Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:28:24.814Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.815Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "ves-openapi-manager", "timestamp": 1649924894209, "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-14T08:28:24.822Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 5380d638-bf0f-4455-8c76-32248cf3cff0 2022-04-14T08:28:24.823Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 5380d638-bf0f-4455-8c76-32248cf3cff0 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-14T08:28:24.832Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.833Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "clamp", "timestamp": 1649924893715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:28:24.833Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:28:24.834Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.834Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "policy-id", "timestamp": 1649924893443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:28:24.834Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:28:24.834Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.834Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "policy-id", "timestamp": 1649924894447, "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-14T08:28:24.840Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5380d638-bf0f-4455-8c76-32248cf3cff0 2022-04-14T08:28:24.841Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 5380d638-bf0f-4455-8c76-32248cf3cff0 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-14T08:28:24.846Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T08:28:24.847Z||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-14T08:28:24.847Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:28:24.849Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.850Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "clamp", "timestamp": 1649924895733, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:28:24.850Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:28:24.850Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.850Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "aai-ml", "timestamp": 1649924896442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-14T08:28:24.850Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:28:24.850Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.850Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "clamp", "timestamp": 1649924896738, "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-14T08:28:24.858Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5380d638-bf0f-4455-8c76-32248cf3cff0 2022-04-14T08:28:24.858Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 5380d638-bf0f-4455-8c76-32248cf3cff0 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-14T08:28:24.870Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:28:24.870Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "aai-ml", "timestamp": 1649924897450, "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-14T08:28:24.876Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 5380d638-bf0f-4455-8c76-32248cf3cff0 2022-04-14T08:28:24.877Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 5380d638-bf0f-4455-8c76-32248cf3cff0 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-14T08:28:24.896Z||pool-225-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:28:24.897Z||pool-225-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:28:25.747Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:28:25.749Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:28:25.752Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:28:25.752Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||try to send status { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924904105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:25.852Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T08:28:25.853Z||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-14T08:28:25.853Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:28:25.865Z||pool-226-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:28:25.866Z||pool-226-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:28:26.753Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:28:26.754Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:28:26.756Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:28:26.756Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||try to send status { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924904105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:26.857Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:28:26.857Z||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-14T08:28:26.858Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:28:26.896Z||pool-227-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:28:26.897Z||pool-227-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:28:27.757Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:28:27.757Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:28:27.759Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:28:27.760Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||try to send status { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924904105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:27.865Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-04-14T08:28:27.866Z||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-14T08:28:27.866Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:28:27.908Z||pool-228-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:28:27.909Z||pool-228-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:28:28.760Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:28:28.761Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:28:28.763Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:28:28.763Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||try to send status { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924904105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:28.863Z||pool-229-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:28:28.864Z||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-14T08:28:28.864Z||pool-229-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:28:28.889Z||pool-229-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:28:28.890Z||pool-229-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:28:29.763Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:28:29.764Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:28:29.766Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:28:29.766Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||try to send status { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924904105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:29.867Z||pool-230-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-14T08:28:29.869Z||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-14T08:28:29.869Z||pool-230-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:28:29.893Z||pool-230-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:28:29.894Z||pool-230-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:28:30.767Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:28:30.767Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:28:30.769Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:28:30.769Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||try to send status { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924904105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:28:30.869Z||pool-231-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:28:30.870Z||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-14T08:28:30.870Z||pool-231-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:28:30.897Z||pool-231-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:28:30.898Z||pool-231-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:28:31.769Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:28:31.770Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:28:31.772Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:28:31.772Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||try to send status { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924904105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:28:31.873Z||pool-232-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-14T08:28:31.874Z||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-14T08:28:31.874Z||pool-232-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:28:31.902Z||pool-232-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:28:31.903Z||pool-232-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:28:32.774Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||sending notification to client: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "serviceName": "Demo_pNF_xFA80dSmNLVg6RUBEeFJ", "serviceVersion": "1.0", "serviceUUID": "0e276dc5-8c7d-4c57-8783-53b761d6bd75", "serviceDescription": "catalog service description", "serviceInvariantUUID": "a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818", "resources": [ { "resourceInstanceName": "pNF d626222f-5fbc 0", "resourceCustomizationUUID": "ba0d1697-3ac1-4577-bcd6-8ffa55065902", "resourceName": "pNF d626222f-5fbc", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4cbf5ed3-f800-4cb4-9b51-d987e118d235", "resourceInvariantUUID": "3ba581fe-74fd-4c22-93c9-a2d2d85398f5", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar", "artifactChecksum": "MmI5NDFmMzIxYWQ1NjA0OGZlM2UwMDJmYTI0YWU1MTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e97539c2-1e13-4bbf-b34c-7baa6ab507c5" } ], "workloadContext": "Production" } 2022-04-14T08:28:32.774Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-14T08:28:32.774Z|cf2bca48-17dd-495c-ab41-4b84b824da2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0e276dc5-8c7d-4c57-8783-53b761d6bd75 ASDC 2022-04-14T08:28:32.775Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||ASDC Notification: DistributionID:5380d638-bf0f-4455-8c76-32248cf3cff0 ServiceName:Demo_pNF_xFA80dSmNLVg6RUBEeFJ ServiceVersion:1.0 ServiceUUID:0e276dc5-8c7d-4c57-8783-53b761d6bd75 ServiceInvariantUUID:a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar ArtifactUUID:e97539c2-1e13-4bbf-b34c-7baa6ab507c5 ArtifactChecksum:MmI5NDFmMzIxYWQ1NjA0OGZlM2UwMDJmYTI0YWU1MTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF d626222f-5fbc 0 ResourceCustomizationUUID:ba0d1697-3ac1-4577-bcd6-8ffa55065902 ResourceInvariantUUID:3ba581fe-74fd-4c22-93c9-a2d2d85398f5 ResourceName:pNF d626222f-5fbc ResourceType:PNF ResourceUUID:4cbf5ed3-f800-4cb4-9b51-d987e118d235 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-14T08:28:32.776Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0e276dc5-8c7d-4c57-8783-53b761d6bd75 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-14T08:28:32.801Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T08:28:32.801Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||MSO config path is: /app 2022-04-14T08:28:32.802Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||MSO config path is: /app 2022-04-14T08:28:32.802Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||Trying to download the artifact UUID: e97539c2-1e13-4bbf-b34c-7baa6ab507c5 from URL: /sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar 2022-04-14T08:28:32.802Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||DistributionClient - download 2022-04-14T08:28:32.802Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar 2022-04-14T08:28:33.624Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T08:28:33.629Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar e97539c2-1e13-4bbf-b34c-7baa6ab507c5 82662 2022-04-14T08:28:33.630Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar ASDC sendASDCNotification 2022-04-14T08:28:33.630Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar 2022-04-14T08:28:33.630Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T08:28:33.631Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:28:33.632Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:28:33.633Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||try to send status { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924913630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:28:33.733Z||pool-233-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:28:33.734Z||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-14T08:28:33.734Z||pool-233-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:28:33.747Z||pool-233-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:28:33.748Z||pool-233-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-14T08:28:34.633Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T08:28:34.635Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||MSO config path is: /app 2022-04-14T08:28:34.635Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||Trying to write artifact UUID: e97539c2-1e13-4bbf-b34c-7baa6ab507c5, URL: /sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar to file: /app/ASDC/1/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar 2022-04-14T08:28:34.635Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar 2022-04-14T08:28:34.636Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar 2022-04-14T08:28:34.636Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar 2022-04-14T08:28:34.774Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13034354707245520755/Definitions/service-DemoPnfXfa80dsmnlvg6rubeefj-template.yml 2022-04-14T08:28:35.874Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-14T08:28:35.874Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|WARN|500||#################################################################################################### 2022-04-14T08:28:35.875Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar 2022-04-14T08:28:35.875Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-14T08:28:35.875Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d626222f-5fbc 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-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar 2022-04-14T08:28:35.875Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?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-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar 2022-04-14T08:28:35.875Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?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-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar 2022-04-14T08:28:35.876Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?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-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar 2022-04-14T08:28:35.876Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?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-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar 2022-04-14T08:28:35.876Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?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-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar 2022-04-14T08:28:35.876Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?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-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar 2022-04-14T08:28:35.876Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|WARN|500||#################################################################################################### 2022-04-14T08:28:35.877Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:28:35.877Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Service Demo_pNF_xFA80dSmNLVg6RUBEeFJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:28:35.877Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Node template pNF d626222f-5fbc 0 is matching search criteria 2022-04-14T08:28:35.877Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Search for entities recursively 2022-04-14T08:28:35.878Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Found topology templates [pNF d626222f-5fbc 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T08:28:35.878Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:28:35.878Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Service Demo_pNF_xFA80dSmNLVg6RUBEeFJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:28:35.878Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Node template pNF d626222f-5fbc 0 is matching search criteria 2022-04-14T08:28:35.878Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Search for entities recursively 2022-04-14T08:28:35.879Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Found topology templates [pNF d626222f-5fbc 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T08:28:35.879Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:28:35.879Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Service Demo_pNF_xFA80dSmNLVg6RUBEeFJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:28:35.879Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:28:35.880Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Service Demo_pNF_xFA80dSmNLVg6RUBEeFJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:28:35.880Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:28:35.880Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Service Demo_pNF_xFA80dSmNLVg6RUBEeFJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:28:35.880Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:28:35.881Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Service Demo_pNF_xFA80dSmNLVg6RUBEeFJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:28:35.881Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:28:35.881Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Service Demo_pNF_xFA80dSmNLVg6RUBEeFJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:28:35.882Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_xFA80dSmNLVg6RUBEeFJ Description:catalog service description Model UUID:0e276dc5-8c7d-4c57-8783-53b761d6bd75 Model Version:NULL Model InvariantUuid:a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818 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-14T08:28:35.896Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 4cbf5ed3-f800-4cb4-9b51-d987e118d235 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-14T08:28:35.899Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||pNF d626222f-5fbc 0 2022-04-14T08:28:35.899Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 4cbf5ed3-f800-4cb4-9b51-d987e118d235 2022-04-14T08:28:35.899Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||No resources found for Service: 0e276dc5-8c7d-4c57-8783-53b761d6bd75 2022-04-14T08:28:35.899Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Preparing to deploy Service: 0e276dc5-8c7d-4c57-8783-53b761d6bd75 2022-04-14T08:28:35.899Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d626222f-5fbc 0 4cbf5ed3-f800-4cb4-9b51-d987e118d235 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-14T08:28:35.904Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d9e7a1e, org.onap.sdc.toscaparser.api.parameters.Input@37cc194b, org.onap.sdc.toscaparser.api.parameters.Input@52494019, org.onap.sdc.toscaparser.api.parameters.Input@2081f226, org.onap.sdc.toscaparser.api.parameters.Input@7e9122a2] 2022-04-14T08:28:35.904Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:28:35.904Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Service Demo_pNF_xFA80dSmNLVg6RUBEeFJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:28:35.905Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500|| resourceSeq for service uuid 0e276dc5-8c7d-4c57-8783-53b761d6bd75: pNF d626222f-5fbc 2022-04-14T08:28:35.905Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||Processing PNF resource: 4cbf5ed3-f800-4cb4-9b51-d987e118d235 2022-04-14T08:28:35.905Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:28:35.905Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Service Demo_pNF_xFA80dSmNLVg6RUBEeFJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:28:35.905Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||Resource customization UUID: ba0d1697-3ac1-4577-bcd6-8ffa55065902 is the same as notified resource customizationUUID: ba0d1697-3ac1-4577-bcd6-8ffa55065902 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-14T08:28:35.943Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d626222f-5fbc 4cbf5ed3-f800-4cb4-9b51-d987e118d235 0 ASDC deployResourceStructure 2022-04-14T08:28:35.943Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar ASDC sendASDCNotification 2022-04-14T08:28:35.944Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar 2022-04-14T08:28:35.944Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T08:28:35.944Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:28:35.946Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:28:35.946Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||try to send status { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924915943, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:28:36.047Z||pool-234-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:28:36.048Z||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-14T08:28:36.048Z||pool-234-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:28:36.067Z||pool-234-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:28:36.068Z||pool-234-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:28:36.947Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5380d638-bf0f-4455-8c76-32248cf3cff0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:28:36.958Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5380d638-bf0f-4455-8c76-32248cf3cff0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T08:28:36.961Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T08:28:36.961Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-14T08:28:36.962Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-14T08:28:36.962Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-14T08:28:36.962Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-14T08:28:36.962Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-14T08:28:36.962Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?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-14T08:28:36.968Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-14T08:29:06.968Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 5380d638-bf0f-4455-8c76-32248cf3cff0 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-14T08:29:06.974Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5380d638-bf0f-4455-8c76-32248cf3cff0 and serviceModelVersionId: 0e276dc5-8c7d-4c57-8783-53b761d6bd75 2022-04-14T08:29:06.974Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818 2022-04-14T08:29:06.975Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0 2022-04-14T08:29:06.980Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-14T08:29:07.027Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/172be049-0990-4f45-b3ae-c963fd4ee878/model-vers/model-ver/94fe773a-eca7-4030-9eac-c85b76e4be5a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?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-14T08:29:07.027Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500||Invoke 2022-04-14T08:29:08.560Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?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-14T08:29:08.561Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500||Invoke 2022-04-14T08:29:10.094Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?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-14T08:29:10.096Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500||Invoke 2022-04-14T08:29:11.124Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T08:29:11.126Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?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-14T08:29:11.126Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T08:29:11.126Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?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-14T08:29:11.131Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?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-14T08:29:11.131Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5380d638-bf0f-4455-8c76-32248cf3cff0 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-14T08:29:11.132Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-14T08:29:11.132Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:29:11.134Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:29:11.134Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|DEBUG|500||try to send status { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924951132, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T08:29:11.234Z||pool-235-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:29:11.235Z||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-14T08:29:11.235Z||pool-235-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:29:11.255Z||pool-235-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:29:11.256Z||pool-235-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-14T08:29:24.105Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:29:24.106Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?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-14T08:29:24.106Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:29:24.108Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:29:24.109Z||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-14T08:29:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:29:24.231Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:29:24.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:29:24.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924904105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:29:24.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:29:33.651Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:30:24.105Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:30:24.106Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?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-14T08:30:24.106Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:30:24.108Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:30:24.109Z||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-14T08:30:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:30:24.647Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:30:24.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:30:24.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924904105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:30:24.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:30:24.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:30:24.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924904105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:30:24.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:30:24.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:30:24.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924904105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:30:24.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:30:24.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:30:24.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924904105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:30:24.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:30:24.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:30:24.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924904105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/resourceInstances/pnfd626222f5fbc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:30:24.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:30:24.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:30:24.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924904105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:30:24.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:30:24.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:30:24.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924904105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:30:24.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-14T08:30:24.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:30:24.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924913630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:30:24.651Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:30:24.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:30:24.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924915943, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfa80dsmnlvg6rubeefj/1.0/artifacts/service-DemoPnfXfa80dsmnlvg6rubeefj-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:30:24.651Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:30:24.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-14T08:30:24.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5380d638-bf0f-4455-8c76-32248cf3cff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649924951132, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T08:30:24.651Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:30:33.665Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:31:24.105Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:31:24.105Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?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-14T08:31:24.105Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:31:24.108Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:31:24.109Z||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-14T08:31:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:31:33.654Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:31:33.658Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:32:24.105Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:32:24.106Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?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-14T08:32:24.106Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:32:24.108Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:32:24.109Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?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-14T08:32:24.109Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:32:33.659Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:32:33.667Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:33:24.105Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:33:24.105Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?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-14T08:33:24.105Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:33:24.108Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:33:24.109Z||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-14T08:33:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:33:33.661Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:33:33.664Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:34:24.105Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:34:24.105Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?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-14T08:34:24.106Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:34:24.108Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:34:24.109Z||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-14T08:34:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:34:33.672Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:34:33.681Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:35:24.105Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:35:24.106Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?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-14T08:35:24.107Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:35:24.108Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:35:24.109Z||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-14T08:35:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:35:33.666Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:35:33.667Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:36:24.105Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:36:24.107Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?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-14T08:36:24.107Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:36:24.108Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:36:24.109Z||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-14T08:36:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:36:33.667Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:36:33.667Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:37:24.106Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:37:24.107Z||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-14T08:37:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:37:24.108Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:37:24.109Z||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-14T08:37:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:37:33.660Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:37:33.662Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:38:24.105Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:38:24.106Z||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-14T08:38:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:38:24.108Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:38:24.110Z||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-14T08:38:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:38:33.674Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:38:33.685Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:39:24.105Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:39:24.106Z||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-14T08:39:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:39:24.109Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:39:24.109Z||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-14T08:39:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:39:24.743Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:39:24.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"981428e7-784e-44ae-9384-765e25d5d298","serviceName":"Demo_pNF_fTYiVfUv1lOnCoyDkf2L","serviceVersion":"1.0","serviceUUID":"79290fc9-b56e-4731-b3dd-b3a8744382b3","serviceDescription":"catalog service description","serviceInvariantUUID":"7a1861c9-72df-4032-9214-511a7b33d300","resources":[{"resourceInstanceName":"pNF 3a6dbacf-7fdb 0","resourceName":"pNF 3a6dbacf-7fdb","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"22e803fa-34b9-4633-8118-70739a04ea7e","resourceInvariantUUID":"4b780445-6cd2-4ae5-a206-c0f7e71b79ea","resourceCustomizationUUID":"de4e2f54-9007-4675-96db-269d532b58ec","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/vf-license-model.xml","artifactChecksum":"MjY2OWQzOTBiYTlmNDQzNjYxYjU5NzFjNWJhMjgxNWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c5a9c7e7-6b69-4c20-aae3-655248a54eab","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/pNF.csar","artifactChecksum":"MjQxNTY0NzdlN2ViNjUzM2M0Y2I3NzNmY2QyNDFiMDI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1739f1f9-3095-4fad-8273-6665dc05c206","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6d9cc9e8-7cc9-452e-9cdc-63cc9861939e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/vendor-license-model.xml","artifactChecksum":"Mzc4N2QxMDYxNWQ4OTE4ZGFhYzJkMTkyMmEzMzZkMTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a73acc66-9a7f-486b-8a07-967bca2731ed","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0b6e878-2b93-4a14-ae7e-bb9ccab65ae0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fea4216b-a47a-491b-ad4d-6689c18ff36d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFtyivfuv1loncoydkf2l-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-template.yml","artifactChecksum":"YjE2MTgwMWRjODc2M2JiYjk4OGEwZTgzM2NhOGU4OWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"47f19693-06a2-4e79-bf01-5b191452a443","artifactVersion":"1"},{"artifactName":"service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar","artifactChecksum":"ZDExY2QzZGE0MzYyMWRhNGIwZjk0MjZlZDY4ZWE2MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c3de23f6-fb1d-40a0-969e-5ba96b7bd999","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-14T08:39:24.747Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:39:24.747Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:39:24.752Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:39:24.753Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:39:24.753Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925564105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "cds", "timestamp": 1649925524957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "ves-openapi-manager", "timestamp": 1649925522794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "policy-id", "timestamp": 1649925523363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649925526129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "ves-openapi-manager", "timestamp": 1649925522794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "cds", "timestamp": 1649925524957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "policy-id", "timestamp": 1649925523363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649925526129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "ves-openapi-manager", "timestamp": 1649925522794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "cds", "timestamp": 1649925524957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "policy-id", "timestamp": 1649925523363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649925526129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "ves-openapi-manager", "timestamp": 1649925522794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "cds", "timestamp": 1649925524957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "policy-id", "timestamp": 1649925523363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649925526129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "ves-openapi-manager", "timestamp": 1649925522794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "cds", "timestamp": 1649925524957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "policy-id", "timestamp": 1649925523363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649925526129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "ves-openapi-manager", "timestamp": 1649925522794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-14T08:39:24.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "cds", "timestamp": 1649925524957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "policy-id", "timestamp": 1649925523363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649925526129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "ves-openapi-manager", "timestamp": 1649925522794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "cds", "timestamp": 1649925524957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "policy-id", "timestamp": 1649925523363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649925526129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "ves-openapi-manager", "timestamp": 1649925522794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "cds", "timestamp": 1649925524957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:39:24.773Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "policy-id", "timestamp": 1649925523363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:39:24.774Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649925526129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:39:24.774Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "multicloud-k8s-id", "timestamp": 1649925533428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "cds", "timestamp": 1649925534496, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:39:24.776Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:39:24.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "ves-openapi-manager", "timestamp": 1649925535960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T08:39:24.776Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:39:24.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "policy-id", "timestamp": 1649925534693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:39:24.777Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:39:24.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "clamp", "timestamp": 1649925534668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.777Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649925535413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:39:24.778Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:39:24.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "multicloud-k8s-id", "timestamp": 1649925533428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "cds", "timestamp": 1649925535520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-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-14T08:39:24.802Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 981428e7-784e-44ae-9384-765e25d5d298 2022-04-14T08:39:24.803Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 981428e7-784e-44ae-9384-765e25d5d298 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-14T08:39:24.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "ves-openapi-manager", "timestamp": 1649925536981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-14T08:39:24.814Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:39:24.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "clamp", "timestamp": 1649925534668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.815Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "policy-id", "timestamp": 1649925535698, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:39:24.816Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:39:24.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "multicloud-k8s-id", "timestamp": 1649925533428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "ves-openapi-manager", "timestamp": 1649925537984, "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-14T08:39:24.824Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 981428e7-784e-44ae-9384-765e25d5d298 2022-04-14T08:39:24.825Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 981428e7-784e-44ae-9384-765e25d5d298 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-14T08:39:24.839Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.839Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "clamp", "timestamp": 1649925534668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.840Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.840Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.840Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "policy-id", "timestamp": 1649925536701, "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-14T08:39:24.847Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 981428e7-784e-44ae-9384-765e25d5d298 2022-04-14T08:39:24.848Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 981428e7-784e-44ae-9384-765e25d5d298 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=? 2022-04-14T08:39:24.850Z||pool-236-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-04-14T08:39:24.852Z||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-14T08:39:24.852Z||pool-236-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-14T08:39:24.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "multicloud-k8s-id", "timestamp": 1649925533428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.858Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649925538083, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:39:24.859Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:39:24.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "clamp", "timestamp": 1649925534668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "multicloud-k8s-id", "timestamp": 1649925533428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649925539088, "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-14T08:39:24.865Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 981428e7-784e-44ae-9384-765e25d5d298 2022-04-14T08:39:24.865Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 981428e7-784e-44ae-9384-765e25d5d298 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-14T08:39:24.873Z||pool-236-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:39:24.874Z||pool-236-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:39:24.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "clamp", "timestamp": 1649925534668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "multicloud-k8s-id", "timestamp": 1649925533428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "clamp", "timestamp": 1649925534668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "multicloud-k8s-id", "timestamp": 1649925533428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "clamp", "timestamp": 1649925534668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "multicloud-k8s-id", "timestamp": 1649925533428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:39:24.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "aai-ml", "timestamp": 1649925541584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "clamp", "timestamp": 1649925534668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:39:24.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "aai-ml", "timestamp": 1649925541584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "aai-ml", "timestamp": 1649925541584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "aai-ml", "timestamp": 1649925541584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "aai-ml", "timestamp": 1649925541584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "aai-ml", "timestamp": 1649925541584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "aai-ml", "timestamp": 1649925541584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:24.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "aai-ml", "timestamp": 1649925541584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:39:24.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:39:24.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "aai-ml", "timestamp": 1649925550560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:39:24.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:39:24.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "clamp", "timestamp": 1649925555848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:39:24.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:39:24.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "aai-ml", "timestamp": 1649925556890, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-14T08:39:24.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:39:24.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "aai-ml", "timestamp": 1649925557894, "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-14T08:39:24.888Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 981428e7-784e-44ae-9384-765e25d5d298 2022-04-14T08:39:24.888Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 981428e7-784e-44ae-9384-765e25d5d298 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-14T08:39:24.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "clamp", "timestamp": 1649925557861, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:39:24.899Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:39:24.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:39:24.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "clamp", "timestamp": 1649925558866, "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-14T08:39:24.904Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 981428e7-784e-44ae-9384-765e25d5d298 2022-04-14T08:39:24.905Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 981428e7-784e-44ae-9384-765e25d5d298 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-14T08:39:25.754Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:39:25.754Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:39:25.757Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:39:25.758Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925564105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:25.858Z||pool-237-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:39:25.859Z||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-14T08:39:25.860Z||pool-237-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:39:25.897Z||pool-237-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:39:25.898Z||pool-237-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2022-04-14T08:39:26.758Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:39:26.759Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:39:26.762Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:39:26.764Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925564105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:26.862Z||pool-238-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-14T08:39:26.863Z||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-14T08:39:26.863Z||pool-238-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:39:26.880Z||pool-238-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:39:26.881Z||pool-238-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:39:27.764Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:39:27.765Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:39:27.767Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:39:27.767Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925564105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:27.868Z||pool-239-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:39:27.868Z||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-14T08:39:27.869Z||pool-239-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:39:27.916Z||pool-239-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:39:27.916Z||pool-239-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1} 2022-04-14T08:39:28.768Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:39:28.769Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:39:28.771Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:39:28.771Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925564105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:28.872Z||pool-240-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:39:28.873Z||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-14T08:39:28.873Z||pool-240-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:39:28.886Z||pool-240-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:39:28.886Z||pool-240-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:39:29.772Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:39:29.773Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:39:29.775Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:39:29.776Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925564105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:29.876Z||pool-241-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:39:29.877Z||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-14T08:39:29.877Z||pool-241-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:39:29.894Z||pool-241-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:39:29.895Z||pool-241-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:39:30.776Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:39:30.778Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:39:30.781Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:39:30.781Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925564105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:39:30.882Z||pool-242-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T08:39:30.882Z||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-14T08:39:30.883Z||pool-242-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:39:30.895Z||pool-242-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:39:30.896Z||pool-242-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:39:31.782Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:39:31.783Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:39:31.786Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:39:31.786Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925564105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:39:31.887Z||pool-243-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-14T08:39:31.888Z||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-14T08:39:31.888Z||pool-243-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:39:31.900Z||pool-243-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:39:31.901Z||pool-243-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:39:32.787Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "serviceName": "Demo_pNF_fTYiVfUv1lOnCoyDkf2L", "serviceVersion": "1.0", "serviceUUID": "79290fc9-b56e-4731-b3dd-b3a8744382b3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7a1861c9-72df-4032-9214-511a7b33d300", "resources": [ { "resourceInstanceName": "pNF 3a6dbacf-7fdb 0", "resourceCustomizationUUID": "de4e2f54-9007-4675-96db-269d532b58ec", "resourceName": "pNF 3a6dbacf-7fdb", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "22e803fa-34b9-4633-8118-70739a04ea7e", "resourceInvariantUUID": "4b780445-6cd2-4ae5-a206-c0f7e71b79ea", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar", "artifactChecksum": "ZDExY2QzZGE0MzYyMWRhNGIwZjk0MjZlZDY4ZWE2MTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c3de23f6-fb1d-40a0-969e-5ba96b7bd999" } ], "workloadContext": "Production" } 2022-04-14T08:39:32.788Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-14T08:39:32.788Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 79290fc9-b56e-4731-b3dd-b3a8744382b3 ASDC 2022-04-14T08:39:32.789Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:981428e7-784e-44ae-9384-765e25d5d298 ServiceName:Demo_pNF_fTYiVfUv1lOnCoyDkf2L ServiceVersion:1.0 ServiceUUID:79290fc9-b56e-4731-b3dd-b3a8744382b3 ServiceInvariantUUID:7a1861c9-72df-4032-9214-511a7b33d300 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar ArtifactUUID:c3de23f6-fb1d-40a0-969e-5ba96b7bd999 ArtifactChecksum:ZDExY2QzZGE0MzYyMWRhNGIwZjk0MjZlZDY4ZWE2MTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 3a6dbacf-7fdb 0 ResourceCustomizationUUID:de4e2f54-9007-4675-96db-269d532b58ec ResourceInvariantUUID:4b780445-6cd2-4ae5-a206-c0f7e71b79ea ResourceName:pNF 3a6dbacf-7fdb ResourceType:PNF ResourceUUID:22e803fa-34b9-4633-8118-70739a04ea7e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-14T08:39:32.790Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 79290fc9-b56e-4731-b3dd-b3a8744382b3 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-14T08:39:32.820Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T08:39:32.822Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-14T08:39:32.822Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-14T08:39:32.822Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c3de23f6-fb1d-40a0-969e-5ba96b7bd999 from URL: /sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar 2022-04-14T08:39:32.823Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-14T08:39:32.823Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar 2022-04-14T08:39:33.244Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-14T08:39:33.247Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar c3de23f6-fb1d-40a0-969e-5ba96b7bd999 82646 2022-04-14T08:39:33.248Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar ASDC sendASDCNotification 2022-04-14T08:39:33.248Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar 2022-04-14T08:39:33.248Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T08:39:33.249Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:39:33.251Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:39:33.251Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925573248, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:39:33.351Z||pool-244-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:39:33.352Z||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-14T08:39:33.352Z||pool-244-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:39:33.372Z||pool-244-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:39:33.373Z||pool-244-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:39:34.252Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T08:39:34.253Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-14T08:39:34.253Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c3de23f6-fb1d-40a0-969e-5ba96b7bd999, URL: /sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar to file: /app/ASDC/1/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar 2022-04-14T08:39:34.253Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar 2022-04-14T08:39:34.254Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar 2022-04-14T08:39:34.254Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar 2022-04-14T08:39:34.420Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9685420229005062647/Definitions/service-DemoPnfFtyivfuv1loncoydkf2l-template.yml 2022-04-14T08:39:35.364Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-14T08:39:35.364Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-04-14T08:39:35.364Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar 2022-04-14T08:39:35.365Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-14T08:39:35.365Z|981428e7-784e-44ae-9384-765e25d5d298|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-DemoPnfFtyivfuv1loncoydkf2l-csar.csar 2022-04-14T08:39:35.365Z|981428e7-784e-44ae-9384-765e25d5d298|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-DemoPnfFtyivfuv1loncoydkf2l-csar.csar 2022-04-14T08:39:35.365Z|981428e7-784e-44ae-9384-765e25d5d298|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-DemoPnfFtyivfuv1loncoydkf2l-csar.csar 2022-04-14T08:39:35.365Z|981428e7-784e-44ae-9384-765e25d5d298|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-DemoPnfFtyivfuv1loncoydkf2l-csar.csar 2022-04-14T08:39:35.365Z|981428e7-784e-44ae-9384-765e25d5d298|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-DemoPnfFtyivfuv1loncoydkf2l-csar.csar 2022-04-14T08:39:35.365Z|981428e7-784e-44ae-9384-765e25d5d298|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-DemoPnfFtyivfuv1loncoydkf2l-csar.csar 2022-04-14T08:39:35.365Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3a6dbacf-7fdb 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-DemoPnfFtyivfuv1loncoydkf2l-csar.csar 2022-04-14T08:39:35.365Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-04-14T08:39:35.365Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:39:35.365Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fTYiVfUv1lOnCoyDkf2L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:39:35.366Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Node template pNF 3a6dbacf-7fdb 0 is matching search criteria 2022-04-14T08:39:35.366Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-04-14T08:39:35.366Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 3a6dbacf-7fdb 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T08:39:35.366Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:39:35.366Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fTYiVfUv1lOnCoyDkf2L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:39:35.366Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Node template pNF 3a6dbacf-7fdb 0 is matching search criteria 2022-04-14T08:39:35.366Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-04-14T08:39:35.366Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 3a6dbacf-7fdb 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T08:39:35.366Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:39:35.367Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fTYiVfUv1lOnCoyDkf2L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:39:35.367Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:39:35.367Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fTYiVfUv1lOnCoyDkf2L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:39:35.367Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:39:35.367Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fTYiVfUv1lOnCoyDkf2L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:39:35.367Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:39:35.367Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fTYiVfUv1lOnCoyDkf2L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:39:35.367Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:39:35.367Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fTYiVfUv1lOnCoyDkf2L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:39:35.367Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_fTYiVfUv1lOnCoyDkf2L Description:catalog service description Model UUID:79290fc9-b56e-4731-b3dd-b3a8744382b3 Model Version:NULL Model InvariantUuid:7a1861c9-72df-4032-9214-511a7b33d300 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-14T08:39:35.374Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 22e803fa-34b9-4633-8118-70739a04ea7e 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-14T08:39:35.377Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||INFO|500||pNF 3a6dbacf-7fdb 0 2022-04-14T08:39:35.378Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 22e803fa-34b9-4633-8118-70739a04ea7e 2022-04-14T08:39:35.378Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 79290fc9-b56e-4731-b3dd-b3a8744382b3 2022-04-14T08:39:35.378Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 79290fc9-b56e-4731-b3dd-b3a8744382b3 2022-04-14T08:39:35.378Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3a6dbacf-7fdb 0 22e803fa-34b9-4633-8118-70739a04ea7e 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-14T08:39:35.383Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d4938f4, org.onap.sdc.toscaparser.api.parameters.Input@4852e442, org.onap.sdc.toscaparser.api.parameters.Input@23253720, org.onap.sdc.toscaparser.api.parameters.Input@5e5eaa82, org.onap.sdc.toscaparser.api.parameters.Input@4ac4b725] 2022-04-14T08:39:35.384Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:39:35.384Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fTYiVfUv1lOnCoyDkf2L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:39:35.385Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 79290fc9-b56e-4731-b3dd-b3a8744382b3: pNF 3a6dbacf-7fdb 2022-04-14T08:39:35.385Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||INFO|500||Processing PNF resource: 22e803fa-34b9-4633-8118-70739a04ea7e 2022-04-14T08:39:35.385Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:39:35.386Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fTYiVfUv1lOnCoyDkf2L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:39:35.386Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||INFO|500||Resource customization UUID: de4e2f54-9007-4675-96db-269d532b58ec is the same as notified resource customizationUUID: de4e2f54-9007-4675-96db-269d532b58ec 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-14T08:39:35.418Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3a6dbacf-7fdb 22e803fa-34b9-4633-8118-70739a04ea7e 0 ASDC deployResourceStructure 2022-04-14T08:39:35.418Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar ASDC sendASDCNotification 2022-04-14T08:39:35.418Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar 2022-04-14T08:39:35.419Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T08:39:35.419Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:39:35.421Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:39:35.422Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925575418, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:39:35.522Z||pool-245-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:39:35.523Z||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-14T08:39:35.523Z||pool-245-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:39:35.537Z||pool-245-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:39:35.538Z||pool-245-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:39:36.423Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 981428e7-784e-44ae-9384-765e25d5d298 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:39:36.434Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 981428e7-784e-44ae-9384-765e25d5d298 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T08:39:36.438Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T08:39:36.439Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-14T08:39:36.439Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-14T08:39:36.440Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-14T08:39:36.440Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-14T08:39:36.440Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-14T08:39:36.441Z|981428e7-784e-44ae-9384-765e25d5d298|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-14T08:39:36.446Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-14T08:40:06.447Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 981428e7-784e-44ae-9384-765e25d5d298 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-14T08:40:06.455Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 981428e7-784e-44ae-9384-765e25d5d298 and serviceModelVersionId: 79290fc9-b56e-4731-b3dd-b3a8744382b3 2022-04-14T08:40:06.456Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7a1861c9-72df-4032-9214-511a7b33d300 2022-04-14T08:40:06.460Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7a1861c9-72df-4032-9214-511a7b33d300/model-vers/model-ver/79290fc9-b56e-4731-b3dd-b3a8744382b3?depth=0 2022-04-14T08:40:06.466Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-04-14T08:40:06.511Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a1861c9-72df-4032-9214-511a7b33d300/model-vers/model-ver/79290fc9-b56e-4731-b3dd-b3a8744382b3?depth=0|INFO|500||Invoke 2022-04-14T08:40:06.512Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a1861c9-72df-4032-9214-511a7b33d300/model-vers/model-ver/79290fc9-b56e-4731-b3dd-b3a8744382b3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a1861c9-72df-4032-9214-511a7b33d300/model-vers/model-ver/79290fc9-b56e-4731-b3dd-b3a8744382b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[981428e7-784e-44ae-9384-765e25d5d298], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fe17426e-88c4-46fd-bc1a-7ccdc4eee35b], X-ECOMP-RequestID=[981428e7-784e-44ae-9384-765e25d5d298], X-TransactionId=[], X-ONAP-RequestID=[981428e7-784e-44ae-9384-765e25d5d298], Content-Type=[application/merge-patch+json]} 2022-04-14T08:40:08.048Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a1861c9-72df-4032-9214-511a7b33d300/model-vers/model-ver/79290fc9-b56e-4731-b3dd-b3a8744382b3?depth=0|INFO|500||Invoke 2022-04-14T08:40:08.049Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a1861c9-72df-4032-9214-511a7b33d300/model-vers/model-ver/79290fc9-b56e-4731-b3dd-b3a8744382b3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a1861c9-72df-4032-9214-511a7b33d300/model-vers/model-ver/79290fc9-b56e-4731-b3dd-b3a8744382b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[981428e7-784e-44ae-9384-765e25d5d298], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3be0fadb-48cc-497c-ac48-9e8b61ad6f81], X-ECOMP-RequestID=[981428e7-784e-44ae-9384-765e25d5d298], X-TransactionId=[], X-ONAP-RequestID=[981428e7-784e-44ae-9384-765e25d5d298], Content-Type=[application/merge-patch+json]} 2022-04-14T08:40:09.581Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a1861c9-72df-4032-9214-511a7b33d300/model-vers/model-ver/79290fc9-b56e-4731-b3dd-b3a8744382b3?depth=0|INFO|500||Invoke 2022-04-14T08:40:09.582Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a1861c9-72df-4032-9214-511a7b33d300/model-vers/model-ver/79290fc9-b56e-4731-b3dd-b3a8744382b3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a1861c9-72df-4032-9214-511a7b33d300/model-vers/model-ver/79290fc9-b56e-4731-b3dd-b3a8744382b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[981428e7-784e-44ae-9384-765e25d5d298], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c31a2d7b-8a0b-45de-a524-4e7419181301], X-ECOMP-RequestID=[981428e7-784e-44ae-9384-765e25d5d298], X-TransactionId=[], X-ONAP-RequestID=[981428e7-784e-44ae-9384-765e25d5d298], Content-Type=[application/merge-patch+json]} 2022-04-14T08:40:10.613Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a1861c9-72df-4032-9214-511a7b33d300/model-vers/model-ver/79290fc9-b56e-4731-b3dd-b3a8744382b3?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T08:40:10.614Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a1861c9-72df-4032-9214-511a7b33d300/model-vers/model-ver/79290fc9-b56e-4731-b3dd-b3a8744382b3?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-14T08:40:10.615Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a1861c9-72df-4032-9214-511a7b33d300/model-vers/model-ver/79290fc9-b56e-4731-b3dd-b3a8744382b3?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T08:40:10.615Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a1861c9-72df-4032-9214-511a7b33d300/model-vers/model-ver/79290fc9-b56e-4731-b3dd-b3a8744382b3?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-14T08:40:10.621Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a1861c9-72df-4032-9214-511a7b33d300/model-vers/model-ver/79290fc9-b56e-4731-b3dd-b3a8744382b3?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-14T08:40:10.621Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a1861c9-72df-4032-9214-511a7b33d300/model-vers/model-ver/79290fc9-b56e-4731-b3dd-b3a8744382b3?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 981428e7-784e-44ae-9384-765e25d5d298 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-14T08:40:10.622Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a1861c9-72df-4032-9214-511a7b33d300/model-vers/model-ver/79290fc9-b56e-4731-b3dd-b3a8744382b3?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-14T08:40:10.622Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a1861c9-72df-4032-9214-511a7b33d300/model-vers/model-ver/79290fc9-b56e-4731-b3dd-b3a8744382b3?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:40:10.625Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a1861c9-72df-4032-9214-511a7b33d300/model-vers/model-ver/79290fc9-b56e-4731-b3dd-b3a8744382b3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:40:10.626Z|981428e7-784e-44ae-9384-765e25d5d298|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a1861c9-72df-4032-9214-511a7b33d300/model-vers/model-ver/79290fc9-b56e-4731-b3dd-b3a8744382b3?depth=0|DEBUG|500||try to send status { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925610621, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T08:40:10.726Z||pool-246-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:40:10.727Z||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-14T08:40:10.727Z||pool-246-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:40:10.747Z||pool-246-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:40:10.748Z||pool-246-thread-1|||||INFO|500||cambria reply ok (22 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-14T08:40:24.105Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:40:24.105Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?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-14T08:40:24.105Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:40:24.108Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:40:24.109Z||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-14T08:40:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:40:24.235Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:40:24.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:40:24.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925564105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:40:24.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:40:24.733Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:40:24.733Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||received message from topic 2022-04-14T08:40:24.734Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"53baf55a-27d6-43d4-a18f-0af8daa7043b","serviceName":"vFW 2022-04-14 08-36-41","serviceVersion":"1.0","serviceUUID":"13c58d97-dbe2-46da-8f0d-38200e677c65","serviceDescription":"catalog service description","serviceInvariantUUID":"9630c177-e911-4bf8-b5b1-191964d56835","resources":[{"resourceInstanceName":"vFW a01e11e6-a5b3 0","resourceName":"vFW a01e11e6-a5b3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5813585f-49e6-49ea-bc8a-c7878f763dfa","resourceInvariantUUID":"617c6b75-e1fc-47b2-b4f9-3472124fdaad","resourceCustomizationUUID":"da964027-f525-441d-8fca-6bbba8f10f31","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vf-license-model.xml","artifactChecksum":"MmFmZjYzODc0ZGQzZjVjN2NlYmExNDEzNjU2MDE2ZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"96fdbb11-0242-4b9e-9a4a-973fe2f477bc","artifactVersion":"1"},{"artifactName":"vfwa01e11e6a5b30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vfwa01e11e6a5b30_modules.json","artifactChecksum":"Y2NlM2Y5NmUxNGFjZmMxNzZhOTUyMWNmZDJmMWE1NTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b1fd483a-7c57-4c6c-a6d1-2b578059dce2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c9366639-c248-4876-8286-96745f76ab7e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vendor-license-model.xml","artifactChecksum":"ZjgzZWI0NTczNDkzY2M1YWEyYTlkMWM4MDIyNDk2YTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f977db02-e2c5-4740-a618-86c4f55bfe78","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ae36b51c-7238-4a22-a242-611a9c8df297","artifactVersion":"2","generatedFromUUID":"c9366639-c248-4876-8286-96745f76ab7e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220414083641-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-template.yml","artifactChecksum":"MWQ3NTk2ZjkxOWU0NWQ4NzFlNmNiNWVhN2EyNzExMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a34ba283-0822-43b4-8174-03329264e2f4","artifactVersion":"1"},{"artifactName":"service-Vfw20220414083641-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar","artifactChecksum":"Y2U2ZGY1Y2MxOThmNGFjYTM1NGJlNWQxYzdjNDZhYmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3d98548a-9de1-4393-b971-79e4a36bfde7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-14T08:40:24.735Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:40:24.735Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:40:24.737Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:40:24.737Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||try to send status { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925624105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:40:24.838Z||pool-247-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:40:24.839Z||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-14T08:40:24.839Z||pool-247-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:40:24.852Z||pool-247-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:40:24.852Z||pool-247-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:40:25.738Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:40:25.739Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:40:25.743Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:40:25.743Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||try to send status { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925624105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vfwa01e11e6a5b30_modules.json", "status": "NOTIFIED" } 2022-04-14T08:40:25.842Z||pool-248-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T08:40:25.843Z||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-14T08:40:25.843Z||pool-248-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:40:25.859Z||pool-248-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:40:25.860Z||pool-248-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-04-14T08:40:26.744Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:40:26.744Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:40:26.746Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:40:26.747Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||try to send status { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925624105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T08:40:26.847Z||pool-249-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:40:26.848Z||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-14T08:40:26.848Z||pool-249-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:40:26.861Z||pool-249-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:40:26.862Z||pool-249-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:40:27.747Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:40:27.748Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:40:27.750Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:40:27.750Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||try to send status { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925624105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:40:27.850Z||pool-250-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:40:27.851Z||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-14T08:40:27.851Z||pool-250-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:40:27.869Z||pool-250-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:40:27.870Z||pool-250-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-04-14T08:40:28.750Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:40:28.751Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:40:28.754Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:40:28.754Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||try to send status { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925624105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-14T08:40:28.854Z||pool-251-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:40:28.855Z||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-14T08:40:28.855Z||pool-251-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:40:28.868Z||pool-251-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:40:28.869Z||pool-251-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:40:29.755Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:40:29.755Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:40:29.758Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:40:29.758Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||try to send status { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925624105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:40:29.858Z||pool-252-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:40:29.859Z||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-14T08:40:29.859Z||pool-252-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:40:29.872Z||pool-252-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:40:29.873Z||pool-252-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:40:30.758Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:40:30.759Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:40:30.761Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:40:30.761Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||try to send status { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925624105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:40:30.861Z||pool-253-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:40:30.862Z||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-14T08:40:30.862Z||pool-253-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:40:30.874Z||pool-253-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:40:30.875Z||pool-253-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-04-14T08:40:31.765Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||sending notification to client: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "serviceName": "vFW 2022-04-14 08-36-41", "serviceVersion": "1.0", "serviceUUID": "13c58d97-dbe2-46da-8f0d-38200e677c65", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9630c177-e911-4bf8-b5b1-191964d56835", "resources": [ { "resourceInstanceName": "vFW a01e11e6-a5b3 0", "resourceCustomizationUUID": "da964027-f525-441d-8fca-6bbba8f10f31", "resourceName": "vFW a01e11e6-a5b3", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5813585f-49e6-49ea-bc8a-c7878f763dfa", "resourceInvariantUUID": "617c6b75-e1fc-47b2-b4f9-3472124fdaad", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwa01e11e6a5b30_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vfwa01e11e6a5b30_modules.json", "artifactChecksum": "Y2NlM2Y5NmUxNGFjZmMxNzZhOTUyMWNmZDJmMWE1NTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b1fd483a-7c57-4c6c-a6d1-2b578059dce2", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c9366639-c248-4876-8286-96745f76ab7e", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ae36b51c-7238-4a22-a242-611a9c8df297", "generatedFromUUID": "c9366639-c248-4876-8286-96745f76ab7e" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ae36b51c-7238-4a22-a242-611a9c8df297", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220414083641-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar", "artifactChecksum": "Y2U2ZGY1Y2MxOThmNGFjYTM1NGJlNWQxYzdjNDZhYmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3d98548a-9de1-4393-b971-79e4a36bfde7" } ], "workloadContext": "Production" } 2022-04-14T08:40:31.765Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-14T08:40:31.766Z|ce0c8798-2936-47f5-8353-486827dd28a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 13c58d97-dbe2-46da-8f0d-38200e677c65 ASDC 2022-04-14T08:40:31.766Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||ASDC Notification: DistributionID:53baf55a-27d6-43d4-a18f-0af8daa7043b ServiceName:vFW 2022-04-14 08-36-41 ServiceVersion:1.0 ServiceUUID:13c58d97-dbe2-46da-8f0d-38200e677c65 ServiceInvariantUUID:9630c177-e911-4bf8-b5b1-191964d56835 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220414083641-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar ArtifactUUID:3d98548a-9de1-4393-b971-79e4a36bfde7 ArtifactChecksum:Y2U2ZGY1Y2MxOThmNGFjYTM1NGJlNWQxYzdjNDZhYmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW a01e11e6-a5b3 0 ResourceCustomizationUUID:da964027-f525-441d-8fca-6bbba8f10f31 ResourceInvariantUUID:617c6b75-e1fc-47b2-b4f9-3472124fdaad ResourceName:vFW a01e11e6-a5b3 ResourceType:VF ResourceUUID:5813585f-49e6-49ea-bc8a-c7878f763dfa ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwa01e11e6a5b30_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vfwa01e11e6a5b30_modules.json ArtifactUUID:b1fd483a-7c57-4c6c-a6d1-2b578059dce2 ArtifactChecksum:Y2NlM2Y5NmUxNGFjZmMxNzZhOTUyMWNmZDJmMWE1NTA= 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/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.yaml ArtifactUUID:c9366639-c248-4876-8286-96745f76ab7e 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/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.env ArtifactUUID:ae36b51c-7238-4a22-a242-611a9c8df297 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/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.env ArtifactUUID:ae36b51c-7238-4a22-a242-611a9c8df297 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-14T08:40:31.766Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13c58d97-dbe2-46da-8f0d-38200e677c65 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-14T08:40:31.794Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T08:40:31.795Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||MSO config path is: /app 2022-04-14T08:40:31.795Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||MSO config path is: /app 2022-04-14T08:40:31.796Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Trying to download the artifact UUID: 3d98548a-9de1-4393-b971-79e4a36bfde7 from URL: /sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar 2022-04-14T08:40:31.796Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - download 2022-04-14T08:40:31.796Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar 2022-04-14T08:40:32.234Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T08:40:32.239Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar 3d98548a-9de1-4393-b971-79e4a36bfde7 98959 2022-04-14T08:40:32.239Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar ASDC sendASDCNotification 2022-04-14T08:40:32.240Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar 2022-04-14T08:40:32.240Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T08:40:32.240Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:40:32.242Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:40:32.242Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||try to send status { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925632239, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:40:32.342Z||pool-254-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T08:40:32.343Z||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-14T08:40:32.343Z||pool-254-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:40:32.359Z||pool-254-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:40:32.360Z||pool-254-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:40:33.243Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T08:40:33.244Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||MSO config path is: /app 2022-04-14T08:40:33.244Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Trying to write artifact UUID: 3d98548a-9de1-4393-b971-79e4a36bfde7, URL: /sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar to file: /app/ASDC/1/service-Vfw20220414083641-csar.csar 2022-04-14T08:40:33.245Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220414083641-csar.csar 2022-04-14T08:40:33.245Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220414083641-csar.csar 2022-04-14T08:40:33.245Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220414083641-csar.csar 2022-04-14T08:40:33.394Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13880237368334720724/Definitions/service-Vfw20220414083641-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-14T08:40:35.666Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-14T08:40:35.666Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|WARN|500||#################################################################################################### 2022-04-14T08:40:35.666Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220414083641-csar.csar 2022-04-14T08:40:35.667Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-14T08:40:35.667Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?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-Vfw20220414083641-csar.csar 2022-04-14T08:40:35.667Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?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-Vfw20220414083641-csar.csar 2022-04-14T08:40:35.667Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?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-Vfw20220414083641-csar.csar 2022-04-14T08:40:35.667Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?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-Vfw20220414083641-csar.csar 2022-04-14T08:40:35.667Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?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-Vfw20220414083641-csar.csar 2022-04-14T08:40:35.667Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?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-Vfw20220414083641-csar.csar 2022-04-14T08:40:35.668Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a01e11e6-a5b3 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-Vfw20220414083641-csar.csar 2022-04-14T08:40:35.668Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?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-Vfw20220414083641-csar.csar 2022-04-14T08:40:35.668Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?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-Vfw20220414083641-csar.csar 2022-04-14T08:40:35.668Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?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-Vfw20220414083641-csar.csar 2022-04-14T08:40:35.668Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?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-Vfw20220414083641-csar.csar 2022-04-14T08:40:35.668Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?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-Vfw20220414083641-csar.csar 2022-04-14T08:40:35.668Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?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-Vfw20220414083641-csar.csar 2022-04-14T08:40:35.669Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|WARN|500||#################################################################################################### 2022-04-14T08:40:35.669Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:35.669Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Service vFW 2022-04-14 08-36-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:40:35.669Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vFW a01e11e6-a5b3 0 is matching search criteria 2022-04-14T08:40:35.669Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Search for entities recursively 2022-04-14T08:40:35.670Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Found topology templates [vFW a01e11e6-a5b3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T08:40:35.670Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:35.670Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Service vFW 2022-04-14 08-36-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:40:35.670Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vFW a01e11e6-a5b3 0 is matching search criteria 2022-04-14T08:40:35.670Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Search for entities recursively 2022-04-14T08:40:35.670Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Found topology templates [vFW a01e11e6-a5b3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T08:40:35.671Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:35.671Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Service vFW 2022-04-14 08-36-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:40:35.671Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:35.671Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vFW a01e11e6-a5b3 0 is not matching search criteria 2022-04-14T08:40:35.671Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T08:40:35.671Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T08:40:35.672Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T08:40:35.672Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:40:35.672Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:40:35.672Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T08:40:35.672Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T08:40:35.672Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T08:40:35.672Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T08:40:35.673Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:40:35.673Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T08:40:35.673Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T08:40:35.673Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T08:40:35.673Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T08:40:35.673Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:40:35.673Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-14T08:40:35.673Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:35.673Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Service vFW 2022-04-14 08-36-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-14T08:40:35.674Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:35.674Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vFW a01e11e6-a5b3 0 is matching search criteria 2022-04-14T08:40:35.674Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Found topology templates [vFW a01e11e6-a5b3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T08:40:35.674Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:35.674Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vFW a01e11e6-a5b3 0 is matching search criteria 2022-04-14T08:40:35.674Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Found topology templates [vFW a01e11e6-a5b3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T08:40:35.674Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:35.675Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vFW a01e11e6-a5b3 0 is matching search criteria 2022-04-14T08:40:35.675Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Found topology templates [vFW a01e11e6-a5b3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T08:40:35.675Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:35.675Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vFW a01e11e6-a5b3 0 is not matching search criteria 2022-04-14T08:40:35.675Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T08:40:35.675Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-14T08:40:35.675Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T08:40:35.676Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T08:40:35.676Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T08:40:35.676Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:40:35.676Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T08:40:35.676Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T08:40:35.676Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T08:40:35.676Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T08:40:35.677Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:40:35.677Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d59cb2b6-f0d5-4fc8-8932-088230a354be 2022-04-14T08:40:35.677Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:35.677Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vFW a01e11e6-a5b3 0 is not matching search criteria 2022-04-14T08:40:35.677Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T08:40:35.677Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T08:40:35.677Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T08:40:35.678Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:40:35.678Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:40:35.678Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T08:40:35.678Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T08:40:35.678Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-14T08:40:35.678Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T08:40:35.678Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T08:40:35.678Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T08:40:35.679Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:40:35.679Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6ed32fd0-2a1d-4b22-982c-d920ec14bf54 2022-04-14T08:40:35.679Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:35.679Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vFW a01e11e6-a5b3 0 is not matching search criteria 2022-04-14T08:40:35.679Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T08:40:35.679Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T08:40:35.680Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T08:40:35.680Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:40:35.680Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:40:35.680Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T08:40:35.680Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T08:40:35.680Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T08:40:35.680Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T08:40:35.681Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:40:35.681Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T08:40:35.681Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-14T08:40:35.681Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=22a2aae4-13a5-49ba-a9d6-0e863f201f46 2022-04-14T08:40:35.681Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:35.681Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Service vFW 2022-04-14 08-36-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:40:35.681Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:35.682Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Service vFW 2022-04-14 08-36-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:40:35.682Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:35.682Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Service vFW 2022-04-14 08-36-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:40:35.682Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:35.682Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Service vFW 2022-04-14 08-36-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:40:35.682Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-14 08-36-41 Description:catalog service description Model UUID:13c58d97-dbe2-46da-8f0d-38200e677c65 Model Version:NULL Model InvariantUuid:9630c177-e911-4bf8-b5b1-191964d56835 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW a01e11e6-a5b3 Model UUID:ba04812c-208d-4e2c-a05d-3a398677fc46 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:617c6b75-e1fc-47b2-b4f9-3472124fdaad Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:da964027-f525-441d-8fca-6bbba8f10f31 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d70aca26-8c0b-46bf-8687-199318dcfd89 ModelName:VfwA01e11e6A5b3..base_vfw..module-0 ModelUuid:2908ca87-0ba4-4020-a1b5-4de9353e5f61 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d59cb2b6-f0d5-4fc8-8932-088230a354be ModelInvariantUuid:aaef7503-f5e2-4720-977b-34e7ab3070e6 ModelName:vFW a01e11e6-a5b3-nodes.vfwCvfc ModelUuid:cf08e1d8-f66f-45cf-9d82-e19e85fc971d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:4b3b850d-4b97-45e7-8487-4b5834df7568 ModelInvariantUuid:5b3653fa-324c-4ab8-8896-ef87041453e2 ModelName:VfwA01e11e6A5b3.compute.nodes.heat.vfw ModelUuid:fef58667-b6c9-4bd6-9290-b8568a8659ba ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:6ed32fd0-2a1d-4b22-982c-d920ec14bf54 ModelInvariantUuid:c02a7e79-853b-4eb0-ab58-9f6382786b05 ModelName:vFW a01e11e6-a5b3-nodes.vsnCvfc ModelUuid:ef1463ff-18ee-4762-888e-be15d7d9b6e0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:65bf840a-5d69-49fb-b892-4bbc3481f926 ModelInvariantUuid:704e6200-678e-4a44-9132-cbe9a804ab51 ModelName:VfwA01e11e6A5b3.compute.nodes.heat.vsn ModelUuid:abfffc98-b483-4520-baf4-58eaf6cbb2a0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:22a2aae4-13a5-49ba-a9d6-0e863f201f46 ModelInvariantUuid:dbbd002f-eb46-4511-8f6f-373a6eeaa0c9 ModelName:vFW a01e11e6-a5b3-nodes.vpgCvfc ModelUuid:f0b1b09d-684b-42cc-b287-b4e1c7fea2e0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:791319ca-060d-444e-bea9-6f919a6ee1ca ModelInvariantUuid:d7cfb38b-bc13-4380-bf44-8bed2f8f5b92 ModelName:VfwA01e11e6A5b3.compute.nodes.heat.vpg ModelUuid:4370a654-01a3-4856-b51b-2fad76b3f6ce 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-14T08:40:35.688Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 5813585f-49e6-49ea-bc8a-c7878f763dfa 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-14T08:40:35.692Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||vFW a01e11e6-a5b3 0 2022-04-14T08:40:35.692Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 5813585f-49e6-49ea-bc8a-c7878f763dfa 2022-04-14T08:40:35.692Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Trying to download the artifact UUID: b1fd483a-7c57-4c6c-a6d1-2b578059dce2 from URL: /sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vfwa01e11e6a5b30_modules.json 2022-04-14T08:40:35.692Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - download 2022-04-14T08:40:35.693Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vfwa01e11e6a5b30_modules.json 2022-04-14T08:40:36.120Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T08:40:36.121Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vfwa01e11e6a5b30_modules.json b1fd483a-7c57-4c6c-a6d1-2b578059dce2 785 2022-04-14T08:40:36.122Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vfwa01e11e6a5b30_modules.json ASDC sendASDCNotification 2022-04-14T08:40:36.122Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vfwa01e11e6a5b30_modules.json 2022-04-14T08:40:36.122Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T08:40:36.122Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:40:36.125Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:40:36.125Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||try to send status { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925636122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vfwa01e11e6a5b30_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T08:40:36.225Z||pool-255-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T08:40:36.226Z||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-14T08:40:36.227Z||pool-255-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:40:36.243Z||pool-255-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:40:36.244Z||pool-255-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-04-14T08:40:37.126Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA01e11e6A5b3..base_vfw..module-0", "vfModuleModelInvariantUUID": "d70aca26-8c0b-46bf-8687-199318dcfd89", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2908ca87-0ba4-4020-a1b5-4de9353e5f61", "vfModuleModelCustomizationUUID": "f2924228-53f6-4d96-bc52-22461d4f9c20", "isBase": true, "artifacts": [ "c9366639-c248-4876-8286-96745f76ab7e", "ae36b51c-7238-4a22-a242-611a9c8df297" ], "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-14T08:40:37.131Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA01e11e6A5b3..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2908ca87-0ba4-4020-a1b5-4de9353e5f61 VfModuleModelInvariantUUID:d70aca26-8c0b-46bf-8687-199318dcfd89 VfModuleModelDescription:NULL Artifacts UUID List:{ c9366639-c248-4876-8286-96745f76ab7e , ae36b51c-7238-4a22-a242-611a9c8df297 } 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-14T08:40:37.132Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA01e11e6A5b3..base_vfw..module-0", "vfModuleModelInvariantUUID": "d70aca26-8c0b-46bf-8687-199318dcfd89", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2908ca87-0ba4-4020-a1b5-4de9353e5f61", "vfModuleModelCustomizationUUID": "f2924228-53f6-4d96-bc52-22461d4f9c20", "isBase": true, "artifacts": [ "c9366639-c248-4876-8286-96745f76ab7e", "ae36b51c-7238-4a22-a242-611a9c8df297" ], "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-14T08:40:37.132Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA01e11e6A5b3..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2908ca87-0ba4-4020-a1b5-4de9353e5f61 VfModuleModelInvariantUUID:d70aca26-8c0b-46bf-8687-199318dcfd89 VfModuleModelDescription:NULL Artifacts UUID List:{ c9366639-c248-4876-8286-96745f76ab7e , ae36b51c-7238-4a22-a242-611a9c8df297 } 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-14T08:40:37.133Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Trying to download the artifact UUID: c9366639-c248-4876-8286-96745f76ab7e from URL: /sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.yaml 2022-04-14T08:40:37.133Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - download 2022-04-14T08:40:37.133Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.yaml 2022-04-14T08:40:37.333Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T08:40:37.334Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.yaml c9366639-c248-4876-8286-96745f76ab7e 20368 2022-04-14T08:40:37.334Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-14T08:40:37.334Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.yaml 2022-04-14T08:40:37.334Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T08:40:37.335Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:40:37.337Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:40:37.337Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||try to send status { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925637334, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T08:40:37.437Z||pool-256-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:40:37.438Z||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-14T08:40:37.438Z||pool-256-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:40:37.452Z||pool-256-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:40:37.453Z||pool-256-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:40:38.338Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Trying to download the artifact UUID: ae36b51c-7238-4a22-a242-611a9c8df297 from URL: /sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.env 2022-04-14T08:40:38.339Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - download 2022-04-14T08:40:38.339Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.env 2022-04-14T08:40:38.613Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||GET Response Status 200 2022-04-14T08:40:38.613Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.env ae36b51c-7238-4a22-a242-611a9c8df297 2098 2022-04-14T08:40:38.614Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-14T08:40:38.614Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.env 2022-04-14T08:40:38.614Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T08:40:38.614Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:40:38.616Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:40:38.616Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||try to send status { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925638614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-14T08:40:38.717Z||pool-257-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:40:38.718Z||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-14T08:40:38.718Z||pool-257-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:40:38.739Z||pool-257-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:40:38.739Z||pool-257-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:40:39.617Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Preparing to deploy Service: 13c58d97-dbe2-46da-8f0d-38200e677c65 2022-04-14T08:40:39.618Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a01e11e6-a5b3 0 5813585f-49e6-49ea-bc8a-c7878f763dfa 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-14T08:40:39.635Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66ea1052, org.onap.sdc.toscaparser.api.parameters.Input@2234ad99, org.onap.sdc.toscaparser.api.parameters.Input@602dfabc, org.onap.sdc.toscaparser.api.parameters.Input@6ab2c8c2, org.onap.sdc.toscaparser.api.parameters.Input@5cec2d46] 2022-04-14T08:40:39.637Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:39.637Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Service vFW 2022-04-14 08-36-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:40:39.638Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||VF Category is: Generic 2022-04-14T08:40:39.638Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||VFCustomizationUUID= da964027-f525-441d-8fca-6bbba8f10f31 2022-04-14T08:40:39.638Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: da964027-f525-441d-8fca-6bbba8f10f31 matches Tosca VF Customization UUID: da964027-f525-441d-8fca-6bbba8f10f31 2022-04-14T08:40:39.638Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||vfCustomizationUUID: da964027-f525-441d-8fca-6bbba8f10f31 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-14T08:40:39.641Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:39.641Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Service vFW 2022-04-14 08-36-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:40:39.642Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||resource request for resource customization id da964027-f525-441d-8fca-6bbba8f10f31: {\"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-14T08:40:39.642Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@28ccc475 2022-04-14T08:40:39.642Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:39.642Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Service vFW 2022-04-14 08-36-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-14T08:40:39.643Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f2924228-53f6-4d96-bc52-22461d4f9c20 2022-04-14T08:40:39.643Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f2924228-53f6-4d96-bc52-22461d4f9c20 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-14T08:40:39.645Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:39.645Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vFW a01e11e6-a5b3 0 is matching search criteria 2022-04-14T08:40:39.646Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Found topology templates [vFW a01e11e6-a5b3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T08:40:39.646Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:39.646Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vFW a01e11e6-a5b3 0 is matching search criteria 2022-04-14T08:40:39.646Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Found topology templates [vFW a01e11e6-a5b3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T08:40:39.647Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:39.647Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vFW a01e11e6-a5b3 0 is not matching search criteria 2022-04-14T08:40:39.647Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T08:40:39.648Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-14T08:40:39.648Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T08:40:39.648Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T08:40:39.648Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T08:40:39.649Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:40:39.649Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T08:40:39.649Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T08:40:39.649Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T08:40:39.649Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T08:40:39.650Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:40:39.650Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d59cb2b6-f0d5-4fc8-8932-088230a354be 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-14T08:40:39.653Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:39.653Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vFW a01e11e6-a5b3 0 is matching search criteria 2022-04-14T08:40:39.653Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Found topology templates [vFW a01e11e6-a5b3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T08:40:39.654Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:39.654Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vFW a01e11e6-a5b3 0 is not matching search criteria 2022-04-14T08:40:39.654Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T08:40:39.654Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T08:40:39.655Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T08:40:39.655Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:40:39.655Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:40:39.655Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T08:40:39.656Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T08:40:39.656Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-14T08:40:39.656Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-14T08:40:39.656Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-14T08:40:39.657Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-14T08:40:39.657Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:40:39.657Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6ed32fd0-2a1d-4b22-982c-d920ec14bf54 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-14T08:40:39.659Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:39.659Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vFW a01e11e6-a5b3 0 is matching search criteria 2022-04-14T08:40:39.660Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Found topology templates [vFW a01e11e6-a5b3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T08:40:39.660Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:39.660Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vFW a01e11e6-a5b3 0 is not matching search criteria 2022-04-14T08:40:39.661Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-14T08:40:39.661Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-14T08:40:39.661Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-14T08:40:39.662Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:40:39.662Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-14T08:40:39.662Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-14T08:40:39.663Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-14T08:40:39.663Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-14T08:40:39.663Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-14T08:40:39.663Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-14T08:40:39.664Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-14T08:40:39.664Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-14T08:40:39.664Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=22a2aae4-13a5-49ba-a9d6-0e863f201f46 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-14T08:40:39.666Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:39.667Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vFW a01e11e6-a5b3 0 is matching search criteria 2022-04-14T08:40:39.667Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Found topology templates [vFW a01e11e6-a5b3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-14T08:40:39.667Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:39.667Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Node template vFW a01e11e6-a5b3 0 is matching search criteria 2022-04-14T08:40:39.668Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Found topology templates [vFW a01e11e6-a5b3 0] matching following query criteria: sdcType=VF, customizationUUID=da964027-f525-441d-8fca-6bbba8f10f31 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-14T08:40:39.670Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:39.670Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Service vFW 2022-04-14 08-36-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:40:39.670Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500|| resourceSeq for service uuid 13c58d97-dbe2-46da-8f0d-38200e677c65: vFW a01e11e6-a5b3 2022-04-14T08:40:39.670Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:39.671Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Service vFW 2022-04-14 08-36-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:40:39.671Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:39.671Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Service vFW 2022-04-14 08-36-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:40:39.672Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:39.672Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Service vFW 2022-04-14 08-36-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:40:39.672Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:39.673Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Service vFW 2022-04-14 08-36-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:40:39.673Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:40:39.673Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Service vFW 2022-04-14 08-36-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:40:39.674Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||Saving Service: vFW 2022-04-14 08-36-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-14T08:40:39.842Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a01e11e6-a5b3 5813585f-49e6-49ea-bc8a-c7878f763dfa 1 ASDC deployResourceStructure 2022-04-14T08:40:39.842Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vfwa01e11e6a5b30_modules.json ASDC sendASDCNotification 2022-04-14T08:40:39.843Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vfwa01e11e6a5b30_modules.json 2022-04-14T08:40:39.843Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T08:40:39.843Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:40:39.845Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:40:39.846Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||try to send status { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925639842, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vfwa01e11e6a5b30_modules.json", "status": "DEPLOY_OK" } 2022-04-14T08:40:39.946Z||pool-258-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:40:39.947Z||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-14T08:40:39.947Z||pool-258-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:40:39.963Z||pool-258-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:40:39.963Z||pool-258-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:40:40.847Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-14T08:40:40.847Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.yaml 2022-04-14T08:40:40.847Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T08:40:40.848Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:40:40.850Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:40:40.851Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||try to send status { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925640847, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-14T08:40:40.950Z||pool-259-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T08:40:40.951Z||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-14T08:40:40.951Z||pool-259-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:40:40.972Z||pool-259-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:40:40.973Z||pool-259-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:40:41.852Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-14T08:40:41.852Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.env 2022-04-14T08:40:41.852Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T08:40:41.852Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:40:41.854Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:40:41.854Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||try to send status { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925641852, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-14T08:40:41.955Z||pool-260-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-14T08:40:41.956Z||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-14T08:40:41.956Z||pool-260-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:40:41.972Z||pool-260-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:40:41.973Z||pool-260-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:40:42.855Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar ASDC sendASDCNotification 2022-04-14T08:40:42.855Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar 2022-04-14T08:40:42.856Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T08:40:42.857Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:40:42.859Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:40:42.860Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||try to send status { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925642855, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:40:42.960Z||pool-261-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:40:42.961Z||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-14T08:40:42.961Z||pool-261-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:40:42.976Z||pool-261-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:40:42.976Z||pool-261-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:40:43.860Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53baf55a-27d6-43d4-a18f-0af8daa7043b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:40:43.873Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53baf55a-27d6-43d4-a18f-0af8daa7043b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T08:40:43.876Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T08:40:43.876Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-14T08:40:43.876Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-14T08:41:13.876Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53baf55a-27d6-43d4-a18f-0af8daa7043b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:41:13.886Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53baf55a-27d6-43d4-a18f-0af8daa7043b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T08:41:13.889Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T08:41:13.889Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-14T08:41:13.889Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-14T08:41:24.108Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:41:24.109Z||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-14T08:41:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:41:24.140Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:41:24.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925564105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925564105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925564105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925564105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925564105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/resourceInstances/pnf3a6dbacf7fdb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925564105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925564105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:41:24.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925573248, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:41:24.146Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:41:24.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925575418, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtyivfuv1loncoydkf2l/1.0/artifacts/service-DemoPnfFtyivfuv1loncoydkf2l-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:41:24.146Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:41:24.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "cds", "timestamp": 1649925584957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649925586129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "ves-openapi-manager", "timestamp": 1649925582794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "policy-id", "timestamp": 1649925583363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "cds", "timestamp": 1649925584957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vfwa01e11e6a5b30_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "ves-openapi-manager", "timestamp": 1649925582794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vfwa01e11e6a5b30_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649925586129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vfwa01e11e6a5b30_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "policy-id", "timestamp": 1649925583363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vfwa01e11e6a5b30_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "cds", "timestamp": 1649925584957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "ves-openapi-manager", "timestamp": 1649925582794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649925586129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "policy-id", "timestamp": 1649925583363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T08:41:24.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "cds", "timestamp": 1649925584957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "ves-openapi-manager", "timestamp": 1649925582794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649925586129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "policy-id", "timestamp": 1649925583363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "ves-openapi-manager", "timestamp": 1649925582794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "cds", "timestamp": 1649925584957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649925586129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "policy-id", "timestamp": 1649925583363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "multicloud-k8s-id", "timestamp": 1649925593428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "cds", "timestamp": 1649925584957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "ves-openapi-manager", "timestamp": 1649925582794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649925586129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "policy-id", "timestamp": 1649925583363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "clamp", "timestamp": 1649925594668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.155Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "multicloud-k8s-id", "timestamp": 1649925593428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vfwa01e11e6a5b30_modules.json", "status": "NOTIFIED" } 2022-04-14T08:41:24.155Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "cds", "timestamp": 1649925584957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:41:24.155Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "ves-openapi-manager", "timestamp": 1649925582794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.156Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649925586129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:41:24.156Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "policy-id", "timestamp": 1649925583363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:41:24.156Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "clamp", "timestamp": 1649925594668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vfwa01e11e6a5b30_modules.json", "status": "NOTIFIED" } 2022-04-14T08:41:24.156Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "multicloud-k8s-id", "timestamp": 1649925593428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T08:41:24.157Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "policy-id", "timestamp": 1649925596610, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:41:24.157Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:41:24.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "clamp", "timestamp": 1649925594668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.157Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "cds", "timestamp": 1649925596785, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:41:24.158Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:41:24.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649925597416, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:41:24.158Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:41:24.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "multicloud-k8s-id", "timestamp": 1649925593428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.158Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "policy-id", "timestamp": 1649925597614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:41:24.159Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:41:24.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "clamp", "timestamp": 1649925594668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "cds", "timestamp": 1649925597791, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-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-14T08:41:24.168Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 53baf55a-27d6-43d4-a18f-0af8daa7043b 2022-04-14T08:41:24.168Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53baf55a-27d6-43d4-a18f-0af8daa7043b 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-14T08:41:24.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "multicloud-k8s-id", "timestamp": 1649925593428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-14T08:41:24.177Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "policy-id", "timestamp": 1649925598617, "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-14T08:41:24.184Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53baf55a-27d6-43d4-a18f-0af8daa7043b 2022-04-14T08:41:24.184Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53baf55a-27d6-43d4-a18f-0af8daa7043b 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-14T08:41:24.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "clamp", "timestamp": 1649925594668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "multicloud-k8s-id", "timestamp": 1649925593428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "clamp", "timestamp": 1649925594668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "multicloud-k8s-id", "timestamp": 1649925593428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:41:24.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "clamp", "timestamp": 1649925594668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:41:24.195Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "aai-ml", "timestamp": 1649925601584, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.196Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649925602069, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:41:24.196Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:41:24.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "multicloud-k8s-id", "timestamp": 1649925601566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vfwa01e11e6a5b30_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T08:41:24.196Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:41:24.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "aai-ml", "timestamp": 1649925601584, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vfwa01e11e6a5b30_modules.json", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.196Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649925603076, "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-14T08:41:24.202Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 53baf55a-27d6-43d4-a18f-0af8daa7043b 2022-04-14T08:41:24.202Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53baf55a-27d6-43d4-a18f-0af8daa7043b 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-14T08:41:24.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "multicloud-k8s-id", "timestamp": 1649925602882, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T08:41:24.212Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:41:24.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "aai-ml", "timestamp": 1649925601584, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "aai-ml", "timestamp": 1649925601584, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "multicloud-k8s-id", "timestamp": 1649925604292, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-14T08:41:24.213Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:41:24.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "aai-ml", "timestamp": 1649925601584, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "multicloud-k8s-id", "timestamp": 1649925605332, "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-14T08:41:24.219Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53baf55a-27d6-43d4-a18f-0af8daa7043b 2022-04-14T08:41:24.219Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53baf55a-27d6-43d4-a18f-0af8daa7043b 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-14T08:41:24.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "aai-ml", "timestamp": 1649925601584, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:41:24.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "multicloud-k8s-id", "timestamp": 1649925606335, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vfwa01e11e6a5b30_modules.json", "status": "DEPLOY_OK" } 2022-04-14T08:41:24.234Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:41:24.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "aai-ml", "timestamp": 1649925601584, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:41:24.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:41:24.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "aai-ml", "timestamp": 1649925609446, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:41:24.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:41:24.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "981428e7-784e-44ae-9384-765e25d5d298", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925610621, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T08:41:24.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:41:24.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "clamp", "timestamp": 1649925615096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:41:24.236Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:41:24.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "clamp", "timestamp": 1649925616870, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:41:24.236Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:41:24.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "clamp", "timestamp": 1649925617888, "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-14T08:41:24.242Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 53baf55a-27d6-43d4-a18f-0af8daa7043b 2022-04-14T08:41:24.243Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53baf55a-27d6-43d4-a18f-0af8daa7043b 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-14T08:41:24.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "aai-ml", "timestamp": 1649925619863, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-14T08:41:24.251Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:41:24.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:41:24.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "aai-ml", "timestamp": 1649925620868, "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-14T08:41:24.257Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 53baf55a-27d6-43d4-a18f-0af8daa7043b 2022-04-14T08:41:24.257Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53baf55a-27d6-43d4-a18f-0af8daa7043b 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-14T08:41:43.889Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53baf55a-27d6-43d4-a18f-0af8daa7043b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:41:43.899Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53baf55a-27d6-43d4-a18f-0af8daa7043b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T08:41:43.903Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T08:41:43.903Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-14T08:41:43.903Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-14T08:41:43.903Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-14T08:41:43.903Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-14T08:41:43.904Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?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-14T08:41:43.909Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-14T08:42:13.910Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 53baf55a-27d6-43d4-a18f-0af8daa7043b 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-14T08:42:13.917Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 53baf55a-27d6-43d4-a18f-0af8daa7043b and serviceModelVersionId: 13c58d97-dbe2-46da-8f0d-38200e677c65 2022-04-14T08:42:13.917Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9630c177-e911-4bf8-b5b1-191964d56835 2022-04-14T08:42:13.918Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0 2022-04-14T08:42:13.924Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-14T08:42:13.957Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9692b9d-76f5-4533-8755-00b70eaeba35/model-vers/model-ver/893f5434-0f7a-441b-b7cd-e2509e679877?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?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-14T08:42:13.958Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Invoke 2022-04-14T08:42:15.499Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?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-14T08:42:15.501Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Invoke 2022-04-14T08:42:17.034Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?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-14T08:42:17.039Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Invoke 2022-04-14T08:42:18.069Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T08:42:18.070Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?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-14T08:42:18.070Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T08:42:18.070Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?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-14T08:42:18.074Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@653e0796 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=5581) 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.GeneratedMethodAccessor206.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-14T08:42:18.075Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-14T08:42:18.076Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|ERROR|500||(conn=5581) WSREP has not yet prepared node for application use 2022-04-14T08:42:18.077Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?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.GeneratedMethodAccessor206.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=5581) 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-14T08:42:18.078Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 53baf55a-27d6-43d4-a18f-0af8daa7043b 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-14T08:42:18.078Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-14T08:42:18.078Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:42:18.081Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:42:18.081Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||try to send status { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925738078, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T08:42:18.181Z||pool-262-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:42:18.182Z||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-14T08:42:18.182Z||pool-262-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:42:18.211Z||pool-262-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:42:18.211Z||pool-262-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-14T08:42:19.092Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:42:19.093Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?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-14T08:42:19.093Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:42:24.108Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:42:24.109Z||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-14T08:42:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:42:24.140Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:42:24.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:42:24.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925624105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:42:24.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:42:24.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:42:24.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925624105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vfwa01e11e6a5b30_modules.json", "status": "NOTIFIED" } 2022-04-14T08:42:24.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:42:24.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:42:24.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925624105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-14T08:42:24.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:42:24.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:42:24.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925624105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:42:24.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:42:24.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:42:24.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925624105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-14T08:42:24.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:42:24.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:42:24.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925624105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:42:24.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:42:24.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:42:24.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925624105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:42:24.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-14T08:42:24.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:42:24.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925632239, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:42:24.148Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:42:24.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:42:24.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925636122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vfwa01e11e6a5b30_modules.json", "status": "DOWNLOAD_OK" } 2022-04-14T08:42:24.149Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:42:24.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:42:24.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925637334, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T08:42:24.150Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:42:24.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:42:24.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925638614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-14T08:42:24.151Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:42:24.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:42:24.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925639842, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/vfwa01e11e6a5b30_modules.json", "status": "DEPLOY_OK" } 2022-04-14T08:42:24.152Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:42:24.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:42:24.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925640847, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-14T08:42:24.153Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:42:24.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:42:24.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925641852, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/resourceInstances/vfwa01e11e6a5b30/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-14T08:42:24.154Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:42:24.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:42:24.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925642855, "artifactURL": "/sdc/v1/catalog/services/Vfw20220414083641/1.0/artifacts/service-Vfw20220414083641-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:42:24.154Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:42:28.669Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:42:28.672Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:42:28.673Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?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-14T08:42:28.673Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:42:38.216Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:43:24.105Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:43:24.106Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?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-14T08:43:24.106Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:43:24.108Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:43:24.109Z||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-14T08:43:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:43:24.630Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:43:24.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:43:24.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "53baf55a-27d6-43d4-a18f-0af8daa7043b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649925738078, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T08:43:24.632Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:43:33.662Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:44:24.105Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:44:24.106Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?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-14T08:44:24.106Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:44:24.108Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:44:24.109Z||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-14T08:44:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:44:33.661Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:44:33.661Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:45:24.105Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:45:24.106Z||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-14T08:45:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:45:24.108Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:45:24.109Z||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-14T08:45:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:45:33.651Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:45:33.673Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:46:24.105Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:46:24.106Z||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-14T08:46:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:46:24.108Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:46:24.109Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?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-14T08:46:24.109Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:46:33.660Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:46:33.660Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:47:24.105Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:47:24.106Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?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-14T08:47:24.106Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:47:24.108Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:47:24.109Z||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-14T08:47:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:47:33.658Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:47:33.658Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:48:24.105Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:48:24.106Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?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-14T08:48:24.106Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:48:24.108Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:48:24.109Z||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-14T08:48:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:48:33.662Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:48:33.668Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:49:24.105Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:49:24.106Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?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-14T08:49:24.106Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:49:24.109Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:49:24.109Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?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-14T08:49:24.109Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:49:33.660Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:49:33.672Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:50:24.105Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:50:24.106Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?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-14T08:50:24.106Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:50:24.108Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:50:24.109Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?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-14T08:50:24.109Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:50:33.657Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:50:33.676Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:51:24.105Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:51:24.106Z||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-14T08:51:24.107Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:51:24.108Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:51:24.109Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?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-14T08:51:24.109Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:51:24.735Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:51:24.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-14T08:51:24.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"3d7c2d6a-876a-407a-bd5f-014f8d130dfb","serviceName":"Demo_pNF_NaCMx50fF1VxkztpWXFM","serviceVersion":"1.0","serviceUUID":"4b42ed11-b8ae-4f55-a643-892c23ccd4cf","serviceDescription":"catalog service description","serviceInvariantUUID":"7d53cb71-df31-47a2-abcb-86396d28d643","resources":[{"resourceInstanceName":"pNF a2faa331-ba6c 0","resourceName":"pNF a2faa331-ba6c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c1e22f3a-864f-4245-9d65-0e6a1301e0b8","resourceInvariantUUID":"87d0c991-03c7-45c4-913b-b27b711bb064","resourceCustomizationUUID":"c0f040a4-11ce-4033-a867-f7ba8d590654","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/vf-license-model.xml","artifactChecksum":"YzdlNGYzYmEwN2I2ZDc3MjVlMmFkZDUxNDEyNzFhYmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4f79efb1-d641-47ec-ae92-eac7152735a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/pNF.csar","artifactChecksum":"MjQxNTY0NzdlN2ViNjUzM2M0Y2I3NzNmY2QyNDFiMDI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"17792e82-1b71-4f62-af98-190b06524732","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5339b731-368a-4537-a11d-8d6ffdb24460","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/vendor-license-model.xml","artifactChecksum":"YmFiNDQxN2IyNzVjMDZjMjA4ZDU5NzdmYzA5N2Q2Yjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"108fac1e-7070-4bb7-941b-593458755e6f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"946373e4-58bc-4416-9b6c-f950cc8452f4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"250064ea-a750-4c5f-9411-a15cd0c71ae3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNacmx50ff1vxkztpwxfm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-template.yml","artifactChecksum":"Njk4NDEwYWU2MTZjNWVhYWY4ZGIxOGQ5NTM5NmFmNzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a2fbf102-e522-487c-92f6-fb3a6a120331","artifactVersion":"1"},{"artifactName":"service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar","artifactChecksum":"YTczZmVjYjZmOGRiNzc5NDcyMDUzNmEwMTA0OGI0MmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d2eb5c71-5f99-4bab-a5a6-c5342524a9a8","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-14T08:51:24.739Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:51:24.739Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:51:24.742Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:51:24.743Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.743Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "cds", "timestamp": 1649926244957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.744Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:51:24.744Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.744Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.744Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.744Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649926246129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.744Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.744Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.744Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "ves-openapi-manager", "timestamp": 1649926242794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.745Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.745Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.745Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "policy-id", "timestamp": 1649926243363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.745Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.745Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.745Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "cds", "timestamp": 1649926244957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.745Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.745Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.745Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649926246129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.745Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.745Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.745Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "ves-openapi-manager", "timestamp": 1649926242794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.745Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.746Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.746Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "policy-id", "timestamp": 1649926243363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.746Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.746Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.746Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "cds", "timestamp": 1649926244957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.746Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.746Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.746Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649926246129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.746Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.746Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.746Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "ves-openapi-manager", "timestamp": 1649926242794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.747Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.747Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.747Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "policy-id", "timestamp": 1649926243363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.747Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.747Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.747Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "multicloud-k8s-id", "timestamp": 1649926253428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.747Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.747Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.747Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "cds", "timestamp": 1649926244957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.747Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.747Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.747Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649926246129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.748Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.748Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.748Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "ves-openapi-manager", "timestamp": 1649926242794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.748Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.748Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.748Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "policy-id", "timestamp": 1649926243363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.748Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.748Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.748Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "clamp", "timestamp": 1649926254668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.748Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.748Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.748Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "multicloud-k8s-id", "timestamp": 1649926253428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.748Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.748Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.749Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "cds", "timestamp": 1649926244957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.749Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.749Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.749Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649926246129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.749Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.749Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.749Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "ves-openapi-manager", "timestamp": 1649926242794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.749Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.749Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.749Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "policy-id", "timestamp": 1649926243363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.749Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.749Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.750Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "clamp", "timestamp": 1649926254668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.750Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.750Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.750Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "multicloud-k8s-id", "timestamp": 1649926253428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.750Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.750Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.750Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "cds", "timestamp": 1649926244957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.750Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.750Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.750Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649926246129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.750Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.750Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.751Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "ves-openapi-manager", "timestamp": 1649926242794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-14T08:51:24.751Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.751Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.751Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "policy-id", "timestamp": 1649926243363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.751Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.751Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.751Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "clamp", "timestamp": 1649926254668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.751Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.751Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.751Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "multicloud-k8s-id", "timestamp": 1649926253428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.751Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.751Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.751Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "cds", "timestamp": 1649926244957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.751Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.752Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.752Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649926246129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.752Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.752Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.752Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "ves-openapi-manager", "timestamp": 1649926242794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.752Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.752Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.752Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "policy-id", "timestamp": 1649926243363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.752Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.752Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.752Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "clamp", "timestamp": 1649926254668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.752Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.753Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.753Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "multicloud-k8s-id", "timestamp": 1649926253428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.753Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.753Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.753Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "cds", "timestamp": 1649926244957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:51:24.753Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.753Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.753Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649926246129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:51:24.753Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.753Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.753Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "ves-openapi-manager", "timestamp": 1649926242794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.754Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.754Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.754Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "policy-id", "timestamp": 1649926243363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:51:24.754Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.754Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.754Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "clamp", "timestamp": 1649926254668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.754Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.754Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.754Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "multicloud-k8s-id", "timestamp": 1649926253428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.754Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.755Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.755Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649926260041, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:51:24.755Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:51:24.755Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.755Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "policy-id", "timestamp": 1649926259412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:51:24.755Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:51:24.755Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.755Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "cds", "timestamp": 1649926259485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:51:24.755Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:51:24.755Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.755Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "ves-openapi-manager", "timestamp": 1649926260793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T08:51:24.755Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:51:24.756Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.756Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "clamp", "timestamp": 1649926254668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.756Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.756Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.756Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "multicloud-k8s-id", "timestamp": 1649926253428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.756Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.756Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.756Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "policy-id", "timestamp": 1649926260416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:51:24.756Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:51:24.756Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.756Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "cds", "timestamp": 1649926260496, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-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-14T08:51:24.784Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3d7c2d6a-876a-407a-bd5f-014f8d130dfb 2022-04-14T08:51:24.784Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3d7c2d6a-876a-407a-bd5f-014f8d130dfb 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-14T08:51:24.794Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.795Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "ves-openapi-manager", "timestamp": 1649926261811, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-14T08:51:24.795Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:51:24.795Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.795Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "clamp", "timestamp": 1649926254668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.795Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.796Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.796Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "multicloud-k8s-id", "timestamp": 1649926253428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:51:24.796Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.796Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.796Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "aai-ml", "timestamp": 1649926261584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.796Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.797Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.797Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "policy-id", "timestamp": 1649926261420, "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-14T08:51:24.804Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3d7c2d6a-876a-407a-bd5f-014f8d130dfb 2022-04-14T08:51:24.804Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3d7c2d6a-876a-407a-bd5f-014f8d130dfb 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-14T08:51:24.812Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.812Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "ves-openapi-manager", "timestamp": 1649926262814, "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-14T08:51:24.817Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 3d7c2d6a-876a-407a-bd5f-014f8d130dfb 2022-04-14T08:51:24.818Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3d7c2d6a-876a-407a-bd5f-014f8d130dfb 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-14T08:51:24.828Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.828Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "clamp", "timestamp": 1649926254668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:51:24.829Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.829Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.829Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "aai-ml", "timestamp": 1649926261584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.829Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.829Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.829Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649926262958, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:51:24.830Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:51:24.830Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.830Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "aai-ml", "timestamp": 1649926261584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.830Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.830Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.830Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649926263964, "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-14T08:51:24.836Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3d7c2d6a-876a-407a-bd5f-014f8d130dfb 2022-04-14T08:51:24.836Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3d7c2d6a-876a-407a-bd5f-014f8d130dfb 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-14T08:51:24.842Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.842Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "aai-ml", "timestamp": 1649926261584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.843Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.843Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.843Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "aai-ml", "timestamp": 1649926261584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.843Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.843Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.843Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "aai-ml", "timestamp": 1649926261584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.844Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.844Z||pool-263-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:51:24.844Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.844Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "aai-ml", "timestamp": 1649926261584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:24.845Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.845Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.845Z||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-14T08:51:24.845Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "aai-ml", "timestamp": 1649926261584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:51:24.845Z||pool-263-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:51:24.845Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:51:24.845Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.845Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "aai-ml", "timestamp": 1649926270461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:51:24.845Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:51:24.846Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.846Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "clamp", "timestamp": 1649926273975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:51:24.846Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:51:24.846Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.846Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "aai-ml", "timestamp": 1649926275995, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-14T08:51:24.846Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:51:24.846Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.846Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "clamp", "timestamp": 1649926275992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:51:24.846Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:51:24.847Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.847Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "aai-ml", "timestamp": 1649926276999, "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-14T08:51:24.851Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 3d7c2d6a-876a-407a-bd5f-014f8d130dfb 2022-04-14T08:51:24.851Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3d7c2d6a-876a-407a-bd5f-014f8d130dfb 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-14T08:51:24.858Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:51:24.858Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "clamp", "timestamp": 1649926277007, "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-14T08:51:24.863Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3d7c2d6a-876a-407a-bd5f-014f8d130dfb 2022-04-14T08:51:24.863Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3d7c2d6a-876a-407a-bd5f-014f8d130dfb 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-14T08:51:24.869Z||pool-263-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:51:24.870Z||pool-263-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:51:25.745Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:51:25.746Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:51:25.748Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:51:25.748Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:25.848Z||pool-264-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:51:25.849Z||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-14T08:51:25.849Z||pool-264-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:51:25.866Z||pool-264-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:51:25.866Z||pool-264-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-04-14T08:51:26.749Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:51:26.750Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:51:26.752Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:51:26.752Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:26.853Z||pool-265-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-14T08:51:26.854Z||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-14T08:51:26.854Z||pool-265-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:51:26.880Z||pool-265-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:51:26.881Z||pool-265-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:51:27.753Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:51:27.754Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:51:27.756Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:51:27.756Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:27.856Z||pool-266-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:51:27.857Z||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-14T08:51:27.858Z||pool-266-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:51:27.871Z||pool-266-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:51:27.872Z||pool-266-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:51:28.756Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:51:28.757Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:51:28.760Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:51:28.760Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:28.860Z||pool-267-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:51:28.861Z||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-14T08:51:28.861Z||pool-267-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:51:28.875Z||pool-267-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:51:28.875Z||pool-267-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-14T08:51:29.761Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:51:29.761Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:51:29.763Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:51:29.763Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:29.863Z||pool-268-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T08:51:29.864Z||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-14T08:51:29.864Z||pool-268-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:51:29.882Z||pool-268-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:51:29.883Z||pool-268-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:51:30.764Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:51:30.765Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:51:30.767Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:51:30.767Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:51:30.868Z||pool-269-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:51:30.869Z||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-14T08:51:30.869Z||pool-269-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:51:30.885Z||pool-269-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:51:30.886Z||pool-269-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-04-14T08:51:31.768Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:51:31.769Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:51:31.772Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:51:31.772Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:51:31.872Z||pool-270-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:51:31.873Z||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-14T08:51:31.873Z||pool-270-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:51:31.886Z||pool-270-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:51:31.886Z||pool-270-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-04-14T08:51:32.773Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "serviceName": "Demo_pNF_NaCMx50fF1VxkztpWXFM", "serviceVersion": "1.0", "serviceUUID": "4b42ed11-b8ae-4f55-a643-892c23ccd4cf", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7d53cb71-df31-47a2-abcb-86396d28d643", "resources": [ { "resourceInstanceName": "pNF a2faa331-ba6c 0", "resourceCustomizationUUID": "c0f040a4-11ce-4033-a867-f7ba8d590654", "resourceName": "pNF a2faa331-ba6c", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "c1e22f3a-864f-4245-9d65-0e6a1301e0b8", "resourceInvariantUUID": "87d0c991-03c7-45c4-913b-b27b711bb064", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar", "artifactChecksum": "YTczZmVjYjZmOGRiNzc5NDcyMDUzNmEwMTA0OGI0MmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d2eb5c71-5f99-4bab-a5a6-c5342524a9a8" } ], "workloadContext": "Production" } 2022-04-14T08:51:32.774Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-14T08:51:32.774Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4b42ed11-b8ae-4f55-a643-892c23ccd4cf ASDC 2022-04-14T08:51:32.774Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:3d7c2d6a-876a-407a-bd5f-014f8d130dfb ServiceName:Demo_pNF_NaCMx50fF1VxkztpWXFM ServiceVersion:1.0 ServiceUUID:4b42ed11-b8ae-4f55-a643-892c23ccd4cf ServiceInvariantUUID:7d53cb71-df31-47a2-abcb-86396d28d643 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar ArtifactUUID:d2eb5c71-5f99-4bab-a5a6-c5342524a9a8 ArtifactChecksum:YTczZmVjYjZmOGRiNzc5NDcyMDUzNmEwMTA0OGI0MmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF a2faa331-ba6c 0 ResourceCustomizationUUID:c0f040a4-11ce-4033-a867-f7ba8d590654 ResourceInvariantUUID:87d0c991-03c7-45c4-913b-b27b711bb064 ResourceName:pNF a2faa331-ba6c ResourceType:PNF ResourceUUID:c1e22f3a-864f-4245-9d65-0e6a1301e0b8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-14T08:51:32.775Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b42ed11-b8ae-4f55-a643-892c23ccd4cf 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-14T08:51:32.800Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T08:51:32.801Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-04-14T08:51:32.801Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-04-14T08:51:32.801Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d2eb5c71-5f99-4bab-a5a6-c5342524a9a8 from URL: /sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar 2022-04-14T08:51:32.801Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-04-14T08:51:32.801Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar 2022-04-14T08:51:33.227Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-04-14T08:51:33.230Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar d2eb5c71-5f99-4bab-a5a6-c5342524a9a8 82655 2022-04-14T08:51:33.231Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar ASDC sendASDCNotification 2022-04-14T08:51:33.231Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar 2022-04-14T08:51:33.231Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T08:51:33.231Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:51:33.233Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:51:33.233Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926293231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:51:33.333Z||pool-271-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:51:33.334Z||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-14T08:51:33.335Z||pool-271-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:51:33.350Z||pool-271-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:51:33.351Z||pool-271-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:51:34.234Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T08:51:34.235Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-04-14T08:51:34.235Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d2eb5c71-5f99-4bab-a5a6-c5342524a9a8, URL: /sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar to file: /app/ASDC/1/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar 2022-04-14T08:51:34.235Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar 2022-04-14T08:51:34.236Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar 2022-04-14T08:51:34.236Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar 2022-04-14T08:51:34.395Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16722331725622412114/Definitions/service-DemoPnfNacmx50ff1vxkztpwxfm-template.yml 2022-04-14T08:51:35.246Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-14T08:51:35.247Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-04-14T08:51:35.247Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar 2022-04-14T08:51:35.247Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-14T08:51:35.248Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar 2022-04-14T08:51:35.248Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar 2022-04-14T08:51:35.248Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar 2022-04-14T08:51:35.248Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a2faa331-ba6c 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-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar 2022-04-14T08:51:35.248Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar 2022-04-14T08:51:35.249Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar 2022-04-14T08:51:35.249Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar 2022-04-14T08:51:35.249Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-04-14T08:51:35.250Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:51:35.250Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_NaCMx50fF1VxkztpWXFM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:51:35.251Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Node template pNF a2faa331-ba6c 0 is matching search criteria 2022-04-14T08:51:35.251Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-04-14T08:51:35.251Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF a2faa331-ba6c 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T08:51:35.252Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:51:35.252Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_NaCMx50fF1VxkztpWXFM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:51:35.252Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Node template pNF a2faa331-ba6c 0 is matching search criteria 2022-04-14T08:51:35.253Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-04-14T08:51:35.253Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF a2faa331-ba6c 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T08:51:35.253Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:51:35.253Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_NaCMx50fF1VxkztpWXFM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:51:35.254Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:51:35.254Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_NaCMx50fF1VxkztpWXFM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:51:35.254Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:51:35.254Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_NaCMx50fF1VxkztpWXFM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:51:35.254Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:51:35.255Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_NaCMx50fF1VxkztpWXFM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:51:35.255Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:51:35.255Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_NaCMx50fF1VxkztpWXFM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:51:35.255Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_NaCMx50fF1VxkztpWXFM Description:catalog service description Model UUID:4b42ed11-b8ae-4f55-a643-892c23ccd4cf Model Version:NULL Model InvariantUuid:7d53cb71-df31-47a2-abcb-86396d28d643 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-14T08:51:35.265Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: c1e22f3a-864f-4245-9d65-0e6a1301e0b8 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-14T08:51:35.272Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||INFO|500||pNF a2faa331-ba6c 0 2022-04-14T08:51:35.272Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c1e22f3a-864f-4245-9d65-0e6a1301e0b8 2022-04-14T08:51:35.272Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 4b42ed11-b8ae-4f55-a643-892c23ccd4cf 2022-04-14T08:51:35.273Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 4b42ed11-b8ae-4f55-a643-892c23ccd4cf 2022-04-14T08:51:35.273Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a2faa331-ba6c 0 c1e22f3a-864f-4245-9d65-0e6a1301e0b8 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-14T08:51:35.279Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53ed4eea, org.onap.sdc.toscaparser.api.parameters.Input@7753a27b, org.onap.sdc.toscaparser.api.parameters.Input@16dd7cda, org.onap.sdc.toscaparser.api.parameters.Input@30dd4a77, org.onap.sdc.toscaparser.api.parameters.Input@9fec898] 2022-04-14T08:51:35.280Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:51:35.280Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_NaCMx50fF1VxkztpWXFM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:51:35.281Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 4b42ed11-b8ae-4f55-a643-892c23ccd4cf: pNF a2faa331-ba6c 2022-04-14T08:51:35.281Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||INFO|500||Processing PNF resource: c1e22f3a-864f-4245-9d65-0e6a1301e0b8 2022-04-14T08:51:35.282Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:51:35.282Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_NaCMx50fF1VxkztpWXFM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:51:35.282Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||INFO|500||Resource customization UUID: c0f040a4-11ce-4033-a867-f7ba8d590654 is the same as notified resource customizationUUID: c0f040a4-11ce-4033-a867-f7ba8d590654 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-14T08:51:35.319Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a2faa331-ba6c c1e22f3a-864f-4245-9d65-0e6a1301e0b8 0 ASDC deployResourceStructure 2022-04-14T08:51:35.319Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar ASDC sendASDCNotification 2022-04-14T08:51:35.320Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar 2022-04-14T08:51:35.320Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T08:51:35.320Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:51:35.323Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:51:35.323Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926295319, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:51:35.423Z||pool-272-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:51:35.424Z||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-14T08:51:35.424Z||pool-272-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:51:35.438Z||pool-272-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:51:35.439Z||pool-272-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:51:36.324Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d7c2d6a-876a-407a-bd5f-014f8d130dfb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:51:36.335Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d7c2d6a-876a-407a-bd5f-014f8d130dfb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T08:51:36.338Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T08:51:36.338Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-14T08:51:36.338Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-14T08:51:36.338Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-14T08:51:36.339Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-14T08:51:36.339Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-14T08:51:36.339Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-14T08:51:36.344Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-14T08:52:06.344Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3d7c2d6a-876a-407a-bd5f-014f8d130dfb 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-14T08:52:06.349Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3d7c2d6a-876a-407a-bd5f-014f8d130dfb and serviceModelVersionId: 4b42ed11-b8ae-4f55-a643-892c23ccd4cf 2022-04-14T08:52:06.350Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7d53cb71-df31-47a2-abcb-86396d28d643 2022-04-14T08:52:06.351Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?depth=0 2022-04-14T08:52:06.357Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-04-14T08:52:06.397Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?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-14T08:52:06.400Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?depth=0|INFO|500||Invoke 2022-04-14T08:52:07.951Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?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-14T08:52:07.953Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?depth=0|INFO|500||Invoke 2022-04-14T08:52:09.486Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?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-14T08:52:09.486Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?depth=0|INFO|500||Invoke 2022-04-14T08:52:10.516Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T08:52:10.518Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?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-14T08:52:10.518Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T08:52:10.518Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?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-14T08:52:10.526Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?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-14T08:52:10.527Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3d7c2d6a-876a-407a-bd5f-014f8d130dfb 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-14T08:52:10.527Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-14T08:52:10.528Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:52:10.531Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:52:10.531Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?depth=0|DEBUG|500||try to send status { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926330527, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T08:52:10.631Z||pool-273-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:52:10.632Z||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-14T08:52:10.632Z||pool-273-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:52:10.659Z||pool-273-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:52:10.660Z||pool-273-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-14T08:52:24.105Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:52:24.105Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?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-14T08:52:24.106Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:52:24.108Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:52:24.109Z||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-14T08:52:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:52:24.230Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:52:24.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:52:24.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:52:24.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:52:33.663Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:53:24.105Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:53:24.106Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?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-14T08:53:24.106Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:53:24.108Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:53:24.109Z||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-14T08:53:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:53:24.633Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:53:24.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:53:24.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:53:24.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:53:24.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:53:24.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:53:24.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:53:24.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:53:24.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:53:24.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:53:24.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:53:24.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:53:24.637Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:53:24.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:53:24.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/resourceInstances/pnfa2faa331ba6c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:53:24.637Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:53:24.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:53:24.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:53:24.637Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:53:24.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:53:24.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926284105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:53:24.638Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-14T08:53:24.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:53:24.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926293231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:53:24.638Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:53:24.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:53:24.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926295319, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacmx50ff1vxkztpwxfm/1.0/artifacts/service-DemoPnfNacmx50ff1vxkztpwxfm-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:53:24.639Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:53:24.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:53:24.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7c2d6a-876a-407a-bd5f-014f8d130dfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926330527, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T08:53:24.639Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:53:33.659Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:54:24.105Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:54:24.106Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?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-14T08:54:24.106Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:54:24.108Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:54:24.109Z||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-14T08:54:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:54:33.660Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:54:33.669Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:55:24.109Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:55:24.110Z||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-14T08:55:24.110Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:55:24.124Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:55:24.124Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?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-14T08:55:24.124Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:55:33.679Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:55:33.711Z|3d7c2d6a-876a-407a-bd5f-014f8d130dfb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d53cb71-df31-47a2-abcb-86396d28d643/model-vers/model-ver/4b42ed11-b8ae-4f55-a643-892c23ccd4cf?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:56:24.105Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:56:24.106Z||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-14T08:56:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:56:24.109Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:56:24.109Z||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-14T08:56:24.109Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:56:33.667Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:56:33.668Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:57:24.105Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:57:24.105Z||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-14T08:57:24.106Z||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 RLFlK0ex6XFSPgDB) ... 2022-04-14T08:57:24.109Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:57:24.109Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?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-14T08:57:24.109Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:57:24.739Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:57:24.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-14T08:57:24.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"72a049ea-eda6-4558-bd66-e46ab421777e","serviceName":"Demo_pNF_S0LPyRyQ7XqourJurtUx","serviceVersion":"1.0","serviceUUID":"40a65320-0f5f-41c3-ae7f-27a673a6998a","serviceDescription":"catalog service description","serviceInvariantUUID":"2da9ee74-e63e-4c53-967f-320866643763","resources":[{"resourceInstanceName":"pNF ac0202ca-8803 0","resourceName":"pNF ac0202ca-8803","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0dddb548-a363-40c7-8251-6b21321593e5","resourceInvariantUUID":"afbc80f4-c48f-4c63-8320-30ff20b06e9a","resourceCustomizationUUID":"bd21a44a-9204-4974-846b-54f411366e15","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/vf-license-model.xml","artifactChecksum":"YmQ3ZGVjZWMwOTE5NWE1MjU1MDFlZjFlM2E1MzIxYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d39640ef-078e-4bdc-a304-8516d68894a6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/pNF.csar","artifactChecksum":"MjQxNTY0NzdlN2ViNjUzM2M0Y2I3NzNmY2QyNDFiMDI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99a7af56-bd64-421a-8ff5-f561351c0702","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a3fa0b84-83f5-45c2-a512-55817aaeabb8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/vendor-license-model.xml","artifactChecksum":"MjBjNzM5MzFhZmI2YTZmNjkxOGYyYjBmNDBjYTVlM2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"07d17c47-7648-4507-89f6-c8b5784d048d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2864c3a4-1098-401f-8c47-8260adf399b3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"688bb612-62ea-4bf6-a408-0285e481a984","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfS0lpyryq7xqourjurtux-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-template.yml","artifactChecksum":"MDQ0ZmU2YTJjNzE3Zjg1NjUyN2FhZjhlNjYyMzU2ZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5652c54a-acbd-48e8-ac49-a04fdfd43173","artifactVersion":"1"},{"artifactName":"service-DemoPnfS0lpyryq7xqourjurtux-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar","artifactChecksum":"NDFlNGQ2MWQ5YzQ5OWM3OGVkYTIyNzQ5YjBhZjA1MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0b34d715-7099-4bf0-9eb2-e60fcd50fead","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-14T08:57:24.744Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:57:24.745Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.746Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "cds", "timestamp": 1649926604957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.746Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:57:24.747Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.747Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.747Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "multicloud-k8s-id", "timestamp": 1649926613428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.747Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:57:24.747Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.747Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.748Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649926606129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.748Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.748Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.748Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "clamp", "timestamp": 1649926614668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.748Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.748Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.748Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "multicloud-k8s-id", "timestamp": 1649926613428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.749Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.749Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.749Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "cds", "timestamp": 1649926604957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.749Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.749Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.749Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649926606129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.749Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.750Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.750Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "clamp", "timestamp": 1649926614668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.750Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.750Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.750Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "cds", "timestamp": 1649926604957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.750Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.750Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.751Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "multicloud-k8s-id", "timestamp": 1649926613428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.751Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.751Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.751Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649926606129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.751Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.751Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.751Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "clamp", "timestamp": 1649926614668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.752Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.752Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.752Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "cds", "timestamp": 1649926604957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.752Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.752Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.752Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "multicloud-k8s-id", "timestamp": 1649926613428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.752Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.753Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.753Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649926606129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.753Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.753Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.753Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "clamp", "timestamp": 1649926614668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.753Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.753Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.753Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "multicloud-k8s-id", "timestamp": 1649926613428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.754Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.754Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.754Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "cds", "timestamp": 1649926604957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.754Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.754Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.754Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649926606129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.754Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.755Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.755Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "clamp", "timestamp": 1649926614668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.755Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.755Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.755Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "multicloud-k8s-id", "timestamp": 1649926613428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.755Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:57:24.755Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.755Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926644105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.755Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.756Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "cds", "timestamp": 1649926604957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.756Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.756Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.756Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649926606129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.756Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.756Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.756Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "clamp", "timestamp": 1649926614668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.757Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.757Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.757Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "multicloud-k8s-id", "timestamp": 1649926613428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.759Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.759Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.759Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "cds", "timestamp": 1649926604957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.759Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.759Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.760Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649926606129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.760Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.760Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.760Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "clamp", "timestamp": 1649926614668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.760Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.761Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.761Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "aai-ml", "timestamp": 1649926621584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.761Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.761Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.762Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "multicloud-k8s-id", "timestamp": 1649926613428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:57:24.762Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.762Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.762Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "cds", "timestamp": 1649926604957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:57:24.763Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.763Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.764Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649926606129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:57:24.764Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.764Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.764Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "clamp", "timestamp": 1649926614668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:57:24.764Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.765Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.765Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "ves-openapi-manager", "timestamp": 1649926622794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.765Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.765Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.765Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "aai-ml", "timestamp": 1649926621584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.766Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.766Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.767Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649926623614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:57:24.767Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:57:24.767Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.767Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "cds", "timestamp": 1649926623045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:57:24.768Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:57:24.768Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.768Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "ves-openapi-manager", "timestamp": 1649926622794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.768Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.769Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.769Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "aai-ml", "timestamp": 1649926621584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.769Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.769Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.770Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "cds", "timestamp": 1649926624051, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-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-14T08:57:24.791Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 72a049ea-eda6-4558-bd66-e46ab421777e 2022-04-14T08:57:24.791Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 72a049ea-eda6-4558-bd66-e46ab421777e 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-14T08:57:24.800Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.800Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "policy-id", "timestamp": 1649926623363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.800Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.801Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.801Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "ves-openapi-manager", "timestamp": 1649926622794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.801Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.801Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.801Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "aai-ml", "timestamp": 1649926621584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.802Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.802Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.802Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "policy-id", "timestamp": 1649926623363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.802Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.802Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.803Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "ves-openapi-manager", "timestamp": 1649926622794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.803Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.803Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.803Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "aai-ml", "timestamp": 1649926621584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.803Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.804Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.804Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649926626227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:57:24.804Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:57:24.804Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.804Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "policy-id", "timestamp": 1649926623363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.805Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.805Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.805Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "ves-openapi-manager", "timestamp": 1649926622794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.805Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.805Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.806Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "aai-ml", "timestamp": 1649926621584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.806Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.806Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.806Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649926627231, "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-14T08:57:24.812Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 72a049ea-eda6-4558-bd66-e46ab421777e 2022-04-14T08:57:24.812Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 72a049ea-eda6-4558-bd66-e46ab421777e 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-14T08:57:24.819Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.819Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "policy-id", "timestamp": 1649926623363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.820Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.820Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.820Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "ves-openapi-manager", "timestamp": 1649926622794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-14T08:57:24.820Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.820Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.821Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "aai-ml", "timestamp": 1649926621584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.821Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.821Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.821Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "policy-id", "timestamp": 1649926623363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.821Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.821Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.821Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "ves-openapi-manager", "timestamp": 1649926622794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.822Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.822Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.822Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "aai-ml", "timestamp": 1649926621584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:57:24.822Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.822Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.822Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "policy-id", "timestamp": 1649926623363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.822Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.822Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.823Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "ves-openapi-manager", "timestamp": 1649926622794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.823Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.823Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.823Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "aai-ml", "timestamp": 1649926630781, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:57:24.823Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:57:24.823Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.823Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "policy-id", "timestamp": 1649926623363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:24.823Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.823Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.824Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "ves-openapi-manager", "timestamp": 1649926631882, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-14T08:57:24.824Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:57:24.824Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.824Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "policy-id", "timestamp": 1649926623363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:57:24.824Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:57:24.824Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.824Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "ves-openapi-manager", "timestamp": 1649926632907, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-14T08:57:24.824Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:57:24.825Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.825Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "policy-id", "timestamp": 1649926632535, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:57:24.825Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:57:24.825Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.825Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "ves-openapi-manager", "timestamp": 1649926633912, "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-14T08:57:24.831Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 72a049ea-eda6-4558-bd66-e46ab421777e 2022-04-14T08:57:24.831Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 72a049ea-eda6-4558-bd66-e46ab421777e 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-14T08:57:24.838Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.839Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "policy-id", "timestamp": 1649926633540, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:57:24.839Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:57:24.839Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.839Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "clamp", "timestamp": 1649926635047, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:57:24.839Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:57:24.839Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.839Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "policy-id", "timestamp": 1649926634542, "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-14T08:57:24.844Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72a049ea-eda6-4558-bd66-e46ab421777e 2022-04-14T08:57:24.844Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 72a049ea-eda6-4558-bd66-e46ab421777e 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-14T08:57:24.850Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.851Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "aai-ml", "timestamp": 1649926637046, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-14T08:57:24.851Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:57:24.851Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.851Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "clamp", "timestamp": 1649926637059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:57:24.851Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:57:24.851Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.851Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "aai-ml", "timestamp": 1649926638050, "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-14T08:57:24.855Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 72a049ea-eda6-4558-bd66-e46ab421777e 2022-04-14T08:57:24.856Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 72a049ea-eda6-4558-bd66-e46ab421777e and ComponentName AAI 2022-04-14T08:57:24.856Z||pool-274-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? 2022-04-14T08:57:24.857Z||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-14T08:57:24.857Z||pool-274-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-14T08:57:24.863Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:57:24.863Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "clamp", "timestamp": 1649926638065, "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-14T08:57:24.868Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 72a049ea-eda6-4558-bd66-e46ab421777e 2022-04-14T08:57:24.868Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 72a049ea-eda6-4558-bd66-e46ab421777e 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-14T08:57:24.875Z||pool-274-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:57:24.876Z||pool-274-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-04-14T08:57:25.756Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:57:25.757Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:57:25.759Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:57:25.760Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926644105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:25.860Z||pool-275-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:57:25.861Z||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-14T08:57:25.861Z||pool-275-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:57:25.876Z||pool-275-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:57:25.877Z||pool-275-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-04-14T08:57:26.760Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:57:26.761Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:57:26.763Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:57:26.763Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926644105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:26.864Z||pool-276-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-14T08:57:26.865Z||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-14T08:57:26.865Z||pool-276-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:57:26.897Z||pool-276-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:57:26.897Z||pool-276-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:57:27.764Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:57:27.765Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:57:27.767Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:57:27.767Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926644105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:27.867Z||pool-277-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:57:27.868Z||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-14T08:57:27.869Z||pool-277-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:57:27.881Z||pool-277-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:57:27.882Z||pool-277-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:57:28.768Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:57:28.769Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:57:28.771Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:57:28.771Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926644105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:28.871Z||pool-278-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:57:28.872Z||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-14T08:57:28.872Z||pool-278-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:57:28.888Z||pool-278-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:57:28.889Z||pool-278-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:57:29.772Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:57:29.773Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:57:29.775Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:57:29.775Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926644105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:29.876Z||pool-279-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T08:57:29.876Z||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-14T08:57:29.876Z||pool-279-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:57:29.890Z||pool-279-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:57:29.891Z||pool-279-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:57:30.776Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:57:30.777Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:57:30.782Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:57:30.782Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926644105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:57:30.880Z||pool-280-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-14T08:57:30.881Z||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-14T08:57:30.881Z||pool-280-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:57:30.895Z||pool-280-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:57:30.897Z||pool-280-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:57:31.782Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-14T08:57:31.784Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:57:31.786Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:57:31.786Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926644105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:57:31.886Z||pool-281-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:57:31.888Z||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-14T08:57:31.888Z||pool-281-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:57:31.904Z||pool-281-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:57:31.905Z||pool-281-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:57:32.786Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "serviceName": "Demo_pNF_S0LPyRyQ7XqourJurtUx", "serviceVersion": "1.0", "serviceUUID": "40a65320-0f5f-41c3-ae7f-27a673a6998a", "serviceDescription": "catalog service description", "serviceInvariantUUID": "2da9ee74-e63e-4c53-967f-320866643763", "resources": [ { "resourceInstanceName": "pNF ac0202ca-8803 0", "resourceCustomizationUUID": "bd21a44a-9204-4974-846b-54f411366e15", "resourceName": "pNF ac0202ca-8803", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "0dddb548-a363-40c7-8251-6b21321593e5", "resourceInvariantUUID": "afbc80f4-c48f-4c63-8320-30ff20b06e9a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfS0lpyryq7xqourjurtux-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar", "artifactChecksum": "NDFlNGQ2MWQ5YzQ5OWM3OGVkYTIyNzQ5YjBhZjA1MTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0b34d715-7099-4bf0-9eb2-e60fcd50fead" } ], "workloadContext": "Production" } 2022-04-14T08:57:32.787Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-14T08:57:32.787Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 40a65320-0f5f-41c3-ae7f-27a673a6998a ASDC 2022-04-14T08:57:32.788Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:72a049ea-eda6-4558-bd66-e46ab421777e ServiceName:Demo_pNF_S0LPyRyQ7XqourJurtUx ServiceVersion:1.0 ServiceUUID:40a65320-0f5f-41c3-ae7f-27a673a6998a ServiceInvariantUUID:2da9ee74-e63e-4c53-967f-320866643763 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfS0lpyryq7xqourjurtux-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar ArtifactUUID:0b34d715-7099-4bf0-9eb2-e60fcd50fead ArtifactChecksum:NDFlNGQ2MWQ5YzQ5OWM3OGVkYTIyNzQ5YjBhZjA1MTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF ac0202ca-8803 0 ResourceCustomizationUUID:bd21a44a-9204-4974-846b-54f411366e15 ResourceInvariantUUID:afbc80f4-c48f-4c63-8320-30ff20b06e9a ResourceName:pNF ac0202ca-8803 ResourceType:PNF ResourceUUID:0dddb548-a363-40c7-8251-6b21321593e5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-14T08:57:32.788Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 40a65320-0f5f-41c3-ae7f-27a673a6998a 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-14T08:57:32.824Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T08:57:32.825Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-14T08:57:32.825Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-14T08:57:32.826Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0b34d715-7099-4bf0-9eb2-e60fcd50fead from URL: /sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar 2022-04-14T08:57:32.826Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-14T08:57:32.826Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar 2022-04-14T08:57:33.048Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-14T08:57:33.052Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar 0b34d715-7099-4bf0-9eb2-e60fcd50fead 82650 2022-04-14T08:57:33.052Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar ASDC sendASDCNotification 2022-04-14T08:57:33.053Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar 2022-04-14T08:57:33.053Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-14T08:57:33.053Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:57:33.056Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:57:33.056Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926653052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:57:33.157Z||pool-282-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-14T08:57:33.158Z||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-14T08:57:33.158Z||pool-282-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:57:33.180Z||pool-282-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:57:33.181Z||pool-282-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:57:34.057Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-14T08:57:34.058Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-14T08:57:34.059Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0b34d715-7099-4bf0-9eb2-e60fcd50fead, URL: /sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar to file: /app/ASDC/1/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar 2022-04-14T08:57:34.060Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfS0lpyryq7xqourjurtux-csar.csar 2022-04-14T08:57:34.061Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar 2022-04-14T08:57:34.061Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar 2022-04-14T08:57:34.247Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1261896254034963820/Definitions/service-DemoPnfS0lpyryq7xqourjurtux-template.yml 2022-04-14T08:57:35.151Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-14T08:57:35.152Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-04-14T08:57:35.152Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar 2022-04-14T08:57:35.152Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-14T08:57:35.152Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar 2022-04-14T08:57:35.152Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar 2022-04-14T08:57:35.152Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar 2022-04-14T08:57:35.152Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar 2022-04-14T08:57:35.152Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar 2022-04-14T08:57:35.152Z|72a049ea-eda6-4558-bd66-e46ab421777e|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-DemoPnfS0lpyryq7xqourjurtux-csar.csar 2022-04-14T08:57:35.152Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ac0202ca-8803 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-DemoPnfS0lpyryq7xqourjurtux-csar.csar 2022-04-14T08:57:35.152Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-04-14T08:57:35.152Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:57:35.153Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_S0LPyRyQ7XqourJurtUx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:57:35.153Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Node template pNF ac0202ca-8803 0 is matching search criteria 2022-04-14T08:57:35.153Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-04-14T08:57:35.153Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF ac0202ca-8803 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T08:57:35.153Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:57:35.154Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_S0LPyRyQ7XqourJurtUx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:57:35.154Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Node template pNF ac0202ca-8803 0 is matching search criteria 2022-04-14T08:57:35.154Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-04-14T08:57:35.154Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF ac0202ca-8803 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-14T08:57:35.154Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:57:35.154Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_S0LPyRyQ7XqourJurtUx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:57:35.154Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:57:35.154Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_S0LPyRyQ7XqourJurtUx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:57:35.154Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:57:35.154Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_S0LPyRyQ7XqourJurtUx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:57:35.155Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:57:35.155Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_S0LPyRyQ7XqourJurtUx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:57:35.155Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:57:35.155Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_S0LPyRyQ7XqourJurtUx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:57:35.155Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_S0LPyRyQ7XqourJurtUx Description:catalog service description Model UUID:40a65320-0f5f-41c3-ae7f-27a673a6998a Model Version:NULL Model InvariantUuid:2da9ee74-e63e-4c53-967f-320866643763 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-14T08:57:35.162Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0dddb548-a363-40c7-8251-6b21321593e5 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-14T08:57:35.166Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||INFO|500||pNF ac0202ca-8803 0 2022-04-14T08:57:35.166Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0dddb548-a363-40c7-8251-6b21321593e5 2022-04-14T08:57:35.166Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 40a65320-0f5f-41c3-ae7f-27a673a6998a 2022-04-14T08:57:35.166Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 40a65320-0f5f-41c3-ae7f-27a673a6998a 2022-04-14T08:57:35.166Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ac0202ca-8803 0 0dddb548-a363-40c7-8251-6b21321593e5 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-14T08:57:35.170Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@23fcb809, org.onap.sdc.toscaparser.api.parameters.Input@7e25f4a1, org.onap.sdc.toscaparser.api.parameters.Input@5ddc5472, org.onap.sdc.toscaparser.api.parameters.Input@3a18a40e, org.onap.sdc.toscaparser.api.parameters.Input@7ce26fb4] 2022-04-14T08:57:35.171Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:57:35.171Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_S0LPyRyQ7XqourJurtUx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:57:35.171Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 40a65320-0f5f-41c3-ae7f-27a673a6998a: pNF ac0202ca-8803 2022-04-14T08:57:35.171Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||INFO|500||Processing PNF resource: 0dddb548-a363-40c7-8251-6b21321593e5 2022-04-14T08:57:35.171Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-14T08:57:35.171Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_S0LPyRyQ7XqourJurtUx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-14T08:57:35.172Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||INFO|500||Resource customization UUID: bd21a44a-9204-4974-846b-54f411366e15 is the same as notified resource customizationUUID: bd21a44a-9204-4974-846b-54f411366e15 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-14T08:57:35.205Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ac0202ca-8803 0dddb548-a363-40c7-8251-6b21321593e5 0 ASDC deployResourceStructure 2022-04-14T08:57:35.206Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar ASDC sendASDCNotification 2022-04-14T08:57:35.206Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar 2022-04-14T08:57:35.206Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-14T08:57:35.206Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-14T08:57:35.208Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:57:35.208Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926655206, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:57:35.308Z||pool-283-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:57:35.310Z||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-14T08:57:35.310Z||pool-283-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:57:35.330Z||pool-283-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:57:35.330Z||pool-283-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-14T08:57:36.210Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72a049ea-eda6-4558-bd66-e46ab421777e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:57:36.223Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72a049ea-eda6-4558-bd66-e46ab421777e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-14T08:57:36.227Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-14T08:57:36.227Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-14T08:57:36.227Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-14T08:57:36.227Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-14T08:57:36.227Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-14T08:57:36.227Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-14T08:57:36.227Z|72a049ea-eda6-4558-bd66-e46ab421777e|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-14T08:57:36.232Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-14T08:58:06.233Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 72a049ea-eda6-4558-bd66-e46ab421777e 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-14T08:58:06.239Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 72a049ea-eda6-4558-bd66-e46ab421777e and serviceModelVersionId: 40a65320-0f5f-41c3-ae7f-27a673a6998a 2022-04-14T08:58:06.240Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2da9ee74-e63e-4c53-967f-320866643763 2022-04-14T08:58:06.241Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0 2022-04-14T08:58:06.248Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-04-14T08:58:06.313Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0|INFO|500||Invoke 2022-04-14T08:58:06.314Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[72a049ea-eda6-4558-bd66-e46ab421777e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[42eba02f-4250-4977-b9bc-ff9f4dae777b], X-ECOMP-RequestID=[72a049ea-eda6-4558-bd66-e46ab421777e], X-TransactionId=[], X-ONAP-RequestID=[72a049ea-eda6-4558-bd66-e46ab421777e], Content-Type=[application/merge-patch+json]} 2022-04-14T08:58:07.851Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0|INFO|500||Invoke 2022-04-14T08:58:07.852Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[72a049ea-eda6-4558-bd66-e46ab421777e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[34bfb247-3e70-4828-9dce-94ba5c20c9dd], X-ECOMP-RequestID=[72a049ea-eda6-4558-bd66-e46ab421777e], X-TransactionId=[], X-ONAP-RequestID=[72a049ea-eda6-4558-bd66-e46ab421777e], Content-Type=[application/merge-patch+json]} 2022-04-14T08:58:09.392Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0|INFO|500||Invoke 2022-04-14T08:58:09.393Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[72a049ea-eda6-4558-bd66-e46ab421777e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3e4668d0-536b-408e-9b95-d1ce54ff876a], X-ECOMP-RequestID=[72a049ea-eda6-4558-bd66-e46ab421777e], X-TransactionId=[], X-ONAP-RequestID=[72a049ea-eda6-4558-bd66-e46ab421777e], Content-Type=[application/merge-patch+json]} 2022-04-14T08:58:10.420Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T08:58:10.421Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?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-14T08:58:10.421Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-14T08:58:10.422Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?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-14T08:58:10.427Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?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-14T08:58:10.427Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 72a049ea-eda6-4558-bd66-e46ab421777e 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-14T08:58:10.427Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-14T08:58:10.427Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-14T08:58:10.429Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-14T08:58:10.430Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0|DEBUG|500||try to send status { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926690427, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T08:58:10.530Z||pool-284-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-14T08:58:10.531Z||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-14T08:58:10.531Z||pool-284-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:58:10.549Z||pool-284-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:58:10.550Z||pool-284-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-14T08:58:24.105Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:58:24.106Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?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-14T08:58:24.106Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:58:24.108Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:58:24.109Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?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-14T08:58:24.109Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:58:24.238Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:58:24.239Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||received message from topic 2022-04-14T08:58:24.239Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926644105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:58:24.240Z|f3a1b463-7b33-4529-983d-91e378858cf2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6309ef-e6cf-43da-ad64-85ea3d228bd6/model-vers/model-ver/55dfff83-e587-45e0-baf3-c4b89423a51e?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:58:33.664Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:59:24.105Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:59:24.106Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?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-14T08:59:24.106Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:59:24.109Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T08:59:24.109Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?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-14T08:59:24.110Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T08:59:24.631Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T08:59:24.632Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:59:24.632Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926644105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-14T08:59:24.633Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:59:24.633Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:59:24.633Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926644105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-14T08:59:24.633Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:59:24.633Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:59:24.633Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926644105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-14T08:59:24.633Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:59:24.633Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:59:24.633Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926644105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:59:24.633Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:59:24.634Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:59:24.634Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926644105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/resourceInstances/pnfac0202ca88030/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-14T08:59:24.634Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:59:24.634Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:59:24.634Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926644105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-template.yml", "status": "NOT_NOTIFIED" } 2022-04-14T08:59:24.634Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:59:24.634Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:59:24.634Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926644105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar", "status": "NOTIFIED" } 2022-04-14T08:59:24.635Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Missing status on Status Object. 2022-04-14T08:59:24.635Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:59:24.635Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926653052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-14T08:59:24.635Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:59:24.635Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:59:24.635Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926655206, "artifactURL": "/sdc/v1/catalog/services/DemoPnfS0lpyryq7xqourjurtux/1.0/artifacts/service-DemoPnfS0lpyryq7xqourjurtux-csar.csar", "status": "DEPLOY_OK" } 2022-04-14T08:59:24.635Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:59:24.635Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||received message from topic 2022-04-14T08:59:24.635Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "72a049ea-eda6-4558-bd66-e46ab421777e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649926690427, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-14T08:59:24.636Z|53baf55a-27d6-43d4-a18f-0af8daa7043b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9630c177-e911-4bf8-b5b1-191964d56835/model-vers/model-ver/13c58d97-dbe2-46da-8f0d-38200e677c65?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-14T08:59:33.663Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T09:00:24.105Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T09:00:24.106Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?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-14T09:00:24.106Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T09:00:24.108Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T09:00:24.109Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?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-14T09:00:24.109Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T09:00:33.666Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T09:00:33.666Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T09:01:24.105Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T09:01:24.106Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?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-14T09:01:24.106Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T09:01:24.108Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-14T09:01:24.109Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?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-14T09:01:24.109Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ... 2022-04-14T09:01:33.655Z|5380d638-bf0f-4455-8c76-32248cf3cff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c2e39d-0a4b-4c4b-9af6-a0a45fc4c818/model-vers/model-ver/0e276dc5-8c7d-4c57-8783-53b761d6bd75?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-14T09:01:33.656Z|72a049ea-eda6-4558-bd66-e46ab421777e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da9ee74-e63e-4c53-967f-320866643763/model-vers/model-ver/40a65320-0f5f-41c3-ae7f-27a673a6998a?depth=0|INFO|500|| --> HTTP/1.1 200 OK